aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/powerpc32
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/powerpc32')
-rw-r--r--mpi/powerpc32/mpih-add1.S3
-rw-r--r--mpi/powerpc32/mpih-lshift.S3
-rw-r--r--mpi/powerpc32/mpih-mul1.S3
-rw-r--r--mpi/powerpc32/mpih-mul2.S3
-rw-r--r--mpi/powerpc32/mpih-mul3.S3
-rw-r--r--mpi/powerpc32/mpih-rshift.S3
-rw-r--r--mpi/powerpc32/mpih-sub1.S3
7 files changed, 14 insertions, 7 deletions
diff --git a/mpi/powerpc32/mpih-add1.S b/mpi/powerpc32/mpih-add1.S
index a26de52a9..6f8d68331 100644
--- a/mpi/powerpc32/mpih-add1.S
+++ b/mpi/powerpc32/mpih-add1.S
@@ -1,6 +1,7 @@
/* PowerPC-32 add_n -- Add two limb vectors of equal, non-zero length.
*
- * Copyright (C) 1992, 1994, 1995, 1998 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1995, 1998, 1999,
+ * 2000, 2001 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 683f799b1..8189f914e 100644
--- a/mpi/powerpc32/mpih-lshift.S
+++ b/mpi/powerpc32/mpih-lshift.S
@@ -1,6 +1,7 @@
/* PowerPC-32 lshift
*
- * Copyright (C) 1995, 1998 Free Software Foundation, Inc.
+ * Copyright (C) 1995, 1998, 1999,
+ * 2000, 2001 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 24193adb3..32361bf59 100644
--- a/mpi/powerpc32/mpih-mul1.S
+++ b/mpi/powerpc32/mpih-mul1.S
@@ -1,7 +1,8 @@
/* PowerPC-32 mul_1 -- Multiply a limb vector with a limb and store
* the result in a second limb vector.
*
- * Copyright (C) 1993, 1994, 1995, 1998 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1993, 1994, 1995, 1998, 1999,
+ * 2000, 2001 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 185fed90e..eb1591d2e 100644
--- a/mpi/powerpc32/mpih-mul2.S
+++ b/mpi/powerpc32/mpih-mul2.S
@@ -1,7 +1,8 @@
/* PowerPC-32 addmul_1 -- Multiply a limb vector with a limb and add
* the result to a second limb vector.
*
- * Copyright (C) 1995, 1998 Free Software Foundation, Inc.
+ * Copyright (C) 1995, 1998, 1999,
+ * 2000, 2001 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 e6b7cf5c2..ca58936c4 100644
--- a/mpi/powerpc32/mpih-mul3.S
+++ b/mpi/powerpc32/mpih-mul3.S
@@ -1,7 +1,8 @@
/* PowerPC-32 submul_1 -- Multiply a limb vector with a limb and subtract
* the result from a second limb vector.
*
- * Copyright (C) 1995, 1998 Free Software Foundation, Inc.
+ * Copyright (C) 1995, 1998, 1999,
+ * 2000, 2001 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 78732b9ed..468b722cb 100644
--- a/mpi/powerpc32/mpih-rshift.S
+++ b/mpi/powerpc32/mpih-rshift.S
@@ -1,6 +1,7 @@
/* PowerPC-32 rshift
*
- * Copyright (C) 1995, 1998 Free Software Foundation, Inc.
+ * Copyright (C) 1995, 1998, 1999,
+ * 2000, 2001 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 cb87cc703..f0ae1a283 100644
--- a/mpi/powerpc32/mpih-sub1.S
+++ b/mpi/powerpc32/mpih-sub1.S
@@ -1,7 +1,8 @@
/* 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 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1995, 1998, 1999,
+ * 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*