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.S3
-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.S4
7 files changed, 8 insertions, 14 deletions
diff --git a/mpi/power/mpih-add1.S b/mpi/power/mpih-add1.S
index f9ccf5bcd..7313ac618 100644
--- a/mpi/power/mpih-add1.S
+++ b/mpi/power/mpih-add1.S
@@ -1,7 +1,6 @@
/* IBM POWER add_n -- Add two limb vectors of equal, non-zero length.
*
- * Copyright (C) 1992, 1994, 1996, 1998, 1999,
- * 2000, 2001 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1996, 1999 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 d29b899b2..20cf45353 100644
--- a/mpi/power/mpih-lshift.S
+++ b/mpi/power/mpih-lshift.S
@@ -1,7 +1,6 @@
/* IBM POWER lshift
*
- * Copyright (C) 1992, 1994, 1999,
- * 2000, 2001 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999 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 5c0f6f039..03fff4f98 100644
--- a/mpi/power/mpih-mul1.S
+++ b/mpi/power/mpih-mul1.S
@@ -1,8 +1,7 @@
/* IBM POWER mul_1 -- Multiply a limb vector with a limb and store
* the result in a second limb vector.
*
- * Copyright (C) 1992, 1994, 1999,
- * 2000, 2001 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999 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 f2a8b87fc..3d7fc153c 100644
--- a/mpi/power/mpih-mul2.S
+++ b/mpi/power/mpih-mul2.S
@@ -1,8 +1,7 @@
/* 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,
- * 2000, 2001 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999 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 cdd317c0d..f94018ca9 100644
--- a/mpi/power/mpih-mul3.S
+++ b/mpi/power/mpih-mul3.S
@@ -1,8 +1,7 @@
/* 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,
- * 2000, 2001 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999 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 30ba83922..04fb5942d 100644
--- a/mpi/power/mpih-rshift.S
+++ b/mpi/power/mpih-rshift.S
@@ -1,7 +1,6 @@
/* IBM POWER rshift
*
- * Copyright (C) 1992, 1994, 1999,
- * 2000, 2001 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1999 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 9f18ac829..375a5be88 100644
--- a/mpi/power/mpih-sub1.S
+++ b/mpi/power/mpih-sub1.S
@@ -1,7 +1,7 @@
/* IBM POWER sub_n -- Subtract two limb vectors of equal, non-zero length.
*
- * Copyright (C) 1992, 1994, 1995, 1996, 1999,
- * 2000, 2001 Free Software Foundation, Inc.
+ * Copyright (C) 1992, 1994, 1995, 1996, 1999
+ * Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*