diff options
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/ChangeLog | 4 | ||||
-rw-r--r-- | mpi/g10m.c | 2 | ||||
-rw-r--r-- | mpi/generic/mpih-add1.c | 10 | ||||
-rw-r--r-- | mpi/generic/mpih-lshift.c | 9 | ||||
-rw-r--r-- | mpi/generic/mpih-mul1.c | 10 | ||||
-rw-r--r-- | mpi/generic/mpih-mul2.c | 10 | ||||
-rw-r--r-- | mpi/generic/mpih-mul3.c | 10 | ||||
-rw-r--r-- | mpi/generic/mpih-rshift.c | 3 | ||||
-rw-r--r-- | mpi/generic/mpih-sub1.c | 10 | ||||
-rw-r--r-- | mpi/generic/udiv-w-sdiv.c | 5 | ||||
-rw-r--r-- | mpi/longlong.h | 5 | ||||
-rw-r--r-- | mpi/mpi-add.c | 2 | ||||
-rw-r--r-- | mpi/mpi-bit.c | 2 | ||||
-rw-r--r-- | mpi/mpi-cmp.c | 2 | ||||
-rw-r--r-- | mpi/mpi-div.c | 2 | ||||
-rw-r--r-- | mpi/mpi-gcd.c | 2 | ||||
-rw-r--r-- | mpi/mpi-inline.c | 2 | ||||
-rw-r--r-- | mpi/mpi-inline.h | 2 | ||||
-rw-r--r-- | mpi/mpi-internal.h | 2 | ||||
-rw-r--r-- | mpi/mpi-inv.c | 2 | ||||
-rw-r--r-- | mpi/mpi-mpow.c | 2 | ||||
-rw-r--r-- | mpi/mpi-mul.c | 2 | ||||
-rw-r--r-- | mpi/mpi-pow.c | 2 | ||||
-rw-r--r-- | mpi/mpi-scan.c | 2 | ||||
-rw-r--r-- | mpi/mpicoder.c | 2 | ||||
-rw-r--r-- | mpi/mpih-cmp.c | 2 | ||||
-rw-r--r-- | mpi/mpih-div.c | 2 | ||||
-rw-r--r-- | mpi/mpih-mul.c | 3 | ||||
-rw-r--r-- | mpi/mpiutil.c | 2 |
29 files changed, 61 insertions, 54 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index 9fbb36ab0..bb059f889 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,7 @@ +2001-04-17 Werner Koch <[email protected]> + + Updated copyright notices. + 2001-03-24 Werner Koch <[email protected]> * mpi-mul.c (mpi_mul): Make sure that secret temporary results are diff --git a/mpi/g10m.c b/mpi/g10m.c index c43e067a7..34a92185c 100644 --- a/mpi/g10m.c +++ b/mpi/g10m.c @@ -1,5 +1,5 @@ /* g10m.c - Wrapper for MPI - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/generic/mpih-add1.c b/mpi/generic/mpih-add1.c index e66c6686c..c7b924c28 100644 --- a/mpi/generic/mpih-add1.c +++ b/mpi/generic/mpih-add1.c @@ -1,15 +1,15 @@ /* mpihelp-add_1.c - MPI helper functions - * Copyright (c) 1997 by Werner Koch (dd9jn) - * Copyright (C) 1994, 1996 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 1999, + * 2000, 2001 Free Software Foundation, Inc. * - * This file is part of G10. + * This file is part of GnuPG. * - * G10 is free software; you can redistribute it and/or modify + * GnuPG is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * G10 is distributed in the hope that it will be useful, + * GnuPG is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/mpi/generic/mpih-lshift.c b/mpi/generic/mpih-lshift.c index 698cd38d8..6c45f3b0f 100644 --- a/mpi/generic/mpih-lshift.c +++ b/mpi/generic/mpih-lshift.c @@ -1,14 +1,15 @@ /* mpihelp-lshift.c - MPI helper functions - * Copyright (C) 1994, 1996, 1998 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1998, 1999, + * 2000, 2001 Free Software Foundation, Inc. * - * This file is part of G10. + * This file is part of GnuPG. * - * G10 is free software; you can redistribute it and/or modify + * GnuPG is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * G10 is distributed in the hope that it will be useful, + * GnuPG is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/mpi/generic/mpih-mul1.c b/mpi/generic/mpih-mul1.c index e84eccce2..97e196aeb 100644 --- a/mpi/generic/mpih-mul1.c +++ b/mpi/generic/mpih-mul1.c @@ -1,15 +1,15 @@ /* mpihelp-mul_1.c - MPI helper functions - * Copyright (c) 1997 by Werner Koch (dd9jn) - * Copyright (C) 1994, 1996 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 1999 + * 2000, 2001 Free Software Foundation, Inc. * - * This file is part of G10. + * This file is part of GnuPG. * - * G10 is free software; you can redistribute it and/or modify + * GnuPG is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * G10 is distributed in the hope that it will be useful, + * GnuPG is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/mpi/generic/mpih-mul2.c b/mpi/generic/mpih-mul2.c index d77ec8022..84df43f40 100644 --- a/mpi/generic/mpih-mul2.c +++ b/mpi/generic/mpih-mul2.c @@ -1,15 +1,15 @@ /* mpihelp-mul_2.c - MPI helper functions - * Copyright (c) 1997 by Werner Koch (dd9jn) - * Copyright (C) 1994, 1996 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 1999, + * 2000, 2001 Free Software Foundation, Inc. * - * This file is part of G10. + * This file is part of GnuPG. * - * G10 is free software; you can redistribute it and/or modify + * GnuPG is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * G10 is distributed in the hope that it will be useful, + * GnuPG is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/mpi/generic/mpih-mul3.c b/mpi/generic/mpih-mul3.c index c7c4e1899..40c272632 100644 --- a/mpi/generic/mpih-mul3.c +++ b/mpi/generic/mpih-mul3.c @@ -1,15 +1,15 @@ /* mpihelp-mul_3.c - MPI helper functions - * Copyright (c) 1997 by Werner Koch (dd9jn) - * Copyright (C) 1994, 1996 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 1999, + * 2000, 2001 Free Software Foundation, Inc. * - * This file is part of G10. + * This file is part of GnuPG. * - * G10 is free software; you can redistribute it and/or modify + * GnuPG is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * G10 is distributed in the hope that it will be useful, + * GnuPG is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/mpi/generic/mpih-rshift.c b/mpi/generic/mpih-rshift.c index d8ca35f16..be73adfb8 100644 --- a/mpi/generic/mpih-rshift.c +++ b/mpi/generic/mpih-rshift.c @@ -1,5 +1,6 @@ /* mpih-rshift.c - MPI helper functions - * Copyright (C) 1994, 1996, 1998 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1998, 1999, + * 2000, 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 2c38ff061..41e247149 100644 --- a/mpi/generic/mpih-sub1.c +++ b/mpi/generic/mpih-sub1.c @@ -1,15 +1,15 @@ /* mpihelp-add_2.c - MPI helper functions - * Copyright (c) 1997 by Werner Koch (dd9jn) - * Copyright (C) 1994, 1996 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1997, 1998, 1999, + * 2000, 2001 Free Software Foundation, Inc. * - * This file is part of G10. + * This file is part of GnuPG. * - * G10 is free software; you can redistribute it and/or modify + * GnuPG is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * G10 is distributed in the hope that it will be useful, + * GnuPG is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/mpi/generic/udiv-w-sdiv.c b/mpi/generic/udiv-w-sdiv.c index 7ffec0999..efa2deb8f 100644 --- a/mpi/generic/udiv-w-sdiv.c +++ b/mpi/generic/udiv-w-sdiv.c @@ -1,10 +1,9 @@ /* 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. * Contributed by Peter L. Montgomery. * - * Copyright (C) 1992, 1994, 1996, 1998 Free Software Foundation, Inc. - * * This file is part of GnuPG. * * GnuPG is free software; you can redistribute it and/or modify diff --git a/mpi/longlong.h b/mpi/longlong.h index e36beae49..a47008ac7 100644 --- a/mpi/longlong.h +++ b/mpi/longlong.h @@ -1,7 +1,8 @@ /* longlong.h -- definitions for mixed size 32/64 bit arithmetic. - Note: I added some stuff for use with g10 + Note: I added some stuff for use with gnupg -Copyright (C) 1991, 1992, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1991, 1992, 1993, 1994, 1996, 1998, + 1999, 2000, 2001 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by diff --git a/mpi/mpi-add.c b/mpi/mpi-add.c index 3dd22eb0e..bbd1ac70e 100644 --- a/mpi/mpi-add.c +++ b/mpi/mpi-add.c @@ -1,5 +1,5 @@ /* mpi-add.c - MPI functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * Copyright (C) 1994, 1996 Free Software Foundation, Inc. * * This file is part of GnuPG. diff --git a/mpi/mpi-bit.c b/mpi/mpi-bit.c index f1eff8636..ade11afdc 100644 --- a/mpi/mpi-bit.c +++ b/mpi/mpi-bit.c @@ -1,5 +1,5 @@ /* mpi-bit.c - MPI bit level fucntions - * Copyright (C) 1998, 1999 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpi-cmp.c b/mpi/mpi-cmp.c index 2a6cdbf1c..c04710660 100644 --- a/mpi/mpi-cmp.c +++ b/mpi/mpi-cmp.c @@ -1,5 +1,5 @@ /* mpi-cmp.c - MPI functions - * Copyright (C) 1998, 1999 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpi-div.c b/mpi/mpi-div.c index 6e50456d4..926527644 100644 --- a/mpi/mpi-div.c +++ b/mpi/mpi-div.c @@ -1,5 +1,5 @@ /* mpi-div.c - MPI functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * Copyright (C) 1994, 1996 Free Software Foundation, Inc. * * This file is part of GnuPG. diff --git a/mpi/mpi-gcd.c b/mpi/mpi-gcd.c index 226faf15a..efd703b32 100644 --- a/mpi/mpi-gcd.c +++ b/mpi/mpi-gcd.c @@ -1,5 +1,5 @@ /* mpi-gcd.c - MPI functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpi-inline.c b/mpi/mpi-inline.c index 7a2e7a4fd..787d897dd 100644 --- a/mpi/mpi-inline.c +++ b/mpi/mpi-inline.c @@ -1,5 +1,5 @@ /* mpi-inline.c - * Copyright (C) 1999 Free Software Foundation, Inc. + * Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpi-inline.h b/mpi/mpi-inline.h index 8c7cedb60..3866f106b 100644 --- a/mpi/mpi-inline.h +++ b/mpi/mpi-inline.h @@ -1,5 +1,5 @@ /* mpi-inline.h - Internal to the Multi Precision Integers - * Copyright (C) 1998, 1999 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * Copyright (C) 1994, 1996 Free Software Foundation, Inc. * * This file is part of GnuPG. diff --git a/mpi/mpi-internal.h b/mpi/mpi-internal.h index 2b521c952..02169c2fc 100644 --- a/mpi/mpi-internal.h +++ b/mpi/mpi-internal.h @@ -1,5 +1,5 @@ /* mpi-internal.h - Internal to the Multi Precision Integers - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * Copyright (C) 1994, 1996 Free Software Foundation, Inc. * * This file is part of GnuPG. diff --git a/mpi/mpi-inv.c b/mpi/mpi-inv.c index 667571235..ad41cf2a5 100644 --- a/mpi/mpi-inv.c +++ b/mpi/mpi-inv.c @@ -1,5 +1,5 @@ /* mpi-inv.c - MPI functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpi-mpow.c b/mpi/mpi-mpow.c index 001802191..868a7995a 100644 --- a/mpi/mpi-mpow.c +++ b/mpi/mpi-mpow.c @@ -1,5 +1,5 @@ /* mpi-mpow.c - MPI functions - * Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpi-mul.c b/mpi/mpi-mul.c index e19ef5c6d..d94aca48d 100644 --- a/mpi/mpi-mul.c +++ b/mpi/mpi-mul.c @@ -1,5 +1,5 @@ /* mpi-mul.c - MPI functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * Copyright (C) 1994, 1996 Free Software Foundation, Inc. * * This file is part of GnuPG. diff --git a/mpi/mpi-pow.c b/mpi/mpi-pow.c index fbd2cb8ef..82617fbde 100644 --- a/mpi/mpi-pow.c +++ b/mpi/mpi-pow.c @@ -1,5 +1,5 @@ /* mpi-pow.c - MPI functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * Copyright (C) 1994, 1996, 2000 Free Software Foundation, Inc. * * This file is part of GnuPG. diff --git a/mpi/mpi-scan.c b/mpi/mpi-scan.c index ea5673f4f..abebe2208 100644 --- a/mpi/mpi-scan.c +++ b/mpi/mpi-scan.c @@ -1,5 +1,5 @@ /* mpi-scan.c - MPI functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpicoder.c b/mpi/mpicoder.c index dae6eb4e1..b3a62453c 100644 --- a/mpi/mpicoder.c +++ b/mpi/mpicoder.c @@ -1,5 +1,5 @@ /* mpicoder.c - Coder for the external representation of MPIs - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpih-cmp.c b/mpi/mpih-cmp.c index 9c9cb4a6c..143f87a85 100644 --- a/mpi/mpih-cmp.c +++ b/mpi/mpih-cmp.c @@ -1,5 +1,5 @@ /* mpihelp-sub.c - MPI helper functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * Copyright (C) 1994, 1996 Free Software Foundation, Inc. * * This file is part of GnuPG. diff --git a/mpi/mpih-div.c b/mpi/mpih-div.c index bb837208b..9205b51bc 100644 --- a/mpi/mpih-div.c +++ b/mpi/mpih-div.c @@ -1,5 +1,5 @@ /* mpihelp-div.c - MPI helper functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * Copyright (C) 1994, 1996 Free Software Foundation, Inc. * * This file is part of GnuPG. diff --git a/mpi/mpih-mul.c b/mpi/mpih-mul.c index e1bfef55b..e944eab04 100644 --- a/mpi/mpih-mul.c +++ b/mpi/mpih-mul.c @@ -1,5 +1,6 @@ /* mpihelp-mul.c - MPI helper functions - * Copyright (C) 1994, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. + * Copyright (C) 1994, 1996, 1998, 1999, + * 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/mpi/mpiutil.c b/mpi/mpiutil.c index 62cb882d6..da0c78480 100644 --- a/mpi/mpiutil.c +++ b/mpi/mpiutil.c @@ -1,5 +1,5 @@ /* mpiutil.ac - Utility functions for MPI - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * |