diff options
Diffstat (limited to 'mpi/m68k/mc68020')
-rw-r--r-- | mpi/m68k/mc68020/mpih-mul1.S | 4 | ||||
-rw-r--r-- | mpi/m68k/mc68020/mpih-mul2.S | 4 | ||||
-rw-r--r-- | mpi/m68k/mc68020/mpih-mul3.S | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mpi/m68k/mc68020/mpih-mul1.S b/mpi/m68k/mc68020/mpih-mul1.S index 5dc178569..4872b9ba7 100644 --- a/mpi/m68k/mc68020/mpih-mul1.S +++ b/mpi/m68k/mc68020/mpih-mul1.S @@ -1,8 +1,8 @@ /* mc68020 __mpn_mul_1 -- Multiply a limb vector with a limb and store * the result in a second limb vector. * - * Copyright (C) 1992, 1994, 1996, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1992, 1994, 1996, 1998, + * 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/m68k/mc68020/mpih-mul2.S b/mpi/m68k/mc68020/mpih-mul2.S index 1d33c9aa7..7c492ffb2 100644 --- a/mpi/m68k/mc68020/mpih-mul2.S +++ b/mpi/m68k/mc68020/mpih-mul2.S @@ -1,8 +1,8 @@ /* mc68020 __mpn_addmul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * - * Copyright (C) 1992, 1994, 1996, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1992, 1994, 1996, 1998, + * 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/m68k/mc68020/mpih-mul3.S b/mpi/m68k/mc68020/mpih-mul3.S index bda9b6c98..1e4ac45d6 100644 --- a/mpi/m68k/mc68020/mpih-mul3.S +++ b/mpi/m68k/mc68020/mpih-mul3.S @@ -1,8 +1,8 @@ /* mc68020 __mpn_submul_1 -- Multiply a limb vector with a limb and subtract * the result from a second limb vector. * - * Copyright (C) 1992, 1994, 1996, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1992, 1994, 1996, 1998, + * 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * |