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 | e4e42b45d59b4c622b7c5b625fd7467fd62d958d (patch) | |
tree | f101d5aceccdcac549fdf777f907cca8bb7d2bdc /include/aout | |
parent | * config.bfd (vax*-*-*vms*): Delete. (diff) | |
download | binutils-gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.gz binutils-gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.bz2 binutils-gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.zip |
Upgrade header files to use GPLv3
Diffstat (limited to 'include/aout')
-rw-r--r-- | include/aout/ChangeLog | 16 | ||||
-rw-r--r-- | include/aout/adobe.h | 13 | ||||
-rw-r--r-- | include/aout/aout64.h | 7 | ||||
-rw-r--r-- | include/aout/ar.h | 7 | ||||
-rw-r--r-- | include/aout/dynix3.h | 11 | ||||
-rw-r--r-- | include/aout/encap.h | 27 | ||||
-rw-r--r-- | include/aout/host.h | 7 | ||||
-rw-r--r-- | include/aout/hp.h | 33 | ||||
-rw-r--r-- | include/aout/hp300hpux.h | 20 | ||||
-rw-r--r-- | include/aout/ranlib.h | 31 | ||||
-rw-r--r-- | include/aout/reloc.h | 25 | ||||
-rw-r--r-- | include/aout/stab.def | 7 | ||||
-rw-r--r-- | include/aout/stab_gnu.h | 7 | ||||
-rw-r--r-- | include/aout/sun4.h | 7 |
14 files changed, 131 insertions, 87 deletions
diff --git a/include/aout/ChangeLog b/include/aout/ChangeLog index c25e6106231..f3a5b86229a 100644 --- a/include/aout/ChangeLog +++ b/include/aout/ChangeLog @@ -1,3 +1,19 @@ +2010-04-15 Nick Clifton <nickc@redhat.com> + + * adobe.h: Update copyright notice to use GPLv3. + * aout64.h: Likewise. + * ar.h: Likewise. + * dynix3.h: Likewise. + * encap.h: Likewise. + * host.h: Likewise. + * hp.h: Likewise. + * hp300hpux.h: Likewise. + * ranlib.h: Likewise. + * reloc.h: Likewise. + * stab.def: Likewise. + * stab_gnu.h: Likewise. + * sun4.h: Likewise. + 2009-10-02 Alan Modra <amodra@bigpond.net.au> * aout64.h (N_SHARED_LIB): Define as zero if not already defined. diff --git a/include/aout/adobe.h b/include/aout/adobe.h index 2e81240bf45..ce225527787 100644 --- a/include/aout/adobe.h +++ b/include/aout/adobe.h @@ -1,20 +1,21 @@ /* `a.out.adobe' differences from standard a.out files - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2010 Free Software Foundation, Inc. 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, 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. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #ifndef __A_OUT_ADOBE_H__ #define __A_OUT_ADOBE_H__ @@ -30,7 +31,7 @@ struct external_exec bfd_byte e_info[4]; /* magic number and stuff */ bfd_byte e_text[BYTES_IN_WORD]; /* length of text section in bytes */ bfd_byte e_data[BYTES_IN_WORD]; /* length of data section in bytes */ - bfd_byte e_bss[BYTES_IN_WORD]; /* length of bss area in bytes */ + bfd_byte e_bss[BYTES_IN_WORD]; /* length of bss area in bytes */ bfd_byte e_syms[BYTES_IN_WORD]; /* length of symbol table in bytes */ bfd_byte e_entry[BYTES_IN_WORD]; /* start address */ bfd_byte e_trsize[BYTES_IN_WORD]; /* length of text relocation info */ diff --git a/include/aout/aout64.h b/include/aout/aout64.h index f2330ca3df2..384909e05e7 100644 --- a/include/aout/aout64.h +++ b/include/aout/aout64.h @@ -1,10 +1,10 @@ /* `a.out' object-file definitions, including extensions to 64-bit fields - Copyright 1999, 2000, 2001, 2003, 2009 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2003, 2009, 2010 Free Software Foundation, Inc. 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, @@ -14,7 +14,8 @@ 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. */ #ifndef __A_OUT_64_H__ #define __A_OUT_64_H__ diff --git a/include/aout/ar.h b/include/aout/ar.h index 7b77997915b..de0438222db 100644 --- a/include/aout/ar.h +++ b/include/aout/ar.h @@ -1,10 +1,10 @@ /* archive file definition for GNU software - Copyright 2001, 2008 Free Software Foundation, Inc. + Copyright 2001, 2008, 2010 Free Software Foundation, Inc. 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, @@ -14,7 +14,8 @@ 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. */ /* So far this is correct for BSDish archives. Don't forget that files must begin on an even byte boundary. */ diff --git a/include/aout/dynix3.h b/include/aout/dynix3.h index e7c5110c6a6..808e53a7634 100644 --- a/include/aout/dynix3.h +++ b/include/aout/dynix3.h @@ -1,20 +1,21 @@ /* a.out specifics for Sequent Symmetry running Dynix 3.x - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2010 Free Software Foundation, Inc. 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, 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. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #ifndef A_OUT_DYNIX3_H #define A_OUT_DYNIX3_H diff --git a/include/aout/encap.h b/include/aout/encap.h index be8e88ccd6b..7ebec698bac 100644 --- a/include/aout/encap.h +++ b/include/aout/encap.h @@ -1,23 +1,24 @@ -/* Yet Another Try at encapsulating bsd object files in coff. - Copyright 1988, 1989, 1991 Free Software Foundation, Inc. +/* Yet Another Try at encapsulating bfd object files in coff. + Copyright 1988, 1989, 1991, 2010 Free Software Foundation, Inc. Written by Pace Willisson 12/9/88 This file is obsolete. It needs to be converted to just define a bunch of stuff that BFD can use to do coff-encapsulated files. --gnu@cygnus.com -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. + 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. */ + 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. */ /* * We only use the coff headers to tell the kernel diff --git a/include/aout/host.h b/include/aout/host.h index 8807108d5cb..4260cc53619 100644 --- a/include/aout/host.h +++ b/include/aout/host.h @@ -1,11 +1,11 @@ /* host.h - Parameters about the a.out format, based on the host system on which the program is compiled. - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2010 Free Software Foundation, Inc. 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, @@ -15,7 +15,8 @@ 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. */ /* Address of data segment in memory after it is loaded. It is up to you to define SEGMENT_SIZE on machines not listed here. */ diff --git a/include/aout/hp.h b/include/aout/hp.h index 96471c751fb..b60741a7020 100644 --- a/include/aout/hp.h +++ b/include/aout/hp.h @@ -1,19 +1,20 @@ -/* Special version of <a.out.h> for use under hp-ux. - Copyright 1988, 1991 Free Software Foundation, Inc. - -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 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. */ +/* Special version of <a.out.h> for use under HP-UX. + Copyright 1988, 1991, 2010 Free Software Foundation, Inc. + + 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 FILE IS OBSOLETE. It needs to be revised as a variant "external" a.out format for use with BFD. */ diff --git a/include/aout/hp300hpux.h b/include/aout/hp300hpux.h index c63e3b83fa5..97a3eb58f52 100644 --- a/include/aout/hp300hpux.h +++ b/include/aout/hp300hpux.h @@ -1,5 +1,21 @@ -/* Special version of <a.out.h> for use under hp-ux. - Copyright 1988, 1993, 1995, 2001, 2009 Free Software Foundation, Inc. */ +/* Special version of <a.out.h> for use under HP-UX. + Copyright 1988, 1993, 1995, 2001, 2009, 2010 + Free Software Foundation, Inc. + + 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. */ struct hp300hpux_exec_bytes { diff --git a/include/aout/ranlib.h b/include/aout/ranlib.h index 8695b0502df..92bec46890f 100644 --- a/include/aout/ranlib.h +++ b/include/aout/ranlib.h @@ -1,19 +1,20 @@ /* ranlib.h -- archive library index member definition for GNU. - Copyright 1990, 1991 Free Software Foundation, Inc. - -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 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. */ + Copyright 1990, 1991, 2010 Free Software Foundation, Inc. + + 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. */ /* The Symdef member of an archive contains two things: a table that maps symbol-string offsets to file offsets, diff --git a/include/aout/reloc.h b/include/aout/reloc.h index c4ce1c406ad..6f1bc52e48a 100644 --- a/include/aout/reloc.h +++ b/include/aout/reloc.h @@ -1,19 +1,20 @@ /* reloc.h -- Header file for relocation information. - Copyright 1989, 1990, 1991 Free Software Foundation, Inc. + Copyright 1989, 1990, 1991, 2010 Free Software Foundation, Inc. -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. + 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. */ + 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. */ /* Relocation types for a.out files using reloc_info_extended (SPARC and AMD 29000). */ diff --git a/include/aout/stab.def b/include/aout/stab.def index 3fe8084dec3..ad1c62ed88b 100644 --- a/include/aout/stab.def +++ b/include/aout/stab.def @@ -1,10 +1,10 @@ /* Table of DBX symbol codes for the GNU system. - Copyright 1988, 1991, 1992, 1993, 1994, 1996, 1998, 2004 + Copyright 1988, 1991, 1992, 1993, 1994, 1996, 1998, 2004, 2010 Free Software Foundation, Inc. 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 + 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, @@ -14,7 +14,8 @@ 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. */ /* New stab from Solaris 2. This uses an n_type of 0, which in a.out files overlaps the N_UNDF used for ordinary symbols. In ELF files, the diff --git a/include/aout/stab_gnu.h b/include/aout/stab_gnu.h index 29dc99062e4..60b5272c59c 100644 --- a/include/aout/stab_gnu.h +++ b/include/aout/stab_gnu.h @@ -1,10 +1,10 @@ /* gnu_stab.h Definitions for GNU extensions to STABS - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2010 Free Software Foundation, Inc. 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, @@ -14,7 +14,8 @@ 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. */ #ifndef __GNU_STAB__ /* Indicate the GNU stab.h is in use. */ diff --git a/include/aout/sun4.h b/include/aout/sun4.h index 213d44bb59b..06f7584cf11 100644 --- a/include/aout/sun4.h +++ b/include/aout/sun4.h @@ -1,10 +1,10 @@ /* SPARC-specific values for a.out files - Copyright 2001, 2009 Free Software Foundation, Inc. + Copyright 2001, 2009, 2010 Free Software Foundation, Inc. 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, @@ -14,7 +14,8 @@ 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. */ /* Some systems, e.g., AIX, may have defined this in header files already included. */ |