aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/power
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/power')
-rw-r--r--mpi/power/mpih-add1.S3
-rw-r--r--mpi/power/mpih-lshift.S3
-rw-r--r--mpi/power/mpih-mul1.S5
-rw-r--r--mpi/power/mpih-mul2.S3
-rw-r--r--mpi/power/mpih-mul3.S3
-rw-r--r--mpi/power/mpih-rshift.S3
-rw-r--r--mpi/power/mpih-sub1.S3
7 files changed, 15 insertions, 8 deletions
diff --git a/mpi/power/mpih-add1.S b/mpi/power/mpih-add1.S
index ad27f3d81..f9ccf5bcd 100644
--- a/mpi/power/mpih-add1.S
+++ b/mpi/power/mpih-add1.S
@@ -1,6 +1,7 @@
/* IBM POWER add_n -- Add two limb vectors of equal, non-zero length.
*
- * Copyright (C) 1992, 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1996, 1998, 1999,
+ * 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
diff --git a/mpi/power/mpih-lshift.S b/mpi/power/mpih-lshift.S
index 5c53a0ae6..d29b899b2 100644
--- a/mpi/power/mpih-lshift.S
+++ b/mpi/power/mpih-lshift.S
@@ -1,6 +1,7 @@
/* IBM POWER lshift
*
- * Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999,
+ * 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
diff --git a/mpi/power/mpih-mul1.S b/mpi/power/mpih-mul1.S
index 3b71b5aa9..5c0f6f039 100644
--- a/mpi/power/mpih-mul1.S
+++ b/mpi/power/mpih-mul1.S
@@ -1,7 +1,8 @@
/* IBM POWER mul_1 -- Multiply a limb vector with a limb and store
- * the result in a second limb vector.
+ * the result in a second limb vector.
*
- * Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999,
+ * 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
diff --git a/mpi/power/mpih-mul2.S b/mpi/power/mpih-mul2.S
index 19ddee86d..f2a8b87fc 100644
--- a/mpi/power/mpih-mul2.S
+++ b/mpi/power/mpih-mul2.S
@@ -1,7 +1,8 @@
/* IBM POWER addmul_1 -- Multiply a limb vector with a limb and add
* the result to a second limb vector.
*
- * Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999,
+ * 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
diff --git a/mpi/power/mpih-mul3.S b/mpi/power/mpih-mul3.S
index e875e88ea..cdd317c0d 100644
--- a/mpi/power/mpih-mul3.S
+++ b/mpi/power/mpih-mul3.S
@@ -1,7 +1,8 @@
/* IBM POWER submul_1 -- Multiply a limb vector with a limb and subtract
* the result from a second limb vector.
*
- * Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999,
+ * 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
diff --git a/mpi/power/mpih-rshift.S b/mpi/power/mpih-rshift.S
index e29645072..30ba83922 100644
--- a/mpi/power/mpih-rshift.S
+++ b/mpi/power/mpih-rshift.S
@@ -1,6 +1,7 @@
/* IBM POWER rshift
*
- * Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999,
+ * 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
diff --git a/mpi/power/mpih-sub1.S b/mpi/power/mpih-sub1.S
index a3605533e..9f18ac829 100644
--- a/mpi/power/mpih-sub1.S
+++ b/mpi/power/mpih-sub1.S
@@ -1,6 +1,7 @@
/* IBM POWER sub_n -- Subtract two limb vectors of equal, non-zero length.
*
- * Copyright (C) 1992, 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1995, 1996, 1999,
+ * 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*