Insert copyright notices in all BFD files that need them.
authorJohn Gilmore <gnu@cygnus>
Thu, 15 Oct 1992 10:59:13 +0000 (10:59 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 15 Oct 1992 10:59:13 +0000 (10:59 +0000)
Update copyrights on recently changed files to 1992.
Regularize first-line comments somewhat.

bfd/ChangeLog
bfd/coff-a29k.c
bfd/coff-msym.c
bfd/cpu-a29k.c
bfd/sco-core.c
bfd/seclet.h
bfd/srec.c

index 92ad352..ae7f5b7 100644 (file)
@@ -1,5 +1,7 @@
 Thu Oct 15 01:32:22 1992  John Gilmore  (gnu@cygnus.com)
 
+       * seclet.h:  Add enum tag to bfd_seclet_enum_type.
+
        * bfd-in.h (file_ptr):  Update comments, make FIXME re off_t.
 
        * aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c,
index b9dd2c0..e774120 100644 (file)
@@ -1,5 +1,5 @@
-/* AMD 29000 COFF back-end for BFD.
-   Copyright (C) 1990-1991 Free Software Foundation, Inc.
+/* BFD back-end for AMD 29000 COFF binaries.
+   Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
    Contributed by David Wood at New York University 7/8/91.
 
 This file is part of BFD, the Binary File Descriptor library.
index b4d46f2..2037f0e 100644 (file)
@@ -1,4 +1,4 @@
-/* coff-msym.c: Byte-swap a symbol table in MIPS' format (Third-Eye, `ecoff').
+/* BFD support to byte-swap a symbol table in MIPS (Third-Eye, `ecoff') format.
    Copyright 1992 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
index 50759ee..1562c66 100644 (file)
@@ -1,3 +1,23 @@
+/* BFD support for the AMD 29000 architecture.
+   Copyright 1992 Free Software Foundation, Inc.
+   Hacked by Steve Chamberlain of Cygnus Support.
+
+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 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.  */
+
 #include "bfd.h"
 #include "sysdep.h"
 #include "libbfd.h"
index fefbbd8..dfbaa78 100644 (file)
@@ -1,7 +1,7 @@
-/* BFD back end for SCO System V 3.2 Unix core files
+/* BFD back-end for SCO System V 3.2 Unix core files.
    This was based on trad-core.c, which was written by John Gilmore of
         Cygnus Support.
-   Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
+   Copyright 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
    Written by Scott Michel, IntelliMED Corporation. scottm%intime@uunet
 
    NB: This does work with SCO System V 3.2 Unix and ODT. However, it
index 7b58b39..d8386df 100644 (file)
@@ -1,8 +1,28 @@
+/* Definitions of little sections (seclets) for BFD.
+   Copyright 1992 Free Software Foundation, Inc.
+   Hacked by Steve Chamberlain of Cygnus Support.
+
+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 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.  */
+
 #ifndef _SECLET_H
 #define _SECLET_H
-typedef enum 
+
+typedef enum bfd_seclet_enum
 {
-  
   bfd_indirect_seclet,
   bfd_fill_seclet
 } bfd_seclet_enum_type;
index fd63066..e12412a 100644 (file)
@@ -1,5 +1,5 @@
-/* BFD backend for s-record objects.
-   Copyright (C) 1990-1991 Free Software Foundation, Inc.
+/* BFD back-end for s-record objects.
+   Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support <sac@cygnus.com>.
 
 This file is part of BFD, the Binary File Descriptor library.