summaryrefslogtreecommitdiff
path: root/sim/lm32
diff options
context:
space:
mode:
Diffstat (limited to 'sim/lm32')
-rw-r--r--sim/lm32/arch.c3
-rw-r--r--sim/lm32/arch.h3
-rw-r--r--sim/lm32/cpu.c3
-rw-r--r--sim/lm32/cpu.h3
-rw-r--r--sim/lm32/cpuall.h3
-rw-r--r--sim/lm32/decode.c3
-rw-r--r--sim/lm32/decode.h3
-rw-r--r--sim/lm32/mloop.in3
-rw-r--r--sim/lm32/model.c3
-rw-r--r--sim/lm32/sem-switch.c3
-rw-r--r--sim/lm32/sem.c3
11 files changed, 11 insertions, 22 deletions
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/>.
*/