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 | e63d7c5914dc9cccfc7245a0b29708c5119d0604 (patch) | |
tree | f2431e16797bd32882ea825ea3f68ba254ac1910 /include/opcode/alpha.h | |
parent | 1d5e6918e55570b49d2135126a6c721b5478ba82 (diff) | |
download | cygnal-e63d7c5914dc9cccfc7245a0b29708c5119d0604.tar.gz cygnal-e63d7c5914dc9cccfc7245a0b29708c5119d0604.tar.bz2 cygnal-e63d7c5914dc9cccfc7245a0b29708c5119d0604.zip |
Upgrade header files to use GPLv3
Diffstat (limited to 'include/opcode/alpha.h')
-rw-r--r-- | include/opcode/alpha.h | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/include/opcode/alpha.h b/include/opcode/alpha.h index 22c85a1f5..2c0d4f6cc 100644 --- a/include/opcode/alpha.h +++ b/include/opcode/alpha.h @@ -1,23 +1,24 @@ /* alpha.h -- Header file for Alpha opcode table - Copyright 1996, 1999, 2001, 2003 Free Software Foundation, Inc. + Copyright 1996, 1999, 2001, 2003, 2010 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@tamu.edu>, patterned after the PPC opcode table written by Ian Lance Taylor. -This file is part of GDB, GAS, and the GNU binutils. + This file is part of GDB, GAS, and the GNU binutils. -GDB, GAS, and the GNU binutils are free software; you can redistribute -them and/or modify them 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, GAS, and the GNU binutils are free software; you can redistribute + them and/or modify them 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, GAS, and the GNU binutils are distributed in the hope that they -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, GAS, and the GNU binutils are distributed in the hope that they + 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 file; 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 this file; see the file COPYING3. If not, write to the Free + Software Foundation, 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #ifndef OPCODE_ALPHA_H #define OPCODE_ALPHA_H |