summaryrefslogtreecommitdiff
path: root/soft-fp/floatuntidf.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-10-10 23:58:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-10-10 23:58:13 +0000
commit33b853c3b19a2a75f720f9fca312a651ab17728a (patch)
treee91aee4bed53e6bd665b163358b7c50b5ac55971 /soft-fp/floatuntidf.c
parent6c6352e69858e8c9ca5bc3c4ad4315b3e651d61e (diff)
Update copyright and license notices in soft-fp files from libgcc.
Diffstat (limited to 'soft-fp/floatuntidf.c')
-rw-r--r--soft-fp/floatuntidf.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/soft-fp/floatuntidf.c b/soft-fp/floatuntidf.c
index db1fe1aacb..d533563028 100644
--- a/soft-fp/floatuntidf.c
+++ b/soft-fp/floatuntidf.c
@@ -1,6 +1,6 @@
/* Software floating-point emulation.
Convert a 128bit unsigned integer to IEEE double
- Copyright (C) 1997,1999, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Uros Bizjak (ubizjak@gmail.com).
@@ -24,9 +24,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"