diff options
Diffstat (limited to 'mpi/powerpc32')
-rw-r--r-- | mpi/powerpc32/mpih-add1.S | 3 | ||||
-rw-r--r-- | mpi/powerpc32/mpih-lshift.S | 3 | ||||
-rw-r--r-- | mpi/powerpc32/mpih-mul1.S | 4 | ||||
-rw-r--r-- | mpi/powerpc32/mpih-mul2.S | 3 | ||||
-rw-r--r-- | mpi/powerpc32/mpih-mul3.S | 3 | ||||
-rw-r--r-- | mpi/powerpc32/mpih-rshift.S | 3 | ||||
-rw-r--r-- | mpi/powerpc32/mpih-sub1.S | 3 |
7 files changed, 8 insertions, 14 deletions
diff --git a/mpi/powerpc32/mpih-add1.S b/mpi/powerpc32/mpih-add1.S index 6f8d68331..81c4e20f7 100644 --- a/mpi/powerpc32/mpih-add1.S +++ b/mpi/powerpc32/mpih-add1.S @@ -1,7 +1,6 @@ /* PowerPC-32 add_n -- Add two limb vectors of equal, non-zero length. * - * Copyright (C) 1992, 1994, 1995, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1992, 1994, 1995, 1998 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/powerpc32/mpih-lshift.S b/mpi/powerpc32/mpih-lshift.S index 8189f914e..20ca7f922 100644 --- a/mpi/powerpc32/mpih-lshift.S +++ b/mpi/powerpc32/mpih-lshift.S @@ -1,7 +1,6 @@ /* PowerPC-32 lshift * - * Copyright (C) 1995, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1995, 1998 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/powerpc32/mpih-mul1.S b/mpi/powerpc32/mpih-mul1.S index 32361bf59..b3cb62f3e 100644 --- a/mpi/powerpc32/mpih-mul1.S +++ b/mpi/powerpc32/mpih-mul1.S @@ -1,8 +1,8 @@ /* PowerPC-32 mul_1 -- Multiply a limb vector with a limb and store * the result in a second limb vector. * - * Copyright (C) 1992, 1993, 1994, 1995, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1992, 1993, 1994, 1995, + * 1998 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/powerpc32/mpih-mul2.S b/mpi/powerpc32/mpih-mul2.S index eb1591d2e..d3b39bc01 100644 --- a/mpi/powerpc32/mpih-mul2.S +++ b/mpi/powerpc32/mpih-mul2.S @@ -1,8 +1,7 @@ /* PowerPC-32 addmul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * - * Copyright (C) 1995, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1995, 1998 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/powerpc32/mpih-mul3.S b/mpi/powerpc32/mpih-mul3.S index ca58936c4..d84f853ba 100644 --- a/mpi/powerpc32/mpih-mul3.S +++ b/mpi/powerpc32/mpih-mul3.S @@ -1,8 +1,7 @@ /* PowerPC-32 submul_1 -- Multiply a limb vector with a limb and subtract * the result from a second limb vector. * - * Copyright (C) 1995, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1995, 1998 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/powerpc32/mpih-rshift.S b/mpi/powerpc32/mpih-rshift.S index 468b722cb..e9704db93 100644 --- a/mpi/powerpc32/mpih-rshift.S +++ b/mpi/powerpc32/mpih-rshift.S @@ -1,7 +1,6 @@ /* PowerPC-32 rshift * - * Copyright (C) 1995, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1995, 1998 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/powerpc32/mpih-sub1.S b/mpi/powerpc32/mpih-sub1.S index f0ae1a283..8c67d988f 100644 --- a/mpi/powerpc32/mpih-sub1.S +++ b/mpi/powerpc32/mpih-sub1.S @@ -1,8 +1,7 @@ /* PowerPC-32 sub_n -- Subtract two limb vectors of the same length > 0 * and store difference in a third limb vector. * - * Copyright (C) 1992, 1994, 1995, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1992, 1994, 1995, 1998 Free Software Foundation, Inc. * * This file is part of GnuPG. * |