diff options
Diffstat (limited to 'sysdeps/alpha/alphaev5')
-rw-r--r-- | sysdeps/alpha/alphaev5/add_n.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/alphaev5/lshift.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/alphaev5/rshift.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/alphaev5/sub_n.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/alpha/alphaev5/add_n.S b/sysdeps/alpha/alphaev5/add_n.S index 1217b66..40a182e 100644 --- a/sysdeps/alpha/alphaev5/add_n.S +++ b/sysdeps/alpha/alphaev5/add_n.S @@ -1,7 +1,7 @@ # Alpha __mpn_add_n -- Add two limb vectors of the same length > 0 and # store sum in a third limb vector. - # Copyright (C) 1995-2022 Free Software Foundation, Inc. + # Copyright (C) 1995-2023 Free Software Foundation, Inc. # This file is part of the GNU MP Library. diff --git a/sysdeps/alpha/alphaev5/lshift.S b/sysdeps/alpha/alphaev5/lshift.S index 04bd7d9..35e4d39 100644 --- a/sysdeps/alpha/alphaev5/lshift.S +++ b/sysdeps/alpha/alphaev5/lshift.S @@ -1,6 +1,6 @@ # Alpha EV5 __mpn_lshift -- - # Copyright (C) 1994-2022 Free Software Foundation, Inc. + # Copyright (C) 1994-2023 Free Software Foundation, Inc. # This file is part of the GNU MP Library. diff --git a/sysdeps/alpha/alphaev5/rshift.S b/sysdeps/alpha/alphaev5/rshift.S index 08bb89f..a4ec36c 100644 --- a/sysdeps/alpha/alphaev5/rshift.S +++ b/sysdeps/alpha/alphaev5/rshift.S @@ -1,6 +1,6 @@ # Alpha EV5 __mpn_rshift -- - # Copyright (C) 1994-2022 Free Software Foundation, Inc. + # Copyright (C) 1994-2023 Free Software Foundation, Inc. # This file is part of the GNU MP Library. diff --git a/sysdeps/alpha/alphaev5/sub_n.S b/sysdeps/alpha/alphaev5/sub_n.S index 5cbc8b5..909a3b8 100644 --- a/sysdeps/alpha/alphaev5/sub_n.S +++ b/sysdeps/alpha/alphaev5/sub_n.S @@ -1,7 +1,7 @@ # Alpha __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and # store difference in a third limb vector. - # Copyright (C) 1995-2022 Free Software Foundation, Inc. + # Copyright (C) 1995-2023 Free Software Foundation, Inc. # This file is part of the GNU MP Library. |