]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_csin_template.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / math / s_csin_template.c
index 4581852b1763d6f90e828e9ec3a49b10843d83f5..d2e02be8fa2d1ddc537fac3b9da17352db9c42c6 100644 (file)
@@ -1,5 +1,5 @@
 /* Complex sine function for float types.
-   Copyright (C) 1997-2018 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
 
    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 <complex.h>
 #include <fenv.h>
 #include <math.h>
 #include <math_private.h>
-#include <fenv_private.h>
 #include <math-underflow.h>
 #include <float.h>