aboutsummaryrefslogtreecommitdiff
path: root/sim/sh64
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/sh64
parent3fd725ef34e474e36bf2bea93a770589c69ee1e6 (diff)
downloadfsf-binutils-gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.zip
fsf-binutils-gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.gz
fsf-binutils-gdb-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/sh64')
-rw-r--r--sim/sh64/arch.c3
-rw-r--r--sim/sh64/arch.h3
-rw-r--r--sim/sh64/cpu.c3
-rw-r--r--sim/sh64/cpu.h3
-rw-r--r--sim/sh64/cpuall.h3
-rw-r--r--sim/sh64/decode-compact.c3
-rw-r--r--sim/sh64/decode-compact.h3
-rw-r--r--sim/sh64/decode-media.c3
-rw-r--r--sim/sh64/decode-media.h3
-rw-r--r--sim/sh64/defs-compact.h3
-rw-r--r--sim/sh64/defs-media.h3
-rw-r--r--sim/sh64/sem-compact-switch.c3
-rw-r--r--sim/sh64/sem-compact.c3
-rw-r--r--sim/sh64/sem-media-switch.c3
-rw-r--r--sim/sh64/sem-media.c3
-rw-r--r--sim/sh64/sh-desc.c3
-rw-r--r--sim/sh64/sh-desc.h3
-rw-r--r--sim/sh64/sh-opc.h3
18 files changed, 18 insertions, 36 deletions
diff --git a/sim/sh64/arch.c b/sim/sh64/arch.c
index b001ab6..fb2d183 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 3c9a21a..7de93ee 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 b1aa18a..d336c9a 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 3746a95..1250b3e 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 bd3d42f..0e2e967 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 bbe5dc8..c62f5d2 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 c01203c..6aa434d 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 87d84b1..620dd23 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 4254ad6..a507d26 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 4cfd035..173a7ed 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 62c7c40..e0bdd00 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 75fd7a9..5305502 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 3693860..bca4d92 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 805f5b2..28945f9 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 a4eddf1..edff92b 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 76ec49d..3d89e85 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 4e76bd9..ca696c3 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 161baf5..4b706aa 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/>.
*/