From 8167ee883931cb20c6264fc19d040ce2dc6ceaaa Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Thu, 16 Jul 2009 20:47:01 +0000 Subject: Update to a hopefully more future proof FSF address Signed-off-by: Blue Swirl --- m68k-dis.c | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'm68k-dis.c') diff --git a/m68k-dis.c b/m68k-dis.c index 9978caa..d38d5a2 100644 --- a/m68k-dis.c +++ b/m68k-dis.c @@ -24,8 +24,7 @@ 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +along with this program; if not, see . */ #if !defined (FLOATFORMAT_H) #define FLOATFORMAT_H 1 @@ -159,9 +158,8 @@ floatformat_is_valid (const struct floatformat *fmt, const char *from); the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this file; see the file COPYING. If not, write to the Free - Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this file; see the file COPYING. If not, + see . */ /* These are used as bit flags for the arch field in the m68k_opcode structure. */ @@ -540,9 +538,7 @@ extern const int m68k_numopcodes, m68k_numaliases; 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., 51 Franklin Street - Fifth Floor, Boston, - MA 02110-1301, USA. */ + along with this program; if not, see . */ /* Local function prototypes. */ @@ -2047,9 +2043,8 @@ print_insn_m68k (bfd_vma memaddr, disassemble_info *info) the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this file; see the file COPYING. If not, write to the Free - Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this file; see the file COPYING. If not, + see . */ #define one(x) ((unsigned int) (x) << 16) #define two(x, y) (((unsigned int) (x) << 16) + (y)) @@ -4471,8 +4466,7 @@ 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +along with this program; if not, see . */ /* This is needed to pick up the NAN macro on some systems. */ //#define _GNU_SOURCE -- cgit v1.1