about summary refs log tree commit diff
path: root/soft-fp/fixunstfti.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/fixunstfti.c
parent6c6352e69858e8c9ca5bc3c4ad4315b3e651d61e (diff)
downloadglibc-33b853c3b19a2a75f720f9fca312a651ab17728a.tar.gz
glibc-33b853c3b19a2a75f720f9fca312a651ab17728a.tar.xz
glibc-33b853c3b19a2a75f720f9fca312a651ab17728a.zip
Update copyright and license notices in soft-fp files from libgcc.
Diffstat (limited to 'soft-fp/fixunstfti.c')
-rw-r--r--soft-fp/fixunstfti.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/soft-fp/fixunstfti.c b/soft-fp/fixunstfti.c
index f62bd505c6..b89e1ccb2e 100644
--- a/soft-fp/fixunstfti.c
+++ b/soft-fp/fixunstfti.c
@@ -1,6 +1,6 @@
 /* Software floating-point emulation.
    Convert IEEE quad to 128bit unsigned integer
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007-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 "quad.h"