diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-01-29 19:00:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-01-29 19:00:54 +0000 |
commit | 54f74247cb70b5d506de0143d464e1cded1b8085 (patch) | |
tree | 8ec7d02012d1ba85a311200b1d496f58576f61c4 /binutils | |
parent | 51b8c416772b4e6c51495c2b54f8732c4b2a513b (diff) | |
download | gdb-54f74247cb70b5d506de0143d464e1cded1b8085.zip gdb-54f74247cb70b5d506de0143d464e1cded1b8085.tar.gz gdb-54f74247cb70b5d506de0143d464e1cded1b8085.tar.bz2 |
fix copyrights, add NEWS entry
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/binutils.texi | 6 | ||||
-rw-r--r-- | binutils/objdump.1 | 2 | ||||
-rw-r--r-- | binutils/objdump.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 9d88a60..e3e1db1 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -13,7 +13,7 @@ END-INFO-DIR-ENTRY @end ifinfo @ifinfo -Copyright @copyright{} 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. +Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -41,7 +41,7 @@ into another language, under the above conditions for modified versions. @c This file documents the GNU binary utilities "ar", "ld", "objcopy", @c "objdump", "nm", "size", "strings", "strip", and "ranlib". @c -@c Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. +@c Copyright (C) 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. @c @c This text may be freely distributed under the terms of the GNU @c General Public License. @@ -66,7 +66,7 @@ into another language, under the above conditions for modified versions. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. +Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice diff --git a/binutils/objdump.1 b/binutils/objdump.1 index 85f579d..b74d825 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1991, 1996 Free Software Foundation +.\" Copyright (c) 1991, 1996, 1997 Free Software Foundation .\" See section COPYING for conditions for redistribution .TH objdump 1 "5 November 1991" "cygnus support" "GNU Development Tools" .de BP diff --git a/binutils/objdump.c b/binutils/objdump.c index 6854cf3..b81e866 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -1,5 +1,5 @@ /* objdump.c -- dump information about an object file. - Copyright 1990, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. + Copyright 1990, 91, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. This file is part of GNU Binutils. |