diff options
Diffstat (limited to 'sysdeps/loongarch/fpu')
56 files changed, 56 insertions, 56 deletions
diff --git a/sysdeps/loongarch/fpu/e_ilogb.c b/sysdeps/loongarch/fpu/e_ilogb.c index 14c7cbf260..8de689e55e 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 b5ed73210e..32ed958c3a 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 5564a3851b..211272ca84 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 c37b0fd19d..9f05485236 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 06d33e34b7..4301b1fd68 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 baea37cae2..a3f92f108d 100644 --- a/sysdeps/loongarch/fpu/fedisblxcpt.c +++ b/sysdeps/loongarch/fpu/fedisblxcpt.c @@ -1,5 +1,5 @@ /* Disable floating-point exceptions. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 6b01492ecf..9b415f09b7 100644 --- a/sysdeps/loongarch/fpu/feenablxcpt.c +++ b/sysdeps/loongarch/fpu/feenablxcpt.c @@ -1,5 +1,5 @@ /* Enable floating-point exceptions. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 ad26c8776f..493d22fe76 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 a62f96c4dc..a57543fcd3 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 f34907b78f..91adace25a 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 0881d73a50..d9cc78ab19 100644 --- a/sysdeps/loongarch/fpu/fegetround.c +++ b/sysdeps/loongarch/fpu/fegetround.c @@ -1,5 +1,5 @@ /* Return current rounding direction. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 d33fa1cde2..a278511337 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 5f9a6c888e..639e0b16b2 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 877d124261..183b5a1921 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 b5ee252fc7..98746f8070 100644 --- a/sysdeps/loongarch/fpu/fesetexcept.c +++ b/sysdeps/loongarch/fpu/fesetexcept.c @@ -1,5 +1,5 @@ /* Set given exception flags. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 4f6da606fa..acabeba43f 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 658cf7b9c9..ea60548b40 100644 --- a/sysdeps/loongarch/fpu/fesetround.c +++ b/sysdeps/loongarch/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 d5cdfb5a09..02d6f0ba8a 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 79e6c82e0a..d692979645 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 6fa6342368..8b09f265f6 100644 --- a/sysdeps/loongarch/fpu/fraiseexcpt.c +++ b/sysdeps/loongarch/fpu/fraiseexcpt.c @@ -1,5 +1,5 @@ /* Raise given exceptions. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 048771ff60..98dac1ccf1 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 56e8ce5390..58dd1d0d0f 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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/get-rounding-mode.h b/sysdeps/loongarch/fpu/get-rounding-mode.h index b60733e298..4319cfffda 100644 --- a/sysdeps/loongarch/fpu/get-rounding-mode.h +++ b/sysdeps/loongarch/fpu/get-rounding-mode.h @@ -1,6 +1,6 @@ /* Determine floating-point rounding mode within libc. LoongArch version. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/sysdeps/loongarch/fpu/math-barriers.h b/sysdeps/loongarch/fpu/math-barriers.h index 3e977e43a6..3bff6b6e4d 100644 --- a/sysdeps/loongarch/fpu/math-barriers.h +++ b/sysdeps/loongarch/fpu/math-barriers.h @@ -1,5 +1,5 @@ /* Control when floating-point expressions are evaluated. LoongArch version. - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-2024 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 df736fefd1..8ebda93e94 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 b9f7ecb9d2..7ef528b477 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 da4e24c2a9..3259298b0b 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 25efdd90f2..5418cbe2dc 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 01938c320f..7ffe3427f1 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 031cbfa606..7474f8c9f5 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 189bd4890b..55ece23855 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 746a035ac3..c96324078f 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 f5b053ffcf..7eb5408099 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 d9dbbd4e8d..3f7fa4277d 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 1696cd2f67..af879651cf 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 bc1af7e925..145fe6fee2 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 7fd9bff03f..d723a5b98b 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 dac59b1154..f4ccb840d5 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 0a0bcbee2f..4a60263823 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 754c943863..aa884305a7 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 585135a981..a38e58bf06 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 b133fd3750..7d88dbd44c 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 3288b68848..7ef54707c0 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 6a7467e197..769f84f30f 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 b5d76161a9..7bf501fdf5 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 3cbdfa805f..656411c7cd 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 af6b76b3e2..a65fb0015f 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-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 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 c4ee88d6ef..ee642008ef 100644 --- a/sysdeps/loongarch/fpu/s_fpclassifyf.c +++ b/sysdeps/loongarch/fpu/s_fpclassifyf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 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 c601bbc408..a56d8e767b 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-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 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 3dabfd4cf6..02110a39ad 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-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 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 6db005e414..7f90d4baa4 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 41b43231c1..9d4dc670d4 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 908cf8342c..6d7b31e84f 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 fe79093e13..72150d1faf 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 6f625b4175..00f5777112 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 02abce63dc..96d1e1c09d 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 |