diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-04 19:06:20 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-02-04 19:06:20 +0000 |
commit | 5d5bf77569cea0d401a74a3411e4a9c32b28b3ac (patch) | |
tree | bca0875090cea05ab7f9c28abf4600b0fce07116 /libgcc/fp-bit.c | |
parent | 49c8d79b277e0bcd0439ecf2ba987c63d6d59ce8 (diff) | |
download | gcc-5d5bf77569cea0d401a74a3411e4a9c32b28b3ac.zip gcc-5d5bf77569cea0d401a74a3411e4a9c32b28b3ac.tar.gz gcc-5d5bf77569cea0d401a74a3411e4a9c32b28b3ac.tar.bz2 |
Update copyright in libgcc.
From-SVN: r195731
Diffstat (limited to 'libgcc/fp-bit.c')
-rw-r--r-- | libgcc/fp-bit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgcc/fp-bit.c b/libgcc/fp-bit.c index 7509f76..60f2338 100644 --- a/libgcc/fp-bit.c +++ b/libgcc/fp-bit.c @@ -1,7 +1,6 @@ /* This is a software floating point library which can be used for targets without hardware floating point. - Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, - 2004, 2005, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1994-2013 Free Software Foundation, Inc. This file is part of GCC. |