aboutsummaryrefslogtreecommitdiff
path: root/sim/w65
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-08-02 03:41:12 +0000
committerFred Fish <fnf@specifix.com>1995-08-02 03:41:12 +0000
commit6c9638b444fd6ebdd189fe05c3e44dfbc95c878c (patch)
tree961bfa2200b5d4bff0a5523f36fc08d2da37ddd8 /sim/w65
parentfc564b185864dc8d3378a4bd705fa6d62af2cbc1 (diff)
downloadgdb-6c9638b444fd6ebdd189fe05c3e44dfbc95c878c.zip
gdb-6c9638b444fd6ebdd189fe05c3e44dfbc95c878c.tar.gz
gdb-6c9638b444fd6ebdd189fe05c3e44dfbc95c878c.tar.bz2
Update FSF address.
Diffstat (limited to 'sim/w65')
-rwxr-xr-xsim/w65/Makefile.in2
-rw-r--r--sim/w65/gencode.c26
-rw-r--r--sim/w65/run.c4
3 files changed, 16 insertions, 16 deletions
diff --git a/sim/w65/Makefile.in b/sim/w65/Makefile.in
index 1101395..486157f 100755
--- a/sim/w65/Makefile.in
+++ b/sim/w65/Makefile.in
@@ -15,7 +15,7 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
srcdir = .
diff --git a/sim/w65/gencode.c b/sim/w65/gencode.c
index d51d042..cbbeb5b 100644
--- a/sim/w65/gencode.c
+++ b/sim/w65/gencode.c
@@ -3,19 +3,19 @@
Written by Steve Chamberlain sac@cygnus.com
- GDB is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version.
-
- GDB is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GDB; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+GDB is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GDB is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+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. */
#include <stdio.h>
diff --git a/sim/w65/run.c b/sim/w65/run.c
index ad08004..a636e3f 100644
--- a/sim/w65/run.c
+++ b/sim/w65/run.c
@@ -14,8 +14,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Steve Chamberlain