Switch sources over to use the GPL version 3
This commit is contained in:
parent
4a9bb1dfa1
commit
cd123cb70c
399 changed files with 3792 additions and 2512 deletions
|
@ -1,12 +1,12 @@
|
|||
/* PowerPC traceback table support for BFD.
|
||||
Copyright 1993, 1998, 1999, 2000, 2001, 2002, 2005
|
||||
Copyright 1993, 1998, 1999, 2000, 2001, 2002, 2005, 2007
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor 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 of the License, or
|
||||
the Free Software Foundation; either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
|
@ -16,9 +16,11 @@
|
|||
|
||||
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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
/* Originally written by Ira Ruben, 06/28/93 */
|
||||
|
||||
/* Originally written by Ira Ruben, 06/28/93. */
|
||||
|
||||
/* This is a compiler independent representation of the AIX Version 3 traceback table (in
|
||||
sys/debug.h), which occurs, usually, one per procedure (routine). The table is marked by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue