diff options
Diffstat (limited to 'mpi/m68k')
-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 | ||||
-rw-r--r-- | mpi/m68k/mpih-add1.S | 4 | ||||
-rw-r--r-- | mpi/m68k/mpih-lshift.S | 3 | ||||
-rw-r--r-- | mpi/m68k/mpih-rshift.S | 3 | ||||
-rw-r--r-- | mpi/m68k/mpih-sub1.S | 4 | ||||
-rw-r--r-- | mpi/m68k/syntax.h | 4 |
8 files changed, 14 insertions, 16 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. * diff --git a/mpi/m68k/mpih-add1.S b/mpi/m68k/mpih-add1.S index 3874c9fc1..1e9cc6406 100644 --- a/mpi/m68k/mpih-add1.S +++ b/mpi/m68k/mpih-add1.S @@ -1,8 +1,8 @@ /* mc68020 __mpn_add_n -- Add two limb vectors of the same length > 0 and store * sum in a third 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/mpih-lshift.S b/mpi/m68k/mpih-lshift.S index 9f6e3e582..cc9dfba69 100644 --- a/mpi/m68k/mpih-lshift.S +++ b/mpi/m68k/mpih-lshift.S @@ -1,7 +1,6 @@ /* mc68020 lshift -- Shift left a low-level natural-number integer. * - * Copyright (C) 1996, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1996, 1998, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/m68k/mpih-rshift.S b/mpi/m68k/mpih-rshift.S index f892f742c..cc86166a7 100644 --- a/mpi/m68k/mpih-rshift.S +++ b/mpi/m68k/mpih-rshift.S @@ -1,7 +1,6 @@ /* mc68020 rshift -- Shift right a low-level natural-number integer. * - * Copyright (C) 1996, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1996, 1998, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/m68k/mpih-sub1.S b/mpi/m68k/mpih-sub1.S index ad58ba87d..1847fbd65 100644 --- a/mpi/m68k/mpih-sub1.S +++ b/mpi/m68k/mpih-sub1.S @@ -1,8 +1,8 @@ /* mc68020 __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and * store difference in a third 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/syntax.h b/mpi/m68k/syntax.h index 9e03d74b4..316518fef 100644 --- a/mpi/m68k/syntax.h +++ b/mpi/m68k/syntax.h @@ -1,7 +1,7 @@ /* asm.h -- Definitions for 68k syntax variations. * - * 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. * |