]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - soft-fp/fixunssfti.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / soft-fp / fixunssfti.c
index 1c2143f75832349eab832aea8fcf77d3ad2261e5..449c8a284cdecd219844b79ae5944112f8b1a7a1 100644 (file)
@@ -1,8 +1,7 @@
 /* Software floating-point emulation.
    Convert IEEE single to 128bit unsigned integer
-   Copyright (C) 2007-2019 Free Software Foundation, Inc.
+   Copyright (C) 2007-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   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 +24,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 "single.h"