diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-05 00:41:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-05 00:41:54 +0000 |
commit | a0f1928042c71027c8f908d10da8d1f7dd17530b (patch) | |
tree | 5b3e5ea0bce1c195c337a300afb2b57f637472f6 /binutils | |
parent | 16231b7b9de982c605ea14f61b46054eeac01628 (diff) | |
download | gdb-a0f1928042c71027c8f908d10da8d1f7dd17530b.zip gdb-a0f1928042c71027c8f908d10da8d1f7dd17530b.tar.gz gdb-a0f1928042c71027c8f908d10da8d1f7dd17530b.tar.bz2 |
Update copyright
2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
* objcopy.c: Update copyright.
* readelf.c: Likewise.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 | ||||
-rw-r--r-- | binutils/objcopy.c | 2 | ||||
-rw-r--r-- | binutils/readelf.c | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cee5aed..185050a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2010-01-04 H.J. Lu <hongjiu.lu@intel.com> + * objcopy.c: Update copyright. + * readelf.c: Likewise. + +2010-01-04 H.J. Lu <hongjiu.lu@intel.com> + PR binutils/11130 * objcopy.c (copy_object): Remove "Warning: " from error message. @@ -13,7 +18,7 @@ 2010-01-04 Nick Clifton <nickc@redhat.com> - * po/ru/po: Updated Russian translation. + * po/ru.po: Updated Russian translation. For older changes see ChangeLog-2009 diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 73f0fd3..dd16b9b 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1,6 +1,6 @@ /* objcopy.c -- copy object file from input to output, optionally massaging it. Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/readelf.c b/binutils/readelf.c index fd44f2f..1612701 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -1,6 +1,7 @@ /* readelf.c -- display contents of an ELF format file Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 + Free Software Foundation, Inc. Originally developed by Eric Youngdale <eric@andante.jic.com> Modifications by Nick Clifton <nickc@redhat.com> |