aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-12-19 07:18:22 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-12-19 07:18:22 +0000
commit51b318dec8f66b2544b24c359ff3d69425d0d6ff (patch)
tree17f08aedf7c80cc7149d2eb35b575d1507f3bf49 /sim/arm
parent3fd725ef34e474e36bf2bea93a770589c69ee1e6 (diff)
downloadbinutils-51b318dec8f66b2544b24c359ff3d69425d0d6ff.zip
binutils-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.gz
binutils-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.bz2
[sim] Update old contact info in GPL license notices
sim/ChangeLog: Update old contact info in GPL license notices.
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/armcopro.c3
-rw-r--r--sim/arm/armdefs.h3
-rw-r--r--sim/arm/armemu.c3
-rw-r--r--sim/arm/armemu.h3
-rw-r--r--sim/arm/armfpe.h3
-rw-r--r--sim/arm/arminit.c3
-rw-r--r--sim/arm/armopts.h3
-rw-r--r--sim/arm/armos.c3
-rw-r--r--sim/arm/armos.h3
-rw-r--r--sim/arm/armrdi.c3
-rw-r--r--sim/arm/armsupp.c3
-rw-r--r--sim/arm/armvirt.c3
-rw-r--r--sim/arm/bag.c3
-rw-r--r--sim/arm/bag.h3
-rw-r--r--sim/arm/communicate.c3
-rw-r--r--sim/arm/communicate.h3
-rw-r--r--sim/arm/dbg_conf.h3
-rw-r--r--sim/arm/dbg_cp.h3
-rw-r--r--sim/arm/dbg_hif.h3
-rw-r--r--sim/arm/dbg_rdi.h3
-rw-r--r--sim/arm/gdbhost.c3
-rw-r--r--sim/arm/gdbhost.h3
-rw-r--r--sim/arm/kid.c3
-rw-r--r--sim/arm/main.c3
-rw-r--r--sim/arm/parent.c3
-rw-r--r--sim/arm/thumbemu.c3
26 files changed, 26 insertions, 52 deletions
diff --git a/sim/arm/armcopro.c b/sim/arm/armcopro.c
index 57d32c5..8194b31 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 e175ebc..50a0619 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 282a06e..e728813 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 63e6ecd..71bee27 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 a348f89..c38ca80 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 f232843..38b8f40 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 4eeac9d..53946fc 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 942b41c..e5c218d 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 a39dbc9..bcd5e57 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 b21be11..5cdd4dd 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 9d61245..e2bac55 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 d0e36f2..31ff8d8 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 ef3bdba..6cd8a95 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 acc341a..83bb530 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 06b66b6..e00b3cf 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 69de5e7..4ab676b 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 42dd10d..39c0a40 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 f262aa3..05638e2 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 8066066..3c6261a 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 0a9cf17..d7a3862 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 555cd04..5fca60d 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 a5b8da6..c38c971 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 887533d..491f6c8 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 eb286ba..b63b371 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 0a0520c..4a052d7 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 487feeb..b8ef7df 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