Update copylefts of all copylefted files to Version 2.
authorJohn Gilmore <gnu@cygnus>
Thu, 25 Jul 1991 00:48:28 +0000 (00:48 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 25 Jul 1991 00:48:28 +0000 (00:48 +0000)
Add header comments to a few files (ieee, oasys) that Steve never
commented.  Preparation for gdb-3.98 release.

include/a.out.encap.h
include/bfd.h
include/coff-mips.h
include/ranlib.h
include/reloc.h
include/sysdep.h

index adc3f1c97b8397d871c8a814e4c78d44071ea312..06f1bda4eb26c701505a36232ffc61349c67eb2f 100755 (executable)
@@ -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 
index 9e53b3770afb8f1cd6b2d190122941f6080501e0..8d936bf6dd422e9f9a5da3f5e1b3a953db74938b 100644 (file)
@@ -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__
index f6099b00764f341397e5a424ed8f1c77846c81bb..59e4f80a4e9ed0ad3b08c82f775b256e9f2f0b03 100755 (executable)
@@ -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 <sym.h> and <symconst.h>.  */
 
 /********************** FILE HEADER **********************/
 
index 6d080f433c362483054045a17a966f5670fcca30..53e35ce2e0e74b6226f7cbb3c7b25cd6c93fa2f3 100755 (executable)
@@ -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,
index e55909ac226040646798c682534a8d02ca1e85d4..6be60e880729743093165e643e67f5ce80868ea9 100755 (executable)
@@ -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_ */
 
index fc17f7fd4fe05e19437803818860595e8d8bb93f..154b272e70973bb966025a4504da4bcd60ab9e94 100755 (executable)
@@ -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 <sys/h-hp9000.h>
 #endif
+
 #if HOST_SYS==APOLLO400_SYS
 #define HOST_IS_APOLLO400 1
 #include <sys/h-ap400.h>