diff options
Diffstat (limited to 'sysdeps/loongarch/fpu')
54 files changed, 54 insertions, 54 deletions
diff --git a/sysdeps/loongarch/fpu/e_ilogb.c b/sysdeps/loongarch/fpu/e_ilogb.c index f9ada69..14c7cbf 100644 --- a/sysdeps/loongarch/fpu/e_ilogb.c +++ b/sysdeps/loongarch/fpu/e_ilogb.c @@ -1,5 +1,5 @@ /* __ieee754_ilogb(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/e_ilogbf.c b/sysdeps/loongarch/fpu/e_ilogbf.c index e1da48e..b5ed732 100644 --- a/sysdeps/loongarch/fpu/e_ilogbf.c +++ b/sysdeps/loongarch/fpu/e_ilogbf.c @@ -1,5 +1,5 @@ /* __ieee754_ilogbf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/e_scalb.c b/sysdeps/loongarch/fpu/e_scalb.c index 9fdf21f..5564a38 100644 --- a/sysdeps/loongarch/fpu/e_scalb.c +++ b/sysdeps/loongarch/fpu/e_scalb.c @@ -1,5 +1,5 @@ /* scalb(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/e_scalbf.c b/sysdeps/loongarch/fpu/e_scalbf.c index fae2e92..c37b0fd 100644 --- a/sysdeps/loongarch/fpu/e_scalbf.c +++ b/sysdeps/loongarch/fpu/e_scalbf.c @@ -1,5 +1,5 @@ /* scalbf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fclrexcpt.c b/sysdeps/loongarch/fpu/fclrexcpt.c index e9f33a1..06d33e3 100644 --- a/sysdeps/loongarch/fpu/fclrexcpt.c +++ b/sysdeps/loongarch/fpu/fclrexcpt.c @@ -1,5 +1,5 @@ /* Clear given exceptions in current floating-point environment. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fedisblxcpt.c b/sysdeps/loongarch/fpu/fedisblxcpt.c index add6294..baea37c 100644 --- a/sysdeps/loongarch/fpu/fedisblxcpt.c +++ b/sysdeps/loongarch/fpu/fedisblxcpt.c @@ -1,5 +1,5 @@ /* Disable floating-point exceptions. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/feenablxcpt.c b/sysdeps/loongarch/fpu/feenablxcpt.c index ed80934..6b01492 100644 --- a/sysdeps/loongarch/fpu/feenablxcpt.c +++ b/sysdeps/loongarch/fpu/feenablxcpt.c @@ -1,5 +1,5 @@ /* Enable floating-point exceptions. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fegetenv.c b/sysdeps/loongarch/fpu/fegetenv.c index 5a2a3d3..ad26c87 100644 --- a/sysdeps/loongarch/fpu/fegetenv.c +++ b/sysdeps/loongarch/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fegetexcept.c b/sysdeps/loongarch/fpu/fegetexcept.c index ba1c146..a62f96c 100644 --- a/sysdeps/loongarch/fpu/fegetexcept.c +++ b/sysdeps/loongarch/fpu/fegetexcept.c @@ -1,5 +1,5 @@ /* Get enabled floating-point exceptions. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fegetmode.c b/sysdeps/loongarch/fpu/fegetmode.c index e3517e3..f34907b 100644 --- a/sysdeps/loongarch/fpu/fegetmode.c +++ b/sysdeps/loongarch/fpu/fegetmode.c @@ -1,5 +1,5 @@ /* Store current floating-point control modes. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fegetround.c b/sysdeps/loongarch/fpu/fegetround.c index ff6113e..0881d73 100644 --- a/sysdeps/loongarch/fpu/fegetround.c +++ b/sysdeps/loongarch/fpu/fegetround.c @@ -1,5 +1,5 @@ /* Return current rounding direction. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/feholdexcpt.c b/sysdeps/loongarch/fpu/feholdexcpt.c index e4f9f6a..d33fa1c 100644 --- a/sysdeps/loongarch/fpu/feholdexcpt.c +++ b/sysdeps/loongarch/fpu/feholdexcpt.c @@ -1,5 +1,5 @@ /* Store current floating-point environment and clear exceptions. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fenv_libc.h b/sysdeps/loongarch/fpu/fenv_libc.h index 8360ae0..5f9a6c8 100644 --- a/sysdeps/loongarch/fpu/fenv_libc.h +++ b/sysdeps/loongarch/fpu/fenv_libc.h @@ -1,5 +1,5 @@ /* Internal libc stuff for floating point environment routines. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fesetenv.c b/sysdeps/loongarch/fpu/fesetenv.c index c10bd11..877d124 100644 --- a/sysdeps/loongarch/fpu/fesetenv.c +++ b/sysdeps/loongarch/fpu/fesetenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fesetexcept.c b/sysdeps/loongarch/fpu/fesetexcept.c index ad76d52..b5ee252 100644 --- a/sysdeps/loongarch/fpu/fesetexcept.c +++ b/sysdeps/loongarch/fpu/fesetexcept.c @@ -1,5 +1,5 @@ /* Set given exception flags. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fesetmode.c b/sysdeps/loongarch/fpu/fesetmode.c index fc52fc1..4f6da60 100644 --- a/sysdeps/loongarch/fpu/fesetmode.c +++ b/sysdeps/loongarch/fpu/fesetmode.c @@ -1,5 +1,5 @@ /* Install given floating-point control modes. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fesetround.c b/sysdeps/loongarch/fpu/fesetround.c index 32acac5..658cf7b 100644 --- a/sysdeps/loongarch/fpu/fesetround.c +++ b/sysdeps/loongarch/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/feupdateenv.c b/sysdeps/loongarch/fpu/feupdateenv.c index 5ad862a..63e6f8d 100644 --- a/sysdeps/loongarch/fpu/feupdateenv.c +++ b/sysdeps/loongarch/fpu/feupdateenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment and raise exceptions. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fgetexcptflg.c b/sysdeps/loongarch/fpu/fgetexcptflg.c index 6130c63..79e6c82 100644 --- a/sysdeps/loongarch/fpu/fgetexcptflg.c +++ b/sysdeps/loongarch/fpu/fgetexcptflg.c @@ -1,5 +1,5 @@ /* Store current representation for exceptions. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fraiseexcpt.c b/sysdeps/loongarch/fpu/fraiseexcpt.c index c1c6122..6fa6342 100644 --- a/sysdeps/loongarch/fpu/fraiseexcpt.c +++ b/sysdeps/loongarch/fpu/fraiseexcpt.c @@ -1,5 +1,5 @@ /* Raise given exceptions. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/fsetexcptflg.c b/sysdeps/loongarch/fpu/fsetexcptflg.c index 9c135a6..048771f 100644 --- a/sysdeps/loongarch/fpu/fsetexcptflg.c +++ b/sysdeps/loongarch/fpu/fsetexcptflg.c @@ -1,5 +1,5 @@ /* Set floating-point environment exception handling. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/ftestexcept.c b/sysdeps/loongarch/fpu/ftestexcept.c index b9563b7..56e8ce5 100644 --- a/sysdeps/loongarch/fpu/ftestexcept.c +++ b/sysdeps/loongarch/fpu/ftestexcept.c @@ -1,5 +1,5 @@ /* Test exception in current environment. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_finite.c b/sysdeps/loongarch/fpu/s_finite.c index a2e98f0..df736fe 100644 --- a/sysdeps/loongarch/fpu/s_finite.c +++ b/sysdeps/loongarch/fpu/s_finite.c @@ -1,5 +1,5 @@ /* finite(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_finitef.c b/sysdeps/loongarch/fpu/s_finitef.c index 9ffab38..b9f7ecb 100644 --- a/sysdeps/loongarch/fpu/s_finitef.c +++ b/sysdeps/loongarch/fpu/s_finitef.c @@ -1,5 +1,5 @@ /* finitef(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaximum.c b/sysdeps/loongarch/fpu/s_fmaximum.c index af1c2bf..da4e24c 100644 --- a/sysdeps/loongarch/fpu/s_fmaximum.c +++ b/sysdeps/loongarch/fpu/s_fmaximum.c @@ -1,5 +1,5 @@ /* fmaximum(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaximum_mag.c b/sysdeps/loongarch/fpu/s_fmaximum_mag.c index 5aed060..25efdd9 100644 --- a/sysdeps/loongarch/fpu/s_fmaximum_mag.c +++ b/sysdeps/loongarch/fpu/s_fmaximum_mag.c @@ -1,5 +1,5 @@ /* fmaximum_mag(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaximum_mag_num.c b/sysdeps/loongarch/fpu/s_fmaximum_mag_num.c index 04c801b..01938c3 100644 --- a/sysdeps/loongarch/fpu/s_fmaximum_mag_num.c +++ b/sysdeps/loongarch/fpu/s_fmaximum_mag_num.c @@ -1,5 +1,5 @@ /* fmaximum_mag_num(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaximum_mag_numf.c b/sysdeps/loongarch/fpu/s_fmaximum_mag_numf.c index a2e1aaf..031cbfa 100644 --- a/sysdeps/loongarch/fpu/s_fmaximum_mag_numf.c +++ b/sysdeps/loongarch/fpu/s_fmaximum_mag_numf.c @@ -1,5 +1,5 @@ /* fmaximum_mag_numf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaximum_magf.c b/sysdeps/loongarch/fpu/s_fmaximum_magf.c index 29beb88..189bd48 100644 --- a/sysdeps/loongarch/fpu/s_fmaximum_magf.c +++ b/sysdeps/loongarch/fpu/s_fmaximum_magf.c @@ -1,5 +1,5 @@ /* fmaximum_magf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaximum_num.c b/sysdeps/loongarch/fpu/s_fmaximum_num.c index 142c653..746a035 100644 --- a/sysdeps/loongarch/fpu/s_fmaximum_num.c +++ b/sysdeps/loongarch/fpu/s_fmaximum_num.c @@ -1,5 +1,5 @@ /* fmaximum_num(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaximum_numf.c b/sysdeps/loongarch/fpu/s_fmaximum_numf.c index badf8f7..f5b053f 100644 --- a/sysdeps/loongarch/fpu/s_fmaximum_numf.c +++ b/sysdeps/loongarch/fpu/s_fmaximum_numf.c @@ -1,5 +1,5 @@ /* fmaximum_numf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/sysdeps/loongarch/fpu/s_fmaximumf.c b/sysdeps/loongarch/fpu/s_fmaximumf.c index da4dcb6..d9dbbd4 100644 --- a/sysdeps/loongarch/fpu/s_fmaximumf.c +++ b/sysdeps/loongarch/fpu/s_fmaximumf.c @@ -1,5 +1,5 @@ /* fmaximumf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaxmag.c b/sysdeps/loongarch/fpu/s_fmaxmag.c index 8570a3b..1696cd2 100644 --- a/sysdeps/loongarch/fpu/s_fmaxmag.c +++ b/sysdeps/loongarch/fpu/s_fmaxmag.c @@ -1,5 +1,5 @@ /* fmaxmag(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fmaxmagf.c b/sysdeps/loongarch/fpu/s_fmaxmagf.c index 413e768..bc1af7e 100644 --- a/sysdeps/loongarch/fpu/s_fmaxmagf.c +++ b/sysdeps/loongarch/fpu/s_fmaxmagf.c @@ -1,5 +1,5 @@ /* fmaxmagf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminimum.c b/sysdeps/loongarch/fpu/s_fminimum.c index e395ff7..7fd9bff 100644 --- a/sysdeps/loongarch/fpu/s_fminimum.c +++ b/sysdeps/loongarch/fpu/s_fminimum.c @@ -1,5 +1,5 @@ /* fminimum(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminimum_mag.c b/sysdeps/loongarch/fpu/s_fminimum_mag.c index f477498..dac59b1 100644 --- a/sysdeps/loongarch/fpu/s_fminimum_mag.c +++ b/sysdeps/loongarch/fpu/s_fminimum_mag.c @@ -1,5 +1,5 @@ /* fminimum_mag(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminimum_mag_num.c b/sysdeps/loongarch/fpu/s_fminimum_mag_num.c index ff5aecd..0a0bcbe 100644 --- a/sysdeps/loongarch/fpu/s_fminimum_mag_num.c +++ b/sysdeps/loongarch/fpu/s_fminimum_mag_num.c @@ -1,5 +1,5 @@ /* fminimum_mag_num(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminimum_mag_numf.c b/sysdeps/loongarch/fpu/s_fminimum_mag_numf.c index 7c9a5db..754c943 100644 --- a/sysdeps/loongarch/fpu/s_fminimum_mag_numf.c +++ b/sysdeps/loongarch/fpu/s_fminimum_mag_numf.c @@ -1,5 +1,5 @@ /* fminimum_mag_numf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminimum_magf.c b/sysdeps/loongarch/fpu/s_fminimum_magf.c index d0563fc..585135a 100644 --- a/sysdeps/loongarch/fpu/s_fminimum_magf.c +++ b/sysdeps/loongarch/fpu/s_fminimum_magf.c @@ -1,5 +1,5 @@ /* fminimum_magf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminimum_num.c b/sysdeps/loongarch/fpu/s_fminimum_num.c index 5d9680b..b133fd3 100644 --- a/sysdeps/loongarch/fpu/s_fminimum_num.c +++ b/sysdeps/loongarch/fpu/s_fminimum_num.c @@ -1,5 +1,5 @@ /* fminimum_num(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminimum_numf.c b/sysdeps/loongarch/fpu/s_fminimum_numf.c index 1610fe3..3288b68 100644 --- a/sysdeps/loongarch/fpu/s_fminimum_numf.c +++ b/sysdeps/loongarch/fpu/s_fminimum_numf.c @@ -1,5 +1,5 @@ /* fminimum_numf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminimumf.c b/sysdeps/loongarch/fpu/s_fminimumf.c index 680c5e7..6a7467e 100644 --- a/sysdeps/loongarch/fpu/s_fminimumf.c +++ b/sysdeps/loongarch/fpu/s_fminimumf.c @@ -1,5 +1,5 @@ /* fminimumf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminmag.c b/sysdeps/loongarch/fpu/s_fminmag.c index 2badf3d..b5d7616 100644 --- a/sysdeps/loongarch/fpu/s_fminmag.c +++ b/sysdeps/loongarch/fpu/s_fminmag.c @@ -1,5 +1,5 @@ /* fminmag(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fminmagf.c b/sysdeps/loongarch/fpu/s_fminmagf.c index 4d62531..3cbdfa8 100644 --- a/sysdeps/loongarch/fpu/s_fminmagf.c +++ b/sysdeps/loongarch/fpu/s_fminmagf.c @@ -1,5 +1,5 @@ /* fminmagf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fpclassify.c b/sysdeps/loongarch/fpu/s_fpclassify.c index 3f4d95d..af6b76b 100644 --- a/sysdeps/loongarch/fpu/s_fpclassify.c +++ b/sysdeps/loongarch/fpu/s_fpclassify.c @@ -1,5 +1,5 @@ /* fpclassify(). LoongArch version. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_fpclassifyf.c b/sysdeps/loongarch/fpu/s_fpclassifyf.c index b7c8b25..c4ee88d 100644 --- a/sysdeps/loongarch/fpu/s_fpclassifyf.c +++ b/sysdeps/loongarch/fpu/s_fpclassifyf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/sysdeps/loongarch/fpu/s_isinf.c b/sysdeps/loongarch/fpu/s_isinf.c index c7a6784..c601bbc 100644 --- a/sysdeps/loongarch/fpu/s_isinf.c +++ b/sysdeps/loongarch/fpu/s_isinf.c @@ -1,5 +1,5 @@ /* isinf(). LoongArch version. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_isinff.c b/sysdeps/loongarch/fpu/s_isinff.c index dcb4e04..3dabfd4 100644 --- a/sysdeps/loongarch/fpu/s_isinff.c +++ b/sysdeps/loongarch/fpu/s_isinff.c @@ -1,5 +1,5 @@ /* isinff(). LoongArch version. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_isnan.c b/sysdeps/loongarch/fpu/s_isnan.c index 62bb2e2..6db005e 100644 --- a/sysdeps/loongarch/fpu/s_isnan.c +++ b/sysdeps/loongarch/fpu/s_isnan.c @@ -1,5 +1,5 @@ /* isnan(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_isnanf.c b/sysdeps/loongarch/fpu/s_isnanf.c index bbdedb8..41b4323 100644 --- a/sysdeps/loongarch/fpu/s_isnanf.c +++ b/sysdeps/loongarch/fpu/s_isnanf.c @@ -1,5 +1,5 @@ /* isnanf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_issignaling.c b/sysdeps/loongarch/fpu/s_issignaling.c index 4fe0e2b..908cf83 100644 --- a/sysdeps/loongarch/fpu/s_issignaling.c +++ b/sysdeps/loongarch/fpu/s_issignaling.c @@ -1,5 +1,5 @@ /* issignaling(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_issignalingf.c b/sysdeps/loongarch/fpu/s_issignalingf.c index d82abb0..fe79093 100644 --- a/sysdeps/loongarch/fpu/s_issignalingf.c +++ b/sysdeps/loongarch/fpu/s_issignalingf.c @@ -1,5 +1,5 @@ /* issignalingf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_scalbn.c b/sysdeps/loongarch/fpu/s_scalbn.c index c03e81a..6f625b4 100644 --- a/sysdeps/loongarch/fpu/s_scalbn.c +++ b/sysdeps/loongarch/fpu/s_scalbn.c @@ -1,5 +1,5 @@ /* scalbn(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/loongarch/fpu/s_scalbnf.c b/sysdeps/loongarch/fpu/s_scalbnf.c index 15e6428..02abce6 100644 --- a/sysdeps/loongarch/fpu/s_scalbnf.c +++ b/sysdeps/loongarch/fpu/s_scalbnf.c @@ -1,5 +1,5 @@ /* scalbnf(). LoongArch version. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |