diff options
author | John Gilmore <gnu@cygnus> | 1991-06-04 08:16:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-06-04 08:16:28 +0000 |
commit | 609756e250761722e629014e9997ed26b80bca04 (patch) | |
tree | 7e67f31d4285769bab919dc0b9f4d1a498f2c880 /gdb/i960-pinsn.c | |
parent | 99a7de40cb0af4fdd563849f2d5bc783a4d14929 (diff) | |
download | gdb-609756e250761722e629014e9997ed26b80bca04.zip gdb-609756e250761722e629014e9997ed26b80bca04.tar.gz gdb-609756e250761722e629014e9997ed26b80bca04.tar.bz2 |
More updating to GPL-2.
Diffstat (limited to 'gdb/i960-pinsn.c')
-rw-r--r-- | gdb/i960-pinsn.c | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/gdb/i960-pinsn.c b/gdb/i960-pinsn.c index ea3fa64..a651c48 100644 --- a/gdb/i960-pinsn.c +++ b/gdb/i960-pinsn.c @@ -1,5 +1,21 @@ -/* Disassemble i80960 instructions. - */ +/* i80960 instruction disassembler for GDB. + Copyright (C) 1990-1991 Free Software Foundation, Inc. + +This file is part of GDB. + +This program 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 of the License, or +(at your option) any later version. + +This program 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> #include "defs.h" |