summaryrefslogtreecommitdiff
path: root/soft-fp/floattitf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floattitf.c')
-rw-r--r--soft-fp/floattitf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/soft-fp/floattitf.c b/soft-fp/floattitf.c
index 78319a2aff..5ecf2872a2 100644
--- a/soft-fp/floattitf.c
+++ b/soft-fp/floattitf.c
@@ -1,8 +1,8 @@
/* Software floating-point emulation.
Convert a 128bit signed integer to IEEE quad
- Copyright (C) 2007-2018 Free Software Foundation, Inc.
+ Copyright (C) 2007-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Uros Bizjak (ubizjak@gmail.com).
+ Contributed by Uroš Bizjak (ubizjak@gmail.com).
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -25,7 +25,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"