diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-13 06:43:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-13 06:43:59 +0000 |
commit | c2b91cba58cdb4c94daa7c606b0dd8e041a690d5 (patch) | |
tree | a2a214274f7fa29db007d60883599ed5e7ebbe48 /binutils/objcopy.c | |
parent | f5f97c2c7b056fc8dd65b0a7e6e71cb9c42fe6fb (diff) | |
download | binutils-redhat-c2b91cba58cdb4c94daa7c606b0dd8e041a690d5.tar.gz |
Fix typos in ChangeLogs and update copyright notices
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index abcf6a3aad..de053b1128 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1,5 +1,6 @@ /* objcopy.c -- copy object file from input to output, optionally massaging it. - Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001 + Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001 Free Software Foundation, Inc. This file is part of GNU Binutils. |