diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 07:18:22 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 07:18:22 +0000 |
commit | 51b318dec8f66b2544b24c359ff3d69425d0d6ff (patch) | |
tree | 17f08aedf7c80cc7149d2eb35b575d1507f3bf49 | |
parent | Update sim copyright headers from GPLv2-or-later to GPLv3-or-later. (diff) | |
download | binutils-gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.gz binutils-gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.bz2 binutils-gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.zip |
[sim] Update old contact info in GPL license notices
sim/ChangeLog:
Update old contact info in GPL license notices.
256 files changed, 264 insertions, 523 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index f76e3428fab..0b36d988aa7 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,9 @@ 2012-12-19 Joel Brobecker <brobecker@adacore.com> + Update old contact info in GPL license notices. + +2012-12-19 Joel Brobecker <brobecker@adacore.com> + Update the non-FSF-copyrighted files in sim to GPLv3 or later. 2012-11-20 Pavel Chupin <pavel.v.chupin@intel.com> diff --git a/sim/arm/armcopro.c b/sim/arm/armcopro.c index 57d32c51166..8194b313a68 100644 --- a/sim/arm/armcopro.c +++ b/sim/arm/armcopro.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "armdefs.h" #include "armos.h" diff --git a/sim/arm/armdefs.h b/sim/arm/armdefs.h index e175ebcde83..50a0619cccc 100644 --- a/sim/arm/armdefs.h +++ b/sim/arm/armdefs.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "config.h" #include <stdio.h> diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c index 282a06ee16b..e728813642f 100644 --- a/sim/arm/armemu.c +++ b/sim/arm/armemu.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "armdefs.h" #include "armemu.h" diff --git a/sim/arm/armemu.h b/sim/arm/armemu.h index 63e6ecd12a6..71bee27d5af 100644 --- a/sim/arm/armemu.h +++ b/sim/arm/armemu.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ extern ARMword isize; diff --git a/sim/arm/armfpe.h b/sim/arm/armfpe.h index a348f893f75..c38ca80bd02 100644 --- a/sim/arm/armfpe.h +++ b/sim/arm/armfpe.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Array containing the Floating Point Emualtor (FPE). */ diff --git a/sim/arm/arminit.c b/sim/arm/arminit.c index f2328438188..38b8f401056 100644 --- a/sim/arm/arminit.c +++ b/sim/arm/arminit.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/sim/arm/armopts.h b/sim/arm/armopts.h index 4eeac9dc021..53946fc1b63 100644 --- a/sim/arm/armopts.h +++ b/sim/arm/armopts.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Define one of ARM60 or ARM61 */ #ifndef ARM60 diff --git a/sim/arm/armos.c b/sim/arm/armos.c index 942b41ca408..e5c218d0c6f 100644 --- a/sim/arm/armos.c +++ b/sim/arm/armos.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* 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 a39dbc94b76..bcd5e57946a 100644 --- a/sim/arm/armos.h +++ b/sim/arm/armos.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Define the initial layout of memory. */ diff --git a/sim/arm/armrdi.c b/sim/arm/armrdi.c index b21be11637c..5cdd4dd971a 100644 --- a/sim/arm/armrdi.c +++ b/sim/arm/armrdi.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <string.h> #include <ctype.h> diff --git a/sim/arm/armsupp.c b/sim/arm/armsupp.c index 9d61245db91..e2bac550457 100644 --- a/sim/arm/armsupp.c +++ b/sim/arm/armsupp.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "armdefs.h" #include "armemu.h" diff --git a/sim/arm/armvirt.c b/sim/arm/armvirt.c index d0e36f2c68e..31ff8d8c59e 100644 --- a/sim/arm/armvirt.c +++ b/sim/arm/armvirt.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* 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 ef3bdbab314..6cd8a95699d 100644 --- a/sim/arm/bag.c +++ b/sim/arm/bag.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /********************************************************************/ /* bag.c: */ diff --git a/sim/arm/bag.h b/sim/arm/bag.h index acc341a45ab..83bb530c432 100644 --- a/sim/arm/bag.h +++ b/sim/arm/bag.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /********************************************************************/ /* bag.h: */ diff --git a/sim/arm/communicate.c b/sim/arm/communicate.c index 06b66b65d56..e00b3cfdcbf 100644 --- a/sim/arm/communicate.c +++ b/sim/arm/communicate.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /**************************************************************************/ /* Functions to read and write characters or groups of characters */ diff --git a/sim/arm/communicate.h b/sim/arm/communicate.h index 69de5e78847..4ab676b2bc9 100644 --- a/sim/arm/communicate.h +++ b/sim/arm/communicate.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ 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 42dd10d22f0..39c0a409de2 100644 --- a/sim/arm/dbg_conf.h +++ b/sim/arm/dbg_conf.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef Dbg_Conf__h diff --git a/sim/arm/dbg_cp.h b/sim/arm/dbg_cp.h index f262aa36b6e..05638e2827e 100644 --- a/sim/arm/dbg_cp.h +++ b/sim/arm/dbg_cp.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef Dbg_CP__h diff --git a/sim/arm/dbg_hif.h b/sim/arm/dbg_hif.h index 8066066345f..3c6261a749c 100644 --- a/sim/arm/dbg_hif.h +++ b/sim/arm/dbg_hif.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifdef __STDC__ # include <stdarg.h> diff --git a/sim/arm/dbg_rdi.h b/sim/arm/dbg_rdi.h index 0a9cf1761c0..d7a3862bb70 100644 --- a/sim/arm/dbg_rdi.h +++ b/sim/arm/dbg_rdi.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef dbg_rdi__h #define dbg_rdi__h diff --git a/sim/arm/gdbhost.c b/sim/arm/gdbhost.c index 555cd04dd83..5fca60d9fb4 100644 --- a/sim/arm/gdbhost.c +++ b/sim/arm/gdbhost.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /***********************************************************/ /* Functions that communicate info back to the debugger... */ diff --git a/sim/arm/gdbhost.h b/sim/arm/gdbhost.h index a5b8da6e5b5..c38c9719417 100644 --- a/sim/arm/gdbhost.h +++ b/sim/arm/gdbhost.h @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ void myprint (void *arg, const char *format, va_list ap); void mypause (void *arg); diff --git a/sim/arm/kid.c b/sim/arm/kid.c index 887533df309..491f6c88117 100644 --- a/sim/arm/kid.c +++ b/sim/arm/kid.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /*****************************************************************/ /* The child process continues here... */ diff --git a/sim/arm/main.c b/sim/arm/main.c index eb286baac6a..b63b3710b09 100644 --- a/sim/arm/main.c +++ b/sim/arm/main.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /**********************************************************************/ /* Forks the ARMulator and hangs on a socket passing on RDP messages */ diff --git a/sim/arm/parent.c b/sim/arm/parent.c index 0a0520cf149..4a052d75e15 100644 --- a/sim/arm/parent.c +++ b/sim/arm/parent.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /*****************************************************************/ /* The Parent process continues here... */ diff --git a/sim/arm/thumbemu.c b/sim/arm/thumbemu.c index 487feeb1600..b8ef7df2e90 100644 --- a/sim/arm/thumbemu.c +++ b/sim/arm/thumbemu.c @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* We can provide simple Thumb simulation by decoding the Thumb instruction into its corresponding ARM instruction, and using the diff --git a/sim/bfin/aclocal.m4 b/sim/bfin/aclocal.m4 index 91030780de4..1e0db3b08e4 100644 --- a/sim/bfin/aclocal.m4 +++ b/sim/bfin/aclocal.m4 @@ -28,8 +28,7 @@ # General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/sim/cris/arch.c b/sim/cris/arch.c index 019532c33e5..ef6b6e54734 100644 --- a/sim/cris/arch.c +++ b/sim/cris/arch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/arch.h b/sim/cris/arch.h index ad95e65f2bc..f93963fbb6d 100644 --- a/sim/cris/arch.h +++ b/sim/cris/arch.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/cpuall.h b/sim/cris/cpuall.h index 65ed8154def..2b2d7012a6a 100644 --- a/sim/cris/cpuall.h +++ b/sim/cris/cpuall.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/cpuv10.c b/sim/cris/cpuv10.c index 21aa8388d20..7f5b06a41c7 100644 --- a/sim/cris/cpuv10.c +++ b/sim/cris/cpuv10.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/cpuv10.h b/sim/cris/cpuv10.h index aef6f0d3709..25fc70b36e7 100644 --- a/sim/cris/cpuv10.h +++ b/sim/cris/cpuv10.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/cpuv32.c b/sim/cris/cpuv32.c index 5c9d8d60845..ca2ca63f509 100644 --- a/sim/cris/cpuv32.c +++ b/sim/cris/cpuv32.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/cpuv32.h b/sim/cris/cpuv32.h index 488ef0279e7..6fee0a8f46e 100644 --- a/sim/cris/cpuv32.h +++ b/sim/cris/cpuv32.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/cris-desc.c b/sim/cris/cris-desc.c index c09c98daf4a..82fb29d9bad 100644 --- a/sim/cris/cris-desc.c +++ b/sim/cris/cris-desc.c @@ -17,8 +17,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/cris-desc.h b/sim/cris/cris-desc.h index 8c23937a813..e16613732bc 100644 --- a/sim/cris/cris-desc.h +++ b/sim/cris/cris-desc.h @@ -17,8 +17,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/cris-opc.h b/sim/cris/cris-opc.h index 1531c6e1cca..3ca5f6fcb59 100644 --- a/sim/cris/cris-opc.h +++ b/sim/cris/cris-opc.h @@ -17,8 +17,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/decodev10.c b/sim/cris/decodev10.c index ebf829cba54..a06140eca23 100644 --- a/sim/cris/decodev10.c +++ b/sim/cris/decodev10.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/decodev10.h b/sim/cris/decodev10.h index 7710d78f4eb..f814a2ceefc 100644 --- a/sim/cris/decodev10.h +++ b/sim/cris/decodev10.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/decodev32.c b/sim/cris/decodev32.c index 81bf1e84c8a..87402f91c5d 100644 --- a/sim/cris/decodev32.c +++ b/sim/cris/decodev32.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/decodev32.h b/sim/cris/decodev32.h index 0b9aa79dfa3..b05aa215b8d 100644 --- a/sim/cris/decodev32.h +++ b/sim/cris/decodev32.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/modelv10.c b/sim/cris/modelv10.c index 92b1b67c160..a252930b2d5 100644 --- a/sim/cris/modelv10.c +++ b/sim/cris/modelv10.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/modelv32.c b/sim/cris/modelv32.c index 8ea270b005e..2bf7f85c002 100644 --- a/sim/cris/modelv32.c +++ b/sim/cris/modelv32.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/semcrisv10f-switch.c b/sim/cris/semcrisv10f-switch.c index dd904eeb1db..13a697e5857 100644 --- a/sim/cris/semcrisv10f-switch.c +++ b/sim/cris/semcrisv10f-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/cris/semcrisv32f-switch.c b/sim/cris/semcrisv32f-switch.c index 002ee82c5d7..02d7bd08f0f 100644 --- a/sim/cris/semcrisv32f-switch.c +++ b/sim/cris/semcrisv32f-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/erc32/erc32.c b/sim/erc32/erc32.c index b8e0e603a98..3a5bd11561e 100644 --- a/sim/erc32/erc32.c +++ b/sim/erc32/erc32.c @@ -15,8 +15,7 @@ * more details. * * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/exec.c b/sim/erc32/exec.c index 14791198424..4fd2453635d 100644 --- a/sim/erc32/exec.c +++ b/sim/erc32/exec.c @@ -15,8 +15,7 @@ * more details. * * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/float.c b/sim/erc32/float.c index 15ba7543284..c1a46f8aea1 100644 --- a/sim/erc32/float.c +++ b/sim/erc32/float.c @@ -15,8 +15,7 @@ * more details. * * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * * * This file implements the interface between the host and the simulated diff --git a/sim/erc32/func.c b/sim/erc32/func.c index 54d2557c659..881f26c8af0 100644 --- a/sim/erc32/func.c +++ b/sim/erc32/func.c @@ -15,8 +15,7 @@ * more details. * * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index f448cfa1dc3..1ec02befdd7 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -15,8 +15,7 @@ * more details. * * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/sis.c b/sim/erc32/sis.c index 0696fb921a1..f40cd65de0c 100644 --- a/sim/erc32/sis.c +++ b/sim/erc32/sis.c @@ -15,8 +15,7 @@ * more details. * * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/sis.h b/sim/erc32/sis.h index dbc5028736c..a1cf00b8e66 100644 --- a/sim/erc32/sis.h +++ b/sim/erc32/sis.h @@ -15,8 +15,7 @@ * more details. * * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/frv/arch.c b/sim/frv/arch.c index 7babaf473a2..0e83599318c 100644 --- a/sim/frv/arch.c +++ b/sim/frv/arch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/frv/arch.h b/sim/frv/arch.h index 0b81c4f79e0..35de42b16f2 100644 --- a/sim/frv/arch.h +++ b/sim/frv/arch.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/frv/cpu.c b/sim/frv/cpu.c index 9de757ceee6..e00919424b5 100644 --- a/sim/frv/cpu.c +++ b/sim/frv/cpu.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/frv/cpu.h b/sim/frv/cpu.h index 3c899d850f0..45d70e4cb53 100644 --- a/sim/frv/cpu.h +++ b/sim/frv/cpu.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/frv/cpuall.h b/sim/frv/cpuall.h index dc13ed65e40..30b1ec2d876 100644 --- a/sim/frv/cpuall.h +++ b/sim/frv/cpuall.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/frv/decode.c b/sim/frv/decode.c index 0bee6617762..d2c9b953a75 100644 --- a/sim/frv/decode.c +++ b/sim/frv/decode.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/frv/decode.h b/sim/frv/decode.h index ec80b25760c..442e7bfb8ea 100644 --- a/sim/frv/decode.h +++ b/sim/frv/decode.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/frv/model.c b/sim/frv/model.c index e595f58fc11..cc11f8fdb59 100644 --- a/sim/frv/model.c +++ b/sim/frv/model.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/frv/sem.c b/sim/frv/sem.c index d4bc0a71674..eacc621bf38 100644 --- a/sim/frv/sem.c +++ b/sim/frv/sem.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/arch.c b/sim/iq2000/arch.c index b39caf01cce..55ef92671ac 100644 --- a/sim/iq2000/arch.c +++ b/sim/iq2000/arch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/arch.h b/sim/iq2000/arch.h index 138c39fa8df..3bac7d26cba 100644 --- a/sim/iq2000/arch.h +++ b/sim/iq2000/arch.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/cpu.c b/sim/iq2000/cpu.c index f72e98b48b9..7c6fdd56ecc 100644 --- a/sim/iq2000/cpu.c +++ b/sim/iq2000/cpu.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/cpu.h b/sim/iq2000/cpu.h index e1efd966096..0dc14034013 100644 --- a/sim/iq2000/cpu.h +++ b/sim/iq2000/cpu.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/cpuall.h b/sim/iq2000/cpuall.h index 37d6999bee0..9d01fdfd06b 100644 --- a/sim/iq2000/cpuall.h +++ b/sim/iq2000/cpuall.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/decode.c b/sim/iq2000/decode.c index be662213aa9..f098b4a9dd0 100644 --- a/sim/iq2000/decode.c +++ b/sim/iq2000/decode.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/decode.h b/sim/iq2000/decode.h index 7e0680ce001..991e9ea257b 100644 --- a/sim/iq2000/decode.h +++ b/sim/iq2000/decode.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/model.c b/sim/iq2000/model.c index c68d2f69680..0dfc4142e1e 100644 --- a/sim/iq2000/model.c +++ b/sim/iq2000/model.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/sem-switch.c b/sim/iq2000/sem-switch.c index 3f01c8b55c1..62c176107ef 100644 --- a/sim/iq2000/sem-switch.c +++ b/sim/iq2000/sem-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/iq2000/sem.c b/sim/iq2000/sem.c index 5a4fe8261e1..a3f2ab3ccb2 100644 --- a/sim/iq2000/sem.c +++ b/sim/iq2000/sem.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/arch.c b/sim/lm32/arch.c index ed9de95fef5..21257718656 100644 --- a/sim/lm32/arch.c +++ b/sim/lm32/arch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/arch.h b/sim/lm32/arch.h index e0c5e120928..4c9e8cb3442 100644 --- a/sim/lm32/arch.h +++ b/sim/lm32/arch.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/cpu.c b/sim/lm32/cpu.c index 6595df9cddd..dc47a283819 100644 --- a/sim/lm32/cpu.c +++ b/sim/lm32/cpu.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/cpu.h b/sim/lm32/cpu.h index 712df6b090a..11466a5841e 100644 --- a/sim/lm32/cpu.h +++ b/sim/lm32/cpu.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/cpuall.h b/sim/lm32/cpuall.h index 00a96c9c679..209ac675f98 100644 --- a/sim/lm32/cpuall.h +++ b/sim/lm32/cpuall.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/decode.c b/sim/lm32/decode.c index 3a5bd8f55f4..17df9d48d5c 100644 --- a/sim/lm32/decode.c +++ b/sim/lm32/decode.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/decode.h b/sim/lm32/decode.h index 217efa78b3d..ff54b7b4c20 100644 --- a/sim/lm32/decode.h +++ b/sim/lm32/decode.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/mloop.in b/sim/lm32/mloop.in index 8707576e567..54f433c1f5f 100644 --- a/sim/lm32/mloop.in +++ b/sim/lm32/mloop.in @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # 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. +# with this program; if not, see <http://www.gnu.org/licenses/>. # Syntax: # /bin/sh mainloop.in command diff --git a/sim/lm32/model.c b/sim/lm32/model.c index 33225272e40..4668e237a44 100644 --- a/sim/lm32/model.c +++ b/sim/lm32/model.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/sem-switch.c b/sim/lm32/sem-switch.c index 7fd01bc3421..b1a134beb46 100644 --- a/sim/lm32/sem-switch.c +++ b/sim/lm32/sem-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/lm32/sem.c b/sim/lm32/sem.c index fdb45ce2644..63bcb9072d5 100644 --- a/sim/lm32/sem.c +++ b/sim/lm32/sem.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/arch.c b/sim/m32r/arch.c index f94cfde68bc..480095d67ae 100644 --- a/sim/m32r/arch.c +++ b/sim/m32r/arch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/arch.h b/sim/m32r/arch.h index 78bf407fefd..6a82af28f1f 100644 --- a/sim/m32r/arch.h +++ b/sim/m32r/arch.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/cpu.c b/sim/m32r/cpu.c index 84797339a07..2db2b2ff6be 100644 --- a/sim/m32r/cpu.c +++ b/sim/m32r/cpu.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/cpu.h b/sim/m32r/cpu.h index 4f5e7d0b353..6604ba91387 100644 --- a/sim/m32r/cpu.h +++ b/sim/m32r/cpu.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/cpu2.c b/sim/m32r/cpu2.c index cd97cdfc817..1102389d6af 100644 --- a/sim/m32r/cpu2.c +++ b/sim/m32r/cpu2.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/cpu2.h b/sim/m32r/cpu2.h index ec764ea6700..f4b3368a09b 100644 --- a/sim/m32r/cpu2.h +++ b/sim/m32r/cpu2.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/cpuall.h b/sim/m32r/cpuall.h index 6587b523230..5eda7e20b84 100644 --- a/sim/m32r/cpuall.h +++ b/sim/m32r/cpuall.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/cpux.c b/sim/m32r/cpux.c index 54fd6ad42cd..8e9b5c1a3ee 100644 --- a/sim/m32r/cpux.c +++ b/sim/m32r/cpux.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/cpux.h b/sim/m32r/cpux.h index f992177f0f4..ad5db8e41fc 100644 --- a/sim/m32r/cpux.h +++ b/sim/m32r/cpux.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/decode.c b/sim/m32r/decode.c index bdcca681eba..ce776cc8caa 100644 --- a/sim/m32r/decode.c +++ b/sim/m32r/decode.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/decode.h b/sim/m32r/decode.h index c36e352a165..0f332b1ed2f 100644 --- a/sim/m32r/decode.h +++ b/sim/m32r/decode.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/decode2.c b/sim/m32r/decode2.c index df011cdd4c0..6d0328e5f88 100644 --- a/sim/m32r/decode2.c +++ b/sim/m32r/decode2.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/decode2.h b/sim/m32r/decode2.h index 458abd05bdd..4537f782fc4 100644 --- a/sim/m32r/decode2.h +++ b/sim/m32r/decode2.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/decodex.c b/sim/m32r/decodex.c index ba1c67a3058..b429a57d06e 100644 --- a/sim/m32r/decodex.c +++ b/sim/m32r/decodex.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/decodex.h b/sim/m32r/decodex.h index 6c3c39cb3ab..bcd9c3c8a8c 100644 --- a/sim/m32r/decodex.h +++ b/sim/m32r/decodex.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/model.c b/sim/m32r/model.c index 0ed2d45aa68..8e70e2f4a7e 100644 --- a/sim/m32r/model.c +++ b/sim/m32r/model.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/model2.c b/sim/m32r/model2.c index 79e0f58af4a..9769e221340 100644 --- a/sim/m32r/model2.c +++ b/sim/m32r/model2.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/modelx.c b/sim/m32r/modelx.c index 645ef269bed..d857c833686 100644 --- a/sim/m32r/modelx.c +++ b/sim/m32r/modelx.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/sem-switch.c b/sim/m32r/sem-switch.c index c892d98c42a..40569a6d679 100644 --- a/sim/m32r/sem-switch.c +++ b/sim/m32r/sem-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/sem.c b/sim/m32r/sem.c index a1747fb7343..93e7e7ae1dd 100644 --- a/sim/m32r/sem.c +++ b/sim/m32r/sem.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/sem2-switch.c b/sim/m32r/sem2-switch.c index b13389dedbf..9835628fed2 100644 --- a/sim/m32r/sem2-switch.c +++ b/sim/m32r/sem2-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/m32r/semx-switch.c b/sim/m32r/semx-switch.c index 75d813aeadc..876f45ed4fa 100644 --- a/sim/m32r/semx-switch.c +++ b/sim/m32r/semx-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c index bdeeb27aa8c..2d841653f9a 100644 --- a/sim/microblaze/interp.c +++ b/sim/microblaze/interp.c @@ -14,9 +14,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "config.h" #include <signal.h> diff --git a/sim/microblaze/microblaze.h b/sim/microblaze/microblaze.h index 2fa773e3660..a1f4396a29a 100644 --- a/sim/microblaze/microblaze.h +++ b/sim/microblaze/microblaze.h @@ -16,9 +16,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, - MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "../../opcodes/microblaze-opcm.h" diff --git a/sim/microblaze/microblaze.isa b/sim/microblaze/microblaze.isa index 9102bbacf80..61d186f649f 100644 --- a/sim/microblaze/microblaze.isa +++ b/sim/microblaze/microblaze.isa @@ -13,9 +13,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, - MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* * MICROBLAZE Instruction Set Architecture diff --git a/sim/microblaze/sim-main.h b/sim/microblaze/sim-main.h index 9b3ed1881c2..126fc58a8f8 100644 --- a/sim/microblaze/sim-main.h +++ b/sim/microblaze/sim-main.h @@ -16,9 +16,7 @@ GNU General Public License for more details. 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., 51 Franklin Street - Fifth Floor, Boston, - MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "microblaze.h" #include "sim-basics.h" diff --git a/sim/microblaze/sysdep.h b/sim/microblaze/sysdep.h index acd23a5f144..a8620bb7336 100644 --- a/sim/microblaze/sysdep.h +++ b/sim/microblaze/sysdep.h @@ -15,8 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 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. */ +with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef __SYSDEP_H #define __SYSDEP_H diff --git a/sim/mips/m16run.c b/sim/mips/m16run.c index e55bb78912e..0f5fec11ac6 100644 --- a/sim/mips/m16run.c +++ b/sim/mips/m16run.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/mips/sim-main.c b/sim/mips/sim-main.c index 8aa4f28eb08..67fde8ddfca 100644 --- a/sim/mips/sim-main.c +++ b/sim/mips/sim-main.c @@ -11,8 +11,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/moxie/moxie-gdb.dts b/sim/moxie/moxie-gdb.dts index eb3efd1775d..e3713734edf 100644 --- a/sim/moxie/moxie-gdb.dts +++ b/sim/moxie/moxie-gdb.dts @@ -16,9 +16,7 @@ * GNU General Public License for more details. * * 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 + * along with this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index cd44e395b7e..d7d66895ff7 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # default: all diff --git a/sim/ppc/README b/sim/ppc/README index bcbe939d2bc..f5049e830cb 100644 --- a/sim/ppc/README +++ b/sim/ppc/README @@ -16,8 +16,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. ---------------------------------------------------------------------- diff --git a/sim/ppc/basics.h b/sim/ppc/basics.h index 41e005e9662..c26627e870e 100644 --- a/sim/ppc/basics.h +++ b/sim/ppc/basics.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/bits.c b/sim/ppc/bits.c index ecbf7a64dda..767f196fad5 100644 --- a/sim/ppc/bits.c +++ b/sim/ppc/bits.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/bits.h b/sim/ppc/bits.h index fc1e7f6e6b1..58173f78cd5 100644 --- a/sim/ppc/bits.h +++ b/sim/ppc/bits.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/cap.c b/sim/ppc/cap.c index 3b578d2b03b..48ac5bca8d4 100644 --- a/sim/ppc/cap.c +++ b/sim/ppc/cap.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/cap.h b/sim/ppc/cap.h index 94ec8f63181..86afc576645 100644 --- a/sim/ppc/cap.h +++ b/sim/ppc/cap.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/corefile-n.h b/sim/ppc/corefile-n.h index 08d231cc930..36a152b7168 100644 --- a/sim/ppc/corefile-n.h +++ b/sim/ppc/corefile-n.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/corefile.c b/sim/ppc/corefile.c index 839f520ded1..d784d64f465 100644 --- a/sim/ppc/corefile.c +++ b/sim/ppc/corefile.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/corefile.h b/sim/ppc/corefile.h index 2503fa933e4..9297f3eabe0 100644 --- a/sim/ppc/corefile.h +++ b/sim/ppc/corefile.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/cpu.c b/sim/ppc/cpu.c index 0cc61045c90..c7e8bdf0c00 100644 --- a/sim/ppc/cpu.c +++ b/sim/ppc/cpu.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/cpu.h b/sim/ppc/cpu.h index 870ff7f208b..cb141f20657 100644 --- a/sim/ppc/cpu.h +++ b/sim/ppc/cpu.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/dc-complex b/sim/ppc/dc-complex index 0577183c8c4..37daa3e91a2 100644 --- a/sim/ppc/dc-complex +++ b/sim/ppc/dc-complex @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # array,normal: 0: 5: 0: 5: array,normal: 21:31:32:-1:OE,LR,AA,Rc,LK: diff --git a/sim/ppc/dc-simple b/sim/ppc/dc-simple index 661fceeb8ab..fe1154b0c70 100644 --- a/sim/ppc/dc-simple +++ b/sim/ppc/dc-simple @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # # # Create a two level switch statement. The first level branches on bits diff --git a/sim/ppc/dc-stupid b/sim/ppc/dc-stupid index 0cf30cd70a8..71d77282e95 100644 --- a/sim/ppc/dc-stupid +++ b/sim/ppc/dc-stupid @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # array,normal: 0: 5: 0: 5: array,normal:21:31:32:-1:OE,LR,AA,Rc,LK: diff --git a/sim/ppc/dc-test.01 b/sim/ppc/dc-test.01 index 5a4cf3a850e..21c1e365ac9 100644 --- a/sim/ppc/dc-test.01 +++ b/sim/ppc/dc-test.01 @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # 0: 5: 0: 5:0:: 2:0x00000000:0x00000000:0 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0 diff --git a/sim/ppc/dc-test.02 b/sim/ppc/dc-test.02 index 91fe44fe6da..a792df9d031 100644 --- a/sim/ppc/dc-test.02 +++ b/sim/ppc/dc-test.02 @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # 0: 5: 0: 5:0:: 0:0x00000000:0x00000000:0 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0 diff --git a/sim/ppc/debug.c b/sim/ppc/debug.c index b454b0db07b..1ec279bac2a 100644 --- a/sim/ppc/debug.c +++ b/sim/ppc/debug.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/debug.h b/sim/ppc/debug.h index 59a8a5d2181..fdf2e3c9605 100644 --- a/sim/ppc/debug.h +++ b/sim/ppc/debug.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/device.c b/sim/ppc/device.c index 2c022234cc1..988baea8b55 100644 --- a/sim/ppc/device.c +++ b/sim/ppc/device.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/device.h b/sim/ppc/device.h index 6725380fc60..ef52e5e9864 100644 --- a/sim/ppc/device.h +++ b/sim/ppc/device.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/device_table.c b/sim/ppc/device_table.c index 6ecf04cbf92..d2c6195e1da 100644 --- a/sim/ppc/device_table.c +++ b/sim/ppc/device_table.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/device_table.h b/sim/ppc/device_table.h index 0d29774a5b0..654ecade4b0 100644 --- a/sim/ppc/device_table.h +++ b/sim/ppc/device_table.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/dgen.c b/sim/ppc/dgen.c index 17f966249ea..8e8f5fb61bc 100644 --- a/sim/ppc/dgen.c +++ b/sim/ppc/dgen.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/double.c b/sim/ppc/double.c index 27d659399d7..d9002e6b516 100644 --- a/sim/ppc/double.c +++ b/sim/ppc/double.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_bugapi.c b/sim/ppc/emul_bugapi.c index e099cf400bd..e33d0cf2995 100644 --- a/sim/ppc/emul_bugapi.c +++ b/sim/ppc/emul_bugapi.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_bugapi.h b/sim/ppc/emul_bugapi.h index 20c0fd48a8e..26f0d18c090 100644 --- a/sim/ppc/emul_bugapi.h +++ b/sim/ppc/emul_bugapi.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_chirp.c b/sim/ppc/emul_chirp.c index ce19d19c6db..f326410b060 100644 --- a/sim/ppc/emul_chirp.c +++ b/sim/ppc/emul_chirp.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_chirp.h b/sim/ppc/emul_chirp.h index 2a06d19e6b6..6e431ba4d31 100644 --- a/sim/ppc/emul_chirp.h +++ b/sim/ppc/emul_chirp.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_generic.c b/sim/ppc/emul_generic.c index 3a72d997533..dc0b2cf1e09 100644 --- a/sim/ppc/emul_generic.c +++ b/sim/ppc/emul_generic.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_generic.h b/sim/ppc/emul_generic.h index 879e1330180..e697abddbb1 100644 --- a/sim/ppc/emul_generic.h +++ b/sim/ppc/emul_generic.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_netbsd.c b/sim/ppc/emul_netbsd.c index e539a22bdad..6bef3707a3e 100644 --- a/sim/ppc/emul_netbsd.c +++ b/sim/ppc/emul_netbsd.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_netbsd.h b/sim/ppc/emul_netbsd.h index 9c808630661..cec67c79a15 100644 --- a/sim/ppc/emul_netbsd.h +++ b/sim/ppc/emul_netbsd.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_unix.c b/sim/ppc/emul_unix.c index 8c270031be7..d72525d8b01 100644 --- a/sim/ppc/emul_unix.c +++ b/sim/ppc/emul_unix.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/emul_unix.h b/sim/ppc/emul_unix.h index 65c6125502e..94de1102eb2 100644 --- a/sim/ppc/emul_unix.h +++ b/sim/ppc/emul_unix.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/events.c b/sim/ppc/events.c index 2b628ae85ce..130b28b6d2a 100644 --- a/sim/ppc/events.c +++ b/sim/ppc/events.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/events.h b/sim/ppc/events.h index 222fcdc1a23..648a82aa8b6 100644 --- a/sim/ppc/events.h +++ b/sim/ppc/events.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/filter.c b/sim/ppc/filter.c index 69eda2bd882..7aa6a556014 100644 --- a/sim/ppc/filter.c +++ b/sim/ppc/filter.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/filter.h b/sim/ppc/filter.h index 27a3f89bf28..d4c659a1a16 100644 --- a/sim/ppc/filter.h +++ b/sim/ppc/filter.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/filter_filename.c b/sim/ppc/filter_filename.c index fd99cc2fb1f..2457b687907 100644 --- a/sim/ppc/filter_filename.c +++ b/sim/ppc/filter_filename.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/filter_filename.h b/sim/ppc/filter_filename.h index 229df08c127..5c42e284cef 100644 --- a/sim/ppc/filter_filename.h +++ b/sim/ppc/filter_filename.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-icache.c b/sim/ppc/gen-icache.c index 9baf12f5a83..8acf3fba122 100644 --- a/sim/ppc/gen-icache.c +++ b/sim/ppc/gen-icache.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-icache.h b/sim/ppc/gen-icache.h index c004fe5c096..dd4411078fd 100644 --- a/sim/ppc/gen-icache.h +++ b/sim/ppc/gen-icache.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-idecode.c b/sim/ppc/gen-idecode.c index 81f58bcb569..256ba7586b8 100644 --- a/sim/ppc/gen-idecode.c +++ b/sim/ppc/gen-idecode.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-idecode.h b/sim/ppc/gen-idecode.h index 02cb61caf06..b42a72f238a 100644 --- a/sim/ppc/gen-idecode.h +++ b/sim/ppc/gen-idecode.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-itable.c b/sim/ppc/gen-itable.c index 19148f9675e..7f3139ed971 100644 --- a/sim/ppc/gen-itable.c +++ b/sim/ppc/gen-itable.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-itable.h b/sim/ppc/gen-itable.h index 37fbe82864c..a96c349dc2e 100644 --- a/sim/ppc/gen-itable.h +++ b/sim/ppc/gen-itable.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-model.c b/sim/ppc/gen-model.c index 49a6d95f810..00f2b02118e 100644 --- a/sim/ppc/gen-model.c +++ b/sim/ppc/gen-model.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-model.h b/sim/ppc/gen-model.h index 2d03bc50285..cbb26837e93 100644 --- a/sim/ppc/gen-model.h +++ b/sim/ppc/gen-model.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-semantics.c b/sim/ppc/gen-semantics.c index 2d71e36e52f..b0646fa8387 100644 --- a/sim/ppc/gen-semantics.c +++ b/sim/ppc/gen-semantics.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-semantics.h b/sim/ppc/gen-semantics.h index 951462e219c..8d1804bbbea 100644 --- a/sim/ppc/gen-semantics.h +++ b/sim/ppc/gen-semantics.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-support.c b/sim/ppc/gen-support.c index 2b14299ecb7..85ab497e20e 100644 --- a/sim/ppc/gen-support.c +++ b/sim/ppc/gen-support.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/gen-support.h b/sim/ppc/gen-support.h index 831ea1a514a..933a04478ad 100644 --- a/sim/ppc/gen-support.h +++ b/sim/ppc/gen-support.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_com.c b/sim/ppc/hw_com.c index cc8fa537031..648c4df1ed5 100644 --- a/sim/ppc/hw_com.c +++ b/sim/ppc/hw_com.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_core.c b/sim/ppc/hw_core.c index cd357b7a6f1..0aa0fdd1009 100644 --- a/sim/ppc/hw_core.c +++ b/sim/ppc/hw_core.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_cpu.c b/sim/ppc/hw_cpu.c index bf37dfe01f1..df807c1f8f6 100644 --- a/sim/ppc/hw_cpu.c +++ b/sim/ppc/hw_cpu.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_cpu.h b/sim/ppc/hw_cpu.h index 50e3d88bf47..d20e64f21e4 100644 --- a/sim/ppc/hw_cpu.h +++ b/sim/ppc/hw_cpu.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_disk.c b/sim/ppc/hw_disk.c index 55d13374670..a2ea9340bc5 100644 --- a/sim/ppc/hw_disk.c +++ b/sim/ppc/hw_disk.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_eeprom.c b/sim/ppc/hw_eeprom.c index c8ad1806a19..3406be93c62 100644 --- a/sim/ppc/hw_eeprom.c +++ b/sim/ppc/hw_eeprom.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_glue.c b/sim/ppc/hw_glue.c index 31df5ae87eb..c8247733930 100644 --- a/sim/ppc/hw_glue.c +++ b/sim/ppc/hw_glue.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_htab.c b/sim/ppc/hw_htab.c index 1fd9ed0d538..15ddb71eef9 100644 --- a/sim/ppc/hw_htab.c +++ b/sim/ppc/hw_htab.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_ide.c b/sim/ppc/hw_ide.c index 5db4e166ef2..9d3a7118b71 100644 --- a/sim/ppc/hw_ide.c +++ b/sim/ppc/hw_ide.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_init.c b/sim/ppc/hw_init.c index 4f22680ca86..0e7403bb6c5 100644 --- a/sim/ppc/hw_init.c +++ b/sim/ppc/hw_init.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_iobus.c b/sim/ppc/hw_iobus.c index e76d3d5c2cc..81ca074ab11 100644 --- a/sim/ppc/hw_iobus.c +++ b/sim/ppc/hw_iobus.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_memory.c b/sim/ppc/hw_memory.c index 3149dca909e..5292d10fa23 100644 --- a/sim/ppc/hw_memory.c +++ b/sim/ppc/hw_memory.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_nvram.c b/sim/ppc/hw_nvram.c index 86667165d53..f8caaa8edd2 100644 --- a/sim/ppc/hw_nvram.c +++ b/sim/ppc/hw_nvram.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_opic.c b/sim/ppc/hw_opic.c index d103dc18f47..69d956b1a5f 100644 --- a/sim/ppc/hw_opic.c +++ b/sim/ppc/hw_opic.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_pal.c b/sim/ppc/hw_pal.c index e0f28025e40..0789929cde0 100644 --- a/sim/ppc/hw_pal.c +++ b/sim/ppc/hw_pal.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_phb.c b/sim/ppc/hw_phb.c index c2e95222749..8e3fb179501 100644 --- a/sim/ppc/hw_phb.c +++ b/sim/ppc/hw_phb.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_phb.h b/sim/ppc/hw_phb.h index 5114bae628f..d626829b04f 100644 --- a/sim/ppc/hw_phb.h +++ b/sim/ppc/hw_phb.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_register.c b/sim/ppc/hw_register.c index edf2f82f6c3..de65c9f0183 100644 --- a/sim/ppc/hw_register.c +++ b/sim/ppc/hw_register.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_sem.c b/sim/ppc/hw_sem.c index c8ffd11f424..f1c32954443 100644 --- a/sim/ppc/hw_sem.c +++ b/sim/ppc/hw_sem.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_shm.c b/sim/ppc/hw_shm.c index 7d9e3d29d58..31288714833 100644 --- a/sim/ppc/hw_shm.c +++ b/sim/ppc/hw_shm.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_trace.c b/sim/ppc/hw_trace.c index a2ac737636a..9490bfb97f4 100644 --- a/sim/ppc/hw_trace.c +++ b/sim/ppc/hw_trace.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/hw_vm.c b/sim/ppc/hw_vm.c index 6fd3a263001..1bce41cf8a4 100644 --- a/sim/ppc/hw_vm.c +++ b/sim/ppc/hw_vm.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/idecode_branch.h b/sim/ppc/idecode_branch.h index 0db507674b5..035c49c2bf9 100644 --- a/sim/ppc/idecode_branch.h +++ b/sim/ppc/idecode_branch.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/idecode_expression.h b/sim/ppc/idecode_expression.h index 8713d0e2537..13f6020daad 100644 --- a/sim/ppc/idecode_expression.h +++ b/sim/ppc/idecode_expression.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/idecode_fields.h b/sim/ppc/idecode_fields.h index 2421daaec16..cf8826deefb 100644 --- a/sim/ppc/idecode_fields.h +++ b/sim/ppc/idecode_fields.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/igen.c b/sim/ppc/igen.c index 05ecbaa50ee..5a1df3ee911 100644 --- a/sim/ppc/igen.c +++ b/sim/ppc/igen.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/igen.h b/sim/ppc/igen.h index e8675907d98..052806af31f 100644 --- a/sim/ppc/igen.h +++ b/sim/ppc/igen.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/inline.c b/sim/ppc/inline.c index 82a2509d5f8..8813169c60e 100644 --- a/sim/ppc/inline.c +++ b/sim/ppc/inline.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/inline.h b/sim/ppc/inline.h index 94ef72fdf64..6c4d325f6f0 100644 --- a/sim/ppc/inline.h +++ b/sim/ppc/inline.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/interrupts.c b/sim/ppc/interrupts.c index ac34fbdd1f6..db100fd26b9 100644 --- a/sim/ppc/interrupts.c +++ b/sim/ppc/interrupts.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/interrupts.h b/sim/ppc/interrupts.h index 982bc6d1a2b..71711293309 100644 --- a/sim/ppc/interrupts.h +++ b/sim/ppc/interrupts.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/ld-cache.c b/sim/ppc/ld-cache.c index ba4ac44351d..29a70350508 100644 --- a/sim/ppc/ld-cache.c +++ b/sim/ppc/ld-cache.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/ld-cache.h b/sim/ppc/ld-cache.h index 160183cf7f2..241a6528e5e 100644 --- a/sim/ppc/ld-cache.h +++ b/sim/ppc/ld-cache.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/ld-decode.c b/sim/ppc/ld-decode.c index c3ce5dbd413..3b2e1a05c28 100644 --- a/sim/ppc/ld-decode.c +++ b/sim/ppc/ld-decode.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/ld-decode.h b/sim/ppc/ld-decode.h index 7f787516104..3e644772087 100644 --- a/sim/ppc/ld-decode.h +++ b/sim/ppc/ld-decode.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/ld-insn.c b/sim/ppc/ld-insn.c index 19c3ba08467..e39131ca133 100644 --- a/sim/ppc/ld-insn.c +++ b/sim/ppc/ld-insn.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/ld-insn.h b/sim/ppc/ld-insn.h index e78ce2f9aa6..88318ffa2b3 100644 --- a/sim/ppc/ld-insn.h +++ b/sim/ppc/ld-insn.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/lf.c b/sim/ppc/lf.c index 3f4876fdde5..1794a27f350 100644 --- a/sim/ppc/lf.c +++ b/sim/ppc/lf.c @@ -11,11 +11,10 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + 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. - + along with this program; if not, see <http://www.gnu.org/licenses/>. + */ @@ -287,11 +286,10 @@ lf_print__gnu_copyleft(lf *file) but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ GNU General Public License for more details.\n\ - \n\ +\n\ You should have received a copy of the GNU General Public License\n\ - along with this program; if not, write to the Free Software\n\ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\ - \n\ + along with this program; if not, see <http://www.gnu.org/licenses/>.\n\ +\n\ --\n\ \n\ This file was generated by the program %s */\n\ diff --git a/sim/ppc/lf.h b/sim/ppc/lf.h index 742ddb2ca94..ce0b8763bba 100644 --- a/sim/ppc/lf.h +++ b/sim/ppc/lf.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/main.c b/sim/ppc/main.c index f6ce8efb49d..fad6973a9f4 100644 --- a/sim/ppc/main.c +++ b/sim/ppc/main.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/misc.c b/sim/ppc/misc.c index f3903d9bddf..8c21bd38b1b 100644 --- a/sim/ppc/misc.c +++ b/sim/ppc/misc.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/misc.h b/sim/ppc/misc.h index f7a23bd270b..232f2eaacd0 100644 --- a/sim/ppc/misc.h +++ b/sim/ppc/misc.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/mon.c b/sim/ppc/mon.c index 015226c835b..8235b66df1d 100644 --- a/sim/ppc/mon.c +++ b/sim/ppc/mon.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/mon.h b/sim/ppc/mon.h index 1f645b093c5..580c93bb939 100644 --- a/sim/ppc/mon.h +++ b/sim/ppc/mon.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/options.c b/sim/ppc/options.c index 9e3c07dbbf7..f855c7ba4c6 100644 --- a/sim/ppc/options.c +++ b/sim/ppc/options.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/options.h b/sim/ppc/options.h index 281e3d0c810..24dd0741352 100644 --- a/sim/ppc/options.h +++ b/sim/ppc/options.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/os_emul.c b/sim/ppc/os_emul.c index 6353342fc77..73792c9f1ff 100644 --- a/sim/ppc/os_emul.c +++ b/sim/ppc/os_emul.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/os_emul.h b/sim/ppc/os_emul.h index 091a1cedbf3..fdc2579bb26 100644 --- a/sim/ppc/os_emul.h +++ b/sim/ppc/os_emul.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/pk_disklabel.c b/sim/ppc/pk_disklabel.c index 1f8b13e41f6..fb820fd32dd 100644 --- a/sim/ppc/pk_disklabel.c +++ b/sim/ppc/pk_disklabel.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index e274eca64a8..1b8fd89ad29 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -30,8 +30,7 @@ # GNU General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # :cache::::RA:RA: diff --git a/sim/ppc/ppc-spr-table b/sim/ppc/ppc-spr-table index 3a3d6fefd7d..d930c396bc8 100644 --- a/sim/ppc/ppc-spr-table +++ b/sim/ppc/ppc-spr-table @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # 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. +# along with this program; if not, see <http://www.gnu.org/licenses/>. # # Name:reg-nr:read-only:length diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c index 66f05964a8a..183b9f2475b 100644 --- a/sim/ppc/psim.c +++ b/sim/ppc/psim.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/psim.h b/sim/ppc/psim.h index 878b8f42a47..60fd9b98748 100644 --- a/sim/ppc/psim.h +++ b/sim/ppc/psim.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/registers.c b/sim/ppc/registers.c index 57933b659d4..b672f9907e2 100644 --- a/sim/ppc/registers.c +++ b/sim/ppc/registers.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/registers.h b/sim/ppc/registers.h index 5481a120308..ffedf4b0e40 100644 --- a/sim/ppc/registers.h +++ b/sim/ppc/registers.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/sim-endian-n.h b/sim/ppc/sim-endian-n.h index 2dc74f029af..095a642e9ee 100644 --- a/sim/ppc/sim-endian-n.h +++ b/sim/ppc/sim-endian-n.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/sim-endian.c b/sim/ppc/sim-endian.c index 32b030dc9b7..1ffa2d7e4eb 100644 --- a/sim/ppc/sim-endian.c +++ b/sim/ppc/sim-endian.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/sim-endian.h b/sim/ppc/sim-endian.h index f95e27c1ca6..c6df0f258d1 100644 --- a/sim/ppc/sim-endian.h +++ b/sim/ppc/sim-endian.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/sim_callbacks.h b/sim/ppc/sim_callbacks.h index a28955f3384..61c6e2f4214 100644 --- a/sim/ppc/sim_callbacks.h +++ b/sim/ppc/sim_callbacks.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/sim_calls.c b/sim/ppc/sim_calls.c index 23d46dc0c88..a4ceb3fbe19 100644 --- a/sim/ppc/sim_calls.c +++ b/sim/ppc/sim_calls.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h index 0f11f24bf33..3b6b94363de 100644 --- a/sim/ppc/std-config.h +++ b/sim/ppc/std-config.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/table.c b/sim/ppc/table.c index 71f3a6cec57..43c74622377 100644 --- a/sim/ppc/table.c +++ b/sim/ppc/table.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/table.h b/sim/ppc/table.h index a11d58a144d..5245580a354 100644 --- a/sim/ppc/table.h +++ b/sim/ppc/table.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/tree.c b/sim/ppc/tree.c index 2e62df05b77..5d20bf4103c 100644 --- a/sim/ppc/tree.c +++ b/sim/ppc/tree.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/tree.h b/sim/ppc/tree.h index a95d12a426e..165612cb8ec 100644 --- a/sim/ppc/tree.h +++ b/sim/ppc/tree.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/vm.c b/sim/ppc/vm.c index ceccaac8301..8cf4e8fcf53 100644 --- a/sim/ppc/vm.c +++ b/sim/ppc/vm.c @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/vm.h b/sim/ppc/vm.h index 1d7be530191..63dc23c2fcd 100644 --- a/sim/ppc/vm.h +++ b/sim/ppc/vm.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/vm_n.h b/sim/ppc/vm_n.h index b12840cdb32..563cd1ca6a1 100644 --- a/sim/ppc/vm_n.h +++ b/sim/ppc/vm_n.h @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/ppc/words.h b/sim/ppc/words.h index 39410d9e6a6..7645349ac5b 100644 --- a/sim/ppc/words.h +++ b/sim/ppc/words.h @@ -13,8 +13,7 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + License along with this library; if not, see <http://www.gnu.org/licenses/>. -- diff --git a/sim/rl78/Makefile.in b/sim/rl78/Makefile.in index 1bad3d9c205..a615f11ac28 100644 --- a/sim/rl78/Makefile.in +++ b/sim/rl78/Makefile.in @@ -16,9 +16,7 @@ ### General Public License for more details. ### ### You should have received a copy of the GNU General Public License -### along with the GNU simulators; if not, write to the Free Software -### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -### 02110-1301, USA +### along with the GNU simulators; if not, see <http://www.gnu.org/licenses/>. ## COMMON_PRE_CONFIG_FRAG diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in index 689e646c11f..84641f7f983 100644 --- a/sim/rx/Makefile.in +++ b/sim/rx/Makefile.in @@ -16,9 +16,7 @@ ### General Public License for more details. ### ### You should have received a copy of the GNU General Public License -### along with the GNU simulators; if not, write to the Free Software -### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -### 02110-1301, USA +### along with the GNU simulators; if not, see <http://www.gnu.org/licenses/>. ## COMMON_PRE_CONFIG_FRAG diff --git a/sim/sh64/arch.c b/sim/sh64/arch.c index b001ab6ddca..fb2d18390f3 100644 --- a/sim/sh64/arch.c +++ b/sim/sh64/arch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/arch.h b/sim/sh64/arch.h index 3c9a21a3988..7de93ee297a 100644 --- a/sim/sh64/arch.h +++ b/sim/sh64/arch.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/cpu.c b/sim/sh64/cpu.c index b1aa18ae038..d336c9a1e53 100644 --- a/sim/sh64/cpu.c +++ b/sim/sh64/cpu.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/cpu.h b/sim/sh64/cpu.h index 3746a958138..1250b3eac37 100644 --- a/sim/sh64/cpu.h +++ b/sim/sh64/cpu.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/cpuall.h b/sim/sh64/cpuall.h index bd3d42f7378..0e2e9674e7f 100644 --- a/sim/sh64/cpuall.h +++ b/sim/sh64/cpuall.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/decode-compact.c b/sim/sh64/decode-compact.c index bbe5dc85f51..c62f5d270f7 100644 --- a/sim/sh64/decode-compact.c +++ b/sim/sh64/decode-compact.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/decode-compact.h b/sim/sh64/decode-compact.h index c01203ccd8e..6aa434d7a20 100644 --- a/sim/sh64/decode-compact.h +++ b/sim/sh64/decode-compact.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/decode-media.c b/sim/sh64/decode-media.c index 87d84b1ca47..620dd233978 100644 --- a/sim/sh64/decode-media.c +++ b/sim/sh64/decode-media.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/decode-media.h b/sim/sh64/decode-media.h index 4254ad69634..a507d26967e 100644 --- a/sim/sh64/decode-media.h +++ b/sim/sh64/decode-media.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/defs-compact.h b/sim/sh64/defs-compact.h index 4cfd0351015..173a7ed4fb7 100644 --- a/sim/sh64/defs-compact.h +++ b/sim/sh64/defs-compact.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/defs-media.h b/sim/sh64/defs-media.h index 62c7c40c382..e0bdd005734 100644 --- a/sim/sh64/defs-media.h +++ b/sim/sh64/defs-media.h @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/sem-compact-switch.c b/sim/sh64/sem-compact-switch.c index 75fd7a9c3a0..53055022cd4 100644 --- a/sim/sh64/sem-compact-switch.c +++ b/sim/sh64/sem-compact-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/sem-compact.c b/sim/sh64/sem-compact.c index 3693860281f..bca4d92a4d6 100644 --- a/sim/sh64/sem-compact.c +++ b/sim/sh64/sem-compact.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/sem-media-switch.c b/sim/sh64/sem-media-switch.c index 805f5b2e36b..28945f93a36 100644 --- a/sim/sh64/sem-media-switch.c +++ b/sim/sh64/sem-media-switch.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/sem-media.c b/sim/sh64/sem-media.c index a4eddf1b8a1..edff92bf998 100644 --- a/sim/sh64/sem-media.c +++ b/sim/sh64/sem-media.c @@ -17,8 +17,7 @@ This file is part of the GNU simulators. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/sh-desc.c b/sim/sh64/sh-desc.c index 76ec49db8a6..3d89e85062f 100644 --- a/sim/sh64/sh-desc.c +++ b/sim/sh64/sh-desc.c @@ -17,8 +17,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/sh-desc.h b/sim/sh64/sh-desc.h index 4e76bd9fb22..ca696c31385 100644 --- a/sim/sh64/sh-desc.h +++ b/sim/sh64/sh-desc.h @@ -17,8 +17,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/sh64/sh-opc.h b/sim/sh64/sh-opc.h index 161baf5801f..4b706aa641a 100644 --- a/sim/sh64/sh-opc.h +++ b/sim/sh64/sh-opc.h @@ -17,8 +17,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. License for more details. 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., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/testsuite/sim/mips/mips32-dsp2.s b/sim/testsuite/sim/mips/mips32-dsp2.s index a9463a61f26..8c8384e04b3 100644 --- a/sim/testsuite/sim/mips/mips32-dsp2.s +++ b/sim/testsuite/sim/mips/mips32-dsp2.s @@ -21,8 +21,7 @@ # GNU General Public License for more details. # # 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. +# with this program; if not, see <http://www.gnu.org/licenses/>. .include "testutils.inc" .include "utils-dsp.inc" |