Commit a4fc08ff4743c2fc7f811a834c6bbacaac36bb99
1 parent
423d65f4
Revert licensing to "GPLv2 or later", by Ulrich Hecht.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3922 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
24 additions
and
24 deletions
s390-dis.c
1 | /* s390-dis.c -- Disassemble S390 instructions | 1 | /* s390-dis.c -- Disassemble S390 instructions |
2 | - Copyright 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. | 2 | + Copyright 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. |
3 | Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). | 3 | Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). |
4 | 4 | ||
5 | - This file is part of the GNU opcodes library. | 5 | + This file is part of GDB, GAS and the GNU binutils. |
6 | 6 | ||
7 | - This library is free software; you can redistribute it and/or modify | 7 | + This program is free software; you can redistribute it and/or modify |
8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
9 | - the Free Software Foundation; either version 3, or (at your option) | ||
10 | - any later version. | 9 | + the Free Software Foundation; either version 2 of the License, or |
10 | + (at your option) any later version. | ||
11 | 11 | ||
12 | - It is distributed in the hope that it will be useful, but WITHOUT | ||
13 | - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
14 | - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | ||
15 | - License for more details. | 12 | + This program is distributed in the hope that it will be useful, |
13 | + but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | + GNU General Public License for more details. | ||
16 | 16 | ||
17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
18 | - along with this file; see the file COPYING. If not, write to the | ||
19 | - Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, | ||
20 | - MA 02110-1301, USA. */ | 18 | + along with this program; if not, write to the Free Software |
19 | + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA | ||
20 | + 02110-1301, USA. */ | ||
21 | 21 | ||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include "dis-asm.h" | 23 | #include "dis-asm.h" |
@@ -397,25 +397,25 @@ print_insn_s390 (bfd_vma memaddr, struct disassemble_info *info) | @@ -397,25 +397,25 @@ print_insn_s390 (bfd_vma memaddr, struct disassemble_info *info) | ||
397 | } | 397 | } |
398 | } | 398 | } |
399 | /* s390-opc.c -- S390 opcode list | 399 | /* s390-opc.c -- S390 opcode list |
400 | - Copyright 2000, 2001, 2003, 2007 Free Software Foundation, Inc. | 400 | + Copyright 2000, 2001, 2003 Free Software Foundation, Inc. |
401 | Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). | 401 | Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). |
402 | 402 | ||
403 | - This file is part of the GNU opcodes library. | 403 | + This file is part of GDB, GAS, and the GNU binutils. |
404 | 404 | ||
405 | - This library is free software; you can redistribute it and/or modify | 405 | + This program is free software; you can redistribute it and/or modify |
406 | it under the terms of the GNU General Public License as published by | 406 | it under the terms of the GNU General Public License as published by |
407 | - the Free Software Foundation; either version 3, or (at your option) | ||
408 | - any later version. | 407 | + the Free Software Foundation; either version 2 of the License, or |
408 | + (at your option) any later version. | ||
409 | 409 | ||
410 | - It is distributed in the hope that it will be useful, but WITHOUT | ||
411 | - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
412 | - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | ||
413 | - License for more details. | 410 | + This program is distributed in the hope that it will be useful, |
411 | + but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
412 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
413 | + GNU General Public License for more details. | ||
414 | 414 | ||
415 | You should have received a copy of the GNU General Public License | 415 | You should have received a copy of the GNU General Public License |
416 | - along with this file; see the file COPYING. If not, write to the | ||
417 | - Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, | ||
418 | - MA 02110-1301, USA. */ | 416 | + along with this program; if not, write to the Free Software |
417 | + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA | ||
418 | + 02110-1301, USA. */ | ||
419 | 419 | ||
420 | #include <stdio.h> | 420 | #include <stdio.h> |
421 | 421 |