aboutsummaryrefslogtreecommitdiff
path: root/include/elf/internal.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-04-15 10:26:09 +0000
committerNick Clifton <nickc@redhat.com>2010-04-15 10:26:09 +0000
commite4e42b45d59b4c622b7c5b625fd7467fd62d958d (patch)
treef101d5aceccdcac549fdf777f907cca8bb7d2bdc /include/elf/internal.h
parentf526ccf3c10b27adc2804234de71eff064b5f1bd (diff)
downloadfsf-binutils-gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.zip
fsf-binutils-gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.gz
fsf-binutils-gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.bz2
Upgrade header files to use GPLv3
Diffstat (limited to 'include/elf/internal.h')
-rw-r--r--include/elf/internal.h29
1 files changed, 14 insertions, 15 deletions
diff --git a/include/elf/internal.h b/include/elf/internal.h
index e2334cb..06e7266 100644
--- a/include/elf/internal.h
+++ b/include/elf/internal.h
@@ -6,29 +6,28 @@
in "UNIX System V Release 4, Programmers Guide: ANSI C and
Programming Support Tools".
-This file is part of BFD, the Binary File Descriptor library.
+ 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
-(at your option) any later version.
+ 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 3 of the License, 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.
-
-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. */
+ 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.
+ 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. */
/* This file is part of ELF support for BFD, and contains the portions
that describe how ELF is represented internally in the BFD library.
I.E. it describes the in-memory representation of ELF. It requires
the elf-common.h file which contains the portions that are common to
- both the internal and external representations. */
-
+ both the internal and external representations. */
/* NOTE that these structures are not kept in the same order as they appear
in the object file. In some cases they've been reordered for more optimal