aboutsummaryrefslogtreecommitdiff
path: root/sim/lm32
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/lm32
parent3fd725ef34e474e36bf2bea93a770589c69ee1e6 (diff)
downloadgdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.zip
gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.gz
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/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 ed9de95..2125771 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 e0c5e12..4c9e8cb 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 6595df9..dc47a28 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 712df6b..11466a5 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 00a96c9..209ac67 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 3a5bd8f..17df9d4 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 217efa78..ff54b7b 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 8707576..54f433c 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 3322527..4668e23 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 7fd01bc..b1a134b 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 fdb45ce..63bcb90 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/>.
*/