From: John Gilmore Date: Thu, 15 Oct 1992 10:59:13 +0000 (+0000) Subject: Insert copyright notices in all BFD files that need them. X-Git-Tag: gdb-4_18~20837 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a8db3300db9cd74221bf217a776ba140382f328;p=platform%2Fupstream%2Fbinutils.git Insert copyright notices in all BFD files that need them. Update copyrights on recently changed files to 1992. Regularize first-line comments somewhat. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 92ad352..ae7f5b7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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, diff --git a/bfd/coff-a29k.c b/bfd/coff-a29k.c index b9dd2c0..e774120 100644 --- a/bfd/coff-a29k.c +++ b/bfd/coff-a29k.c @@ -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. diff --git a/bfd/coff-msym.c b/bfd/coff-msym.c index b4d46f2..2037f0e 100644 --- a/bfd/coff-msym.c +++ b/bfd/coff-msym.c @@ -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. diff --git a/bfd/cpu-a29k.c b/bfd/cpu-a29k.c index 50759ee..1562c66 100644 --- a/bfd/cpu-a29k.c +++ b/bfd/cpu-a29k.c @@ -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" diff --git a/bfd/sco-core.c b/bfd/sco-core.c index fefbbd8..dfbaa78 100644 --- a/bfd/sco-core.c +++ b/bfd/sco-core.c @@ -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 diff --git a/bfd/seclet.h b/bfd/seclet.h index 7b58b39..d8386df 100644 --- a/bfd/seclet.h +++ b/bfd/seclet.h @@ -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; diff --git a/bfd/srec.c b/bfd/srec.c index fd63066..e12412a 100644 --- a/bfd/srec.c +++ b/bfd/srec.c @@ -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 . This file is part of BFD, the Binary File Descriptor library.