diff options
author | dim <dim@FreeBSD.org> | 2010-10-21 19:11:14 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-21 19:11:14 +0000 |
commit | 844d5c9852c83cc56dccdc017c27f2bfc0928f05 (patch) | |
tree | 506464413c40d2c6a4a46d04892a9415cb886522 /contrib/binutils/ld/ldver.h | |
parent | acc1b913a3297e19f9ffe7d2b7b8a3142926d3b4 (diff) | |
parent | 0acbbeece75076693a5c54ce4d376aa9f021b4e3 (diff) | |
download | FreeBSD-src-844d5c9852c83cc56dccdc017c27f2bfc0928f05.zip FreeBSD-src-844d5c9852c83cc56dccdc017c27f2bfc0928f05.tar.gz |
Merge ^vendor/binutils/dist@214082 into contrib/binutils.
Diffstat (limited to 'contrib/binutils/ld/ldver.h')
-rw-r--r-- | contrib/binutils/ld/ldver.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/binutils/ld/ldver.h b/contrib/binutils/ld/ldver.h index fd840a8..96e74ce 100644 --- a/contrib/binutils/ld/ldver.h +++ b/contrib/binutils/ld/ldver.h @@ -1,5 +1,6 @@ /* ldver.h -- Header file for ldver.c. - Copyright 1991, 1992, 1993, 1996, 2003 Free Software Foundation, Inc. + Copyright 1991, 1992, 1993, 1996, 2001, 2003 + Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -15,6 +16,6 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ void ldversion (int); |