summaryrefslogtreecommitdiffstats
path: root/sim/m32r
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/m32r
parent3fd725ef34e474e36bf2bea93a770589c69ee1e6 (diff)
downloadppe42-binutils-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.gz
ppe42-binutils-51b318dec8f66b2544b24c359ff3d69425d0d6ff.zip
[sim] Update old contact info in GPL license notices
sim/ChangeLog: Update old contact info in GPL license notices.
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/arch.c3
-rw-r--r--sim/m32r/arch.h3
-rw-r--r--sim/m32r/cpu.c3
-rw-r--r--sim/m32r/cpu.h3
-rw-r--r--sim/m32r/cpu2.c3
-rw-r--r--sim/m32r/cpu2.h3
-rw-r--r--sim/m32r/cpuall.h3
-rw-r--r--sim/m32r/cpux.c3
-rw-r--r--sim/m32r/cpux.h3
-rw-r--r--sim/m32r/decode.c3
-rw-r--r--sim/m32r/decode.h3
-rw-r--r--sim/m32r/decode2.c3
-rw-r--r--sim/m32r/decode2.h3
-rw-r--r--sim/m32r/decodex.c3
-rw-r--r--sim/m32r/decodex.h3
-rw-r--r--sim/m32r/model.c3
-rw-r--r--sim/m32r/model2.c3
-rw-r--r--sim/m32r/modelx.c3
-rw-r--r--sim/m32r/sem-switch.c3
-rw-r--r--sim/m32r/sem.c3
-rw-r--r--sim/m32r/sem2-switch.c3
-rw-r--r--sim/m32r/semx-switch.c3
22 files changed, 22 insertions, 44 deletions
diff --git a/sim/m32r/arch.c b/sim/m32r/arch.c
index f94cfde68b..480095d67a 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 78bf407fef..6a82af28f1 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 84797339a0..2db2b2ff6b 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 4f5e7d0b35..6604ba9138 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 cd97cdfc81..1102389d6a 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 ec764ea670..f4b3368a09 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 6587b52323..5eda7e20b8 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 54fd6ad42c..8e9b5c1a3e 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 f992177f0f..ad5db8e41f 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 bdcca681eb..ce776cc8ca 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 c36e352a16..0f332b1ed2 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 df011cdd4c..6d0328e5f8 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 458abd05bd..4537f782fc 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 ba1c67a305..b429a57d06 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 6c3c39cb3a..bcd9c3c8a8 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 0ed2d45aa6..8e70e2f4a7 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 79e0f58af4..9769e22134 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 645ef269be..d857c83368 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 c892d98c42..40569a6d67 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 a1747fb734..93e7e7ae1d 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 b13389dedb..9835628fed 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 75d813aead..876f45ed4f 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/>.
*/
OpenPOWER on IntegriCloud