diff options
author | Fred Fish <fnf@specifix.com> | 1995-08-02 03:41:12 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-08-02 03:41:12 +0000 |
commit | 6c9638b444fd6ebdd189fe05c3e44dfbc95c878c (patch) | |
tree | 961bfa2200b5d4bff0a5523f36fc08d2da37ddd8 /sim | |
parent | fc564b185864dc8d3378a4bd705fa6d62af2cbc1 (diff) | |
download | gdb-6c9638b444fd6ebdd189fe05c3e44dfbc95c878c.zip gdb-6c9638b444fd6ebdd189fe05c3e44dfbc95c878c.tar.gz gdb-6c9638b444fd6ebdd189fe05c3e44dfbc95c878c.tar.bz2 |
Update FSF address.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/arm/run.c | 2 | ||||
-rw-r--r-- | sim/sh/run.c | 4 | ||||
-rwxr-xr-x | sim/w65/Makefile.in | 2 | ||||
-rw-r--r-- | sim/w65/gencode.c | 26 | ||||
-rw-r--r-- | sim/w65/run.c | 4 |
5 files changed, 19 insertions, 19 deletions
diff --git a/sim/arm/run.c b/sim/arm/run.c index 8cdf6db..8cdeebc 100644 --- a/sim/arm/run.c +++ b/sim/arm/run.c @@ -15,7 +15,7 @@ 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. */ +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* Steve Chamberlain diff --git a/sim/sh/run.c b/sim/sh/run.c index d4acb30..02fdd40 100644 --- a/sim/sh/run.c +++ b/sim/sh/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 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 |