aboutsummaryrefslogtreecommitdiff
path: root/sim/cris
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/cris
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/cris')
-rw-r--r--sim/cris/arch.c3
-rw-r--r--sim/cris/arch.h3
-rw-r--r--sim/cris/cpuall.h3
-rw-r--r--sim/cris/cpuv10.c3
-rw-r--r--sim/cris/cpuv10.h3
-rw-r--r--sim/cris/cpuv32.c3
-rw-r--r--sim/cris/cpuv32.h3
-rw-r--r--sim/cris/cris-desc.c3
-rw-r--r--sim/cris/cris-desc.h3
-rw-r--r--sim/cris/cris-opc.h3
-rw-r--r--sim/cris/decodev10.c3
-rw-r--r--sim/cris/decodev10.h3
-rw-r--r--sim/cris/decodev32.c3
-rw-r--r--sim/cris/decodev32.h3
-rw-r--r--sim/cris/modelv10.c3
-rw-r--r--sim/cris/modelv32.c3
-rw-r--r--sim/cris/semcrisv10f-switch.c3
-rw-r--r--sim/cris/semcrisv32f-switch.c3
18 files changed, 18 insertions, 36 deletions
diff --git a/sim/cris/arch.c b/sim/cris/arch.c
index 019532c..ef6b6e5 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 ad95e65..f93963f 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 65ed815..2b2d701 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 21aa838..7f5b06a 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 aef6f0d..25fc70b 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 5c9d8d6..ca2ca63 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 488ef02..6fee0a8 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 c09c98d..82fb29d 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 8c23937..e166137 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 1531c6e..3ca5f6f 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 ebf829c..a06140e 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 7710d78..f814a2c 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 81bf1e8..87402f9 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 0b9aa79..b05aa21 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 92b1b67c..a252930 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 8ea270b..2bf7f85 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 dd904eeb..13a697e 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 002ee82..02d7bd0 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/>.
*/