diff options
Diffstat (limited to 'mpi/generic')
-rw-r--r-- | mpi/generic/mpih-add1.c | 4 | ||||
-rw-r--r-- | mpi/generic/mpih-lshift.c | 3 | ||||
-rw-r--r-- | mpi/generic/mpih-mul1.c | 3 | ||||
-rw-r--r-- | mpi/generic/mpih-mul2.c | 3 | ||||
-rw-r--r-- | mpi/generic/mpih-mul3.c | 3 | ||||
-rw-r--r-- | mpi/generic/mpih-sub1.c | 3 | ||||
-rw-r--r-- | mpi/generic/udiv-w-sdiv.c | 3 |
7 files changed, 8 insertions, 14 deletions
diff --git a/mpi/generic/mpih-add1.c b/mpi/generic/mpih-add1.c index c7b924c28..d9c3cbb66 100644 --- a/mpi/generic/mpih-add1.c +++ b/mpi/generic/mpih-add1.c @@ -1,6 +1,6 @@ /* mpihelp-add_1.c - MPI helper functions - * Copyright (C) 1994, 1996, 1997, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, + * 2000 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/generic/mpih-lshift.c b/mpi/generic/mpih-lshift.c index 6c45f3b0f..fba8c052e 100644 --- a/mpi/generic/mpih-lshift.c +++ b/mpi/generic/mpih-lshift.c @@ -1,6 +1,5 @@ /* mpihelp-lshift.c - MPI helper functions - * Copyright (C) 1994, 1996, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1998, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/generic/mpih-mul1.c b/mpi/generic/mpih-mul1.c index 97e196aeb..83a81add0 100644 --- a/mpi/generic/mpih-mul1.c +++ b/mpi/generic/mpih-mul1.c @@ -1,6 +1,5 @@ /* mpihelp-mul_1.c - MPI helper functions - * Copyright (C) 1994, 1996, 1997, 1998, 1999 - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/generic/mpih-mul2.c b/mpi/generic/mpih-mul2.c index 84df43f40..ff8f998f2 100644 --- a/mpi/generic/mpih-mul2.c +++ b/mpi/generic/mpih-mul2.c @@ -1,6 +1,5 @@ /* mpihelp-mul_2.c - MPI helper functions - * Copyright (C) 1994, 1996, 1997, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/generic/mpih-mul3.c b/mpi/generic/mpih-mul3.c index 40c272632..80eedcc4c 100644 --- a/mpi/generic/mpih-mul3.c +++ b/mpi/generic/mpih-mul3.c @@ -1,6 +1,5 @@ /* mpihelp-mul_3.c - MPI helper functions - * Copyright (C) 1994, 1996, 1997, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/generic/mpih-sub1.c b/mpi/generic/mpih-sub1.c index 41e247149..c618fee49 100644 --- a/mpi/generic/mpih-sub1.c +++ b/mpi/generic/mpih-sub1.c @@ -1,6 +1,5 @@ /* mpihelp-add_2.c - MPI helper functions - * Copyright (C) 1994, 1996, 1997, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/generic/udiv-w-sdiv.c b/mpi/generic/udiv-w-sdiv.c index efa2deb8f..dd0285037 100644 --- a/mpi/generic/udiv-w-sdiv.c +++ b/mpi/generic/udiv-w-sdiv.c @@ -1,7 +1,6 @@ /* mpihelp_udiv_w_sdiv -- implement udiv_qrnnd on machines with only signed * division. - * Copyright (C) 1992, 1994, 1996, 1998, 1999, - * 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1992, 1994, 1996, 1998 Free Software Foundation, Inc. * Contributed by Peter L. Montgomery. * * This file is part of GnuPG. |