From: John Gilmore Date: Thu, 25 Jul 1991 00:48:28 +0000 (+0000) Subject: Update copylefts of all copylefted files to Version 2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=095c7223f3967267e34d98ef3e810ab19337c2ab;p=binutils-gdb.git Update copylefts of all copylefted files to Version 2. Add header comments to a few files (ieee, oasys) that Steve never commented. Preparation for gdb-3.98 release. --- diff --git a/include/a.out.encap.h b/include/a.out.encap.h index adc3f1c97b8..06f1bda4eb2 100755 --- a/include/a.out.encap.h +++ b/include/a.out.encap.h @@ -1,24 +1,24 @@ -/* 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 */ - /* Another try at encapsulating bsd object files in coff. - Copyright (C) 1988, 1989, Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc. Written by Pace Willisson 12/9/88 - This file 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 1, or (at your option) - any later version. + 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 file 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 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ - You should have received a copy of the GNU General Public License - along with this file; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - /* * This time, we will only use the coff headers to tell the kernel * how to exec the file. Therefore, the only fields that need to diff --git a/include/bfd.h b/include/bfd.h index 9e53b3770af..8d936bf6dd4 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -1,40 +1,41 @@ -/* bfd.h -- The only header file required by users of the bfd library - -This file is generated from various .c files, if you change it, your -bits may be lost. - -All the prototypes and definitions following the comment " THE -FOLLOWING IS EXTRACTED FROM THE SOURCE" is extracted from the source. -If you change it someone oneday will extract from the source again, -and your changes will be lost. To save yourself from this bind, change -the definitions in the source in the bfd directory. Type make docs and -then make headers in that directory, and magically this file will -change to reflect your changes. - -If you don't have the tools to perform the extraction then you are -safe from someone on your system trampling over your header files. -You should still maintain the equivalence between the source and this -file though; every change you make to the .c file should be reflected -here. -*/ - -/* Copyright (C) 1990, 1991 Free Software Foundation, Inc. +/* A -*- C -*- header file for the bfd library + Copyright 1990, 1991 Free Software Foundation, Inc. + Contributed by Cygnus Support. This file is part of BFD, the Binary File Diddler. -BFD is free software; you can redistribute it and/or modify +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 1, or (at your option) -any later version. +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -BFD is distributed in the hope that it will be useful, +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 BFD; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + +/* bfd.h -- The only header file required by users of the bfd library + +This file is generated from various .c files, if you change it, your +bits may be lost. + +All the prototypes and definitions following the comment "THE FOLLOWING +IS EXTRACTED FROM THE SOURCE" are extracted from the source files for +BFD. If you change it, someone oneday will extract it from the source +again, and your changes will be lost. To save yourself from this bind, +change the definitions in the source in the bfd directory. Type "make +docs" and then "make headers" in that directory, and magically this file +will change to reflect your changes. + +If you don't have the tools to perform the extraction, then you are +safe from someone on your system trampling over your header files. +You should still maintain the equivalence between the source and this +file though; every change you make to the .c file should be reflected +here. */ #ifndef __BFD_H_SEEN__ #define __BFD_H_SEEN__ diff --git a/include/coff-mips.h b/include/coff-mips.h index f6099b00764..59e4f80a4e9 100755 --- a/include/coff-mips.h +++ b/include/coff-mips.h @@ -1,4 +1,6 @@ -/* Rudimentary ECOFF support on MIPS machines. */ +/* Rudimentary ECOFF support on MIPS machines. + This lacks symbol information, normally provided on MIPS Unix systems + in the files and . */ /********************** FILE HEADER **********************/ diff --git a/include/ranlib.h b/include/ranlib.h index 6d080f433c3..53e35ce2e0e 100755 --- a/include/ranlib.h +++ b/include/ranlib.h @@ -1,18 +1,19 @@ -/* ranlib.h -- archive library index member definition for GNU. - Copyright (C) 1990 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. - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* The Symdef member of an archive contains two things: a table that maps symbol-string offsets to file offsets, diff --git a/include/reloc.h b/include/reloc.h index e55909ac226..6be60e88072 100755 --- a/include/reloc.h +++ b/include/reloc.h @@ -1,21 +1,19 @@ /* reloc.h -- Header file for relocation information. - Copyright (C) 1989,1990 Free Software Foundation, Inc. + Copyright 1989-1991 Free Software Foundation, Inc. -This file is part of GAS, the GNU Assembler. - -GAS is free software; you can redistribute it and/or modify +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 1, or (at your option) -any later version. +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -GAS is distributed in the hope that it will be useful, +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 GAS; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Relocation types for a.out files using reloc_info_extended (SPARC and AMD 29000). */ @@ -57,10 +55,9 @@ enum reloc_type "SFA_BASE", "SFAOFF13", "BASE10", "BASE13", \ "BASE22", "PC10", "PC22", "JMP_TBL", \ "SEGOFF16", "GLOB_DAT", "JMP_SLOT", "RELATIVE", \ -"11", "WDISP2_14", "WDISP19", \ -"JUMPTARG", "CONST", "CONSTH", \ -"NO_RELOC", \ -"XXX_28", "XXX_29", "XXX_30", "XXX_31" +"11", "WDISP2_14", "WDISP19", "JUMPTARG", \ +"CONST", "CONSTH", "WDISP14", "WDISP21", \ +"NO_RELOC" #endif /* _RELOC_H_READ_ */ diff --git a/include/sysdep.h b/include/sysdep.h index fc17f7fd4fe..154b272e709 100755 --- a/include/sysdep.h +++ b/include/sysdep.h @@ -1,20 +1,23 @@ -/* Copyright (C) 1990, 1991 Free Software Foundation, Inc. +/* All the system include files boiled into one place (sort of). + Copyright 1990, 1991 Free Software Foundation, Inc. + Contributed by Cygnus Support. -This file is part of BFD, the Binary File Diddler. +This file is part of BFD and the GNU Binutils. Please don't use it for +other programs; better configuration mechanisms than this are needed. -BFD is free software; you can redistribute it and/or modify +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 1, or (at your option) -any later version. +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -BFD is distributed in the hope that it will be useful, +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 BFD; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* All the system include files boiled into one place. @@ -105,6 +108,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define USG #include #endif + #if HOST_SYS==APOLLO400_SYS #define HOST_IS_APOLLO400 1 #include