diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-05 09:49:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-05 09:49:03 +0000 |
commit | 9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4 (patch) | |
tree | f0cea0c861e57434937dfc3b59d985aa968d4caf /opcodes/cgen-types.h | |
parent | dea757d1a3f627b4ffda137db2b4a2195d5e46e9 (diff) | |
download | ppe42-binutils-9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4.tar.gz ppe42-binutils-9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4.zip |
Change source files over to GPLv3.
Diffstat (limited to 'opcodes/cgen-types.h')
-rw-r--r-- | opcodes/cgen-types.h | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/opcodes/cgen-types.h b/opcodes/cgen-types.h index e713088d07..a27c84adce 100644 --- a/opcodes/cgen-types.h +++ b/opcodes/cgen-types.h @@ -1,24 +1,22 @@ /* Type definitions for CGEN-based opcode libraries. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. -This file is part of the GNU opcodes library. + This file is part of the GNU opcodes library. -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, or (at your option) -any later version. + This library 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. -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. + It 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. - -*/ + 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. */ #ifndef CGEN_TYPES_H #define CGEN_TYPES_H |