diff options
author | Nick Clifton <nickc@redhat.com> | 2010-04-15 10:26:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-04-15 10:26:09 +0000 |
commit | e4e42b45d59b4c622b7c5b625fd7467fd62d958d (patch) | |
tree | f101d5aceccdcac549fdf777f907cca8bb7d2bdc /include/opcode/np1.h | |
parent | f526ccf3c10b27adc2804234de71eff064b5f1bd (diff) | |
download | gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.zip gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.gz gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.bz2 |
Upgrade header files to use GPLv3
Diffstat (limited to 'include/opcode/np1.h')
-rw-r--r-- | include/opcode/np1.h | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/include/opcode/np1.h b/include/opcode/np1.h index ebe37f5..6dadafd 100644 --- a/include/opcode/np1.h +++ b/include/opcode/np1.h @@ -1,21 +1,22 @@ /* Print GOULD NPL instructions for GDB, the GNU debugger. - Copyright 1986, 1987, 1989, 1991 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1991, 2010 Free Software Foundation, Inc. -This file is part of GDB. + This file is part of GDB. -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 1, or (at your option) -any later version. + 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 3, 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. + 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, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with GDB; see the file COPYING3. If not, write to + the Free Software Foundation, 51 Franklin Street - Fifth Floor, + Boston, MA 02110-1301, USA. */ struct gld_opcode { @@ -36,7 +37,7 @@ struct gld_opcode of that opcode. The args component is a string containing characters - that are used to format the arguments to the instruction. */ + that are used to format the arguments to the instruction. */ /* Kinds of operands: r Register in first field @@ -53,14 +54,12 @@ struct gld_opcode d Offset field (14bits signed) S Shift count field - any other characters are printed as is... -*/ + any other characters are printed as is... */ /* The assembler requires that this array be sorted as follows: all instances of the same mnemonic must be consecutive. All instances of the same mnemonic with the same number of operands - must be consecutive. - */ + must be consecutive. */ struct gld_opcode gld_opcodes[] = { { "lb", 0xb4080000, 0xfc080000, "r,xOA,X", 4 }, |