diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:08:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:14:39 +0000 |
commit | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f (patch) | |
tree | c438ee7cd04a7ccd4cafe2449ac5173bcd17718b /sysdeps/loongarch/fpu | |
parent | 728ada505aca44f768675b3aa1ab34bae96a2656 (diff) | |
download | glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.bz2 glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.zip |
Update copyright dates with scripts/update-copyrights
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 f9ada6921a..14c7cbf260 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 e1da48ecfc..b5ed73210e 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 9fdf21fa3a..5564a3851b 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 fae2e92e20..c37b0fd19d 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 e9f33a1658..06d33e34b7 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 add62946fd..baea37cae2 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 ed809341f6..6b01492ecf 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 5a2a3d34dc..ad26c8776f 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 ba1c1466f4..a62f96c4dc 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 e3517e34f6..f34907b78f 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 ff6113eb04..0881d73a50 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 e4f9f6a23b..d33fa1cde2 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 8360ae0377..5f9a6c888e 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 c10bd11ef9..877d124261 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 ad76d52d9e..b5ee252fc7 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 fc52fc114b..4f6da606fa 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 32acac5f96..658cf7b9c9 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 5ad862a61d..63e6f8d65b 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 6130c632c9..79e6c82e0a 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 c1c612242f..6fa6342368 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 9c135a663d..048771ff60 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 b9563b7ae1..56e8ce5390 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 a2e98f0b60..df736fefd1 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 9ffab38abd..b9f7ecb9d2 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 af1c2bf006..da4e24c2a9 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 5aed0603e6..25efdd90f2 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 04c801b196..01938c320f 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 a2e1aaf142..031cbfa606 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 29beb88c22..189bd4890b 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 142c65334c..746a035ac3 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 badf8f7e99..f5b053ffcf 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 da4dcb6a3b..d9dbbd4e8d 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 8570a3ba48..1696cd2f67 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 413e7683dd..bc1af7e925 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 e395ff7e62..7fd9bff03f 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 f477498d6e..dac59b1154 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 ff5aecd6c1..0a0bcbee2f 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 7c9a5dba55..754c943863 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 d0563fc255..585135a981 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 5d9680bea6..b133fd3750 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 1610fe3263..3288b68848 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 680c5e7e9a..6a7467e197 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 2badf3d3e5..b5d76161a9 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 4d625312c0..3cbdfa805f 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 3f4d95da66..af6b76b3e2 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 b7c8b25337..c4ee88d6ef 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 c7a6784185..c601bbc408 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 dcb4e04ec8..3dabfd4cf6 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 62bb2e2fad..6db005e414 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 bbdedb8429..41b43231c1 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 4fe0e2b7a9..908cf8342c 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 d82abb0e74..fe79093e13 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 c03e81a31e..6f625b4175 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 15e6428044..02abce63dc 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 |