diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-10-15 01:17:31 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-10-15 01:17:31 +0200 |
commit | 4295e0de0ab58fc78675ddcbd999582490c33900 (patch) | |
tree | 8055aa9cf46f40e551a7e45f829ae67f2453e46a /mpn/x86 | |
parent | a8b5d954bab1bd5df4094ccffe39544c4dd2c469 (diff) | |
download | gmp-4295e0de0ab58fc78675ddcbd999582490c33900.tar.gz |
Copyright (C) -> Copyright.
Diffstat (limited to 'mpn/x86')
69 files changed, 69 insertions, 69 deletions
diff --git a/mpn/x86/addsub_n.S b/mpn/x86/addsub_n.S index fe6f648f5..fa62e9a40 100644 --- a/mpn/x86/addsub_n.S +++ b/mpn/x86/addsub_n.S @@ -1,7 +1,7 @@ /* Currently not working and not used. */ /* -Copyright (C) 1999 Free Software Foundation, Inc. +Copyright 1999 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpn/x86/aors_n.asm b/mpn/x86/aors_n.asm index 56a2b8678..72713aece 100644 --- a/mpn/x86/aors_n.asm +++ b/mpn/x86/aors_n.asm @@ -1,6 +1,6 @@ dnl x86 mpn_add_n/mpn_sub_n -- mpn addition and subtraction. -dnl Copyright (C) 1992, 1994, 1995, 1996, 1999, 2000 Free Software +dnl Copyright 1992, 1994, 1995, 1996, 1999, 2000 Free Software dnl Foundation, Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/aorsmul_1.asm b/mpn/x86/aorsmul_1.asm index f32ad8398..cbff2c4d1 100644 --- a/mpn/x86/aorsmul_1.asm +++ b/mpn/x86/aorsmul_1.asm @@ -2,7 +2,7 @@ dnl x86 __gmpn_addmul_1 (for 386 and 486) -- Multiply a limb vector with a dnl limb and add the result to a second limb vector. -dnl Copyright (C) 1992, 1994, 1997, 1999, 2000 Free Software Foundation, +dnl Copyright 1992, 1994, 1997, 1999, 2000 Free Software Foundation, dnl Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/copyd.asm b/mpn/x86/copyd.asm index 3d669b18a..7c6676d7c 100644 --- a/mpn/x86/copyd.asm +++ b/mpn/x86/copyd.asm @@ -3,7 +3,7 @@ dnl dnl Future: On P6 an MMX loop should be able to go faster than this code. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/copyi.asm b/mpn/x86/copyi.asm index 4b4e471a8..fd8f6aa91 100644 --- a/mpn/x86/copyi.asm +++ b/mpn/x86/copyi.asm @@ -1,7 +1,7 @@ dnl x86 mpn_copyi -- copy limb vector, incrementing. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/diveby3.asm b/mpn/x86/diveby3.asm index 0f7959e80..2e19df7dd 100644 --- a/mpn/x86/diveby3.asm +++ b/mpn/x86/diveby3.asm @@ -1,7 +1,7 @@ dnl x86 mpn_divexact_by3 -- mpn division by 3, expecting no remainder. -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/divrem_1.asm b/mpn/x86/divrem_1.asm index a967aa4ff..107f3d767 100644 --- a/mpn/x86/divrem_1.asm +++ b/mpn/x86/divrem_1.asm @@ -1,6 +1,6 @@ dnl x86 mpn_divrem_1 -- mpn by limb division extending to fractional quotient. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/aors_n.asm b/mpn/x86/k6/aors_n.asm index f0ce5a0d1..3f26fad1d 100644 --- a/mpn/x86/k6/aors_n.asm +++ b/mpn/x86/k6/aors_n.asm @@ -3,7 +3,7 @@ dnl dnl K6: normal 3.25 cycles/limb, in-place 2.75 cycles/limb. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/aorsmul_1.asm b/mpn/x86/k6/aorsmul_1.asm index 6e93acdb6..741c5ba40 100644 --- a/mpn/x86/k6/aorsmul_1.asm +++ b/mpn/x86/k6/aorsmul_1.asm @@ -4,7 +4,7 @@ dnl K6: 7.65 to 8.5 cycles/limb (at 16 limbs/loop and depending on the data), dnl PIC adds about 6 cycles at the start. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/cross.pl b/mpn/x86/k6/cross.pl index 21734f3e5..718da29e0 100755 --- a/mpn/x86/k6/cross.pl +++ b/mpn/x86/k6/cross.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright 2000 Free Software Foundation, Inc. # # This file is part of the GNU MP Library. # diff --git a/mpn/x86/k6/diveby3.asm b/mpn/x86/k6/diveby3.asm index b6e869cb3..3ce52319f 100644 --- a/mpn/x86/k6/diveby3.asm +++ b/mpn/x86/k6/diveby3.asm @@ -3,7 +3,7 @@ dnl dnl K6: 11.0 cycles/limb -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/gmp-mparam.h b/mpn/x86/k6/gmp-mparam.h index 91aeec5e1..d6f540ad4 100644 --- a/mpn/x86/k6/gmp-mparam.h +++ b/mpn/x86/k6/gmp-mparam.h @@ -1,6 +1,6 @@ /* AMD K6 gmp-mparam.h -- Compiler/machine parameter header file. -Copyright (C) 1991, 1993, 1994, 2000 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpn/x86/k6/k62mmx/copyd.asm b/mpn/x86/k6/k62mmx/copyd.asm index 2220af2b1..4a28d322f 100644 --- a/mpn/x86/k6/k62mmx/copyd.asm +++ b/mpn/x86/k6/k62mmx/copyd.asm @@ -4,7 +4,7 @@ dnl K6-2: 0.56 or 1.0 cycles/limb (at 32 limbs/loop), depending on data dnl alignment. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/k62mmx/copyi.asm b/mpn/x86/k6/k62mmx/copyi.asm index d6f00c5a8..97c8519a5 100644 --- a/mpn/x86/k6/k62mmx/copyi.asm +++ b/mpn/x86/k6/k62mmx/copyi.asm @@ -4,7 +4,7 @@ dnl K6-2: 0.56 or 1.0 cycles/limb (at 32 limbs/loop), depending on data dnl alignment. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/k62mmx/lshift.asm b/mpn/x86/k6/k62mmx/lshift.asm index 087cc6787..34fde7c99 100644 --- a/mpn/x86/k6/k62mmx/lshift.asm +++ b/mpn/x86/k6/k62mmx/lshift.asm @@ -3,7 +3,7 @@ dnl dnl K6-2: 1.75 cycles/limb -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/k62mmx/rshift.asm b/mpn/x86/k6/k62mmx/rshift.asm index 2f41e9a10..f47510bc6 100644 --- a/mpn/x86/k6/k62mmx/rshift.asm +++ b/mpn/x86/k6/k62mmx/rshift.asm @@ -3,7 +3,7 @@ dnl dnl K6-2: 1.75 cycles/limb -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/mmx/com_n.asm b/mpn/x86/k6/mmx/com_n.asm index c387e140c..d33e1a832 100644 --- a/mpn/x86/k6/mmx/com_n.asm +++ b/mpn/x86/k6/mmx/com_n.asm @@ -6,7 +6,7 @@ dnl K6-2 1.0 1.18 1.18 1.18 cycles/limb dnl K6 1.5 1.85 1.75 1.85 -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/mmx/logops_n.asm b/mpn/x86/k6/mmx/logops_n.asm index b83c806e3..ff1e07e02 100644 --- a/mpn/x86/k6/mmx/logops_n.asm +++ b/mpn/x86/k6/mmx/logops_n.asm @@ -13,7 +13,7 @@ dnl K6 2.0 2.0 2.25 2.25 2.25 2.25 2.0 2.0 iorn,xnor dnl K6 2.0 2.25 2.25 2.25 2.25 2.25 2.25 2.0 nand,nior -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/mmx/lshift.asm b/mpn/x86/k6/mmx/lshift.asm index 4b6f71918..8331849ad 100644 --- a/mpn/x86/k6/mmx/lshift.asm +++ b/mpn/x86/k6/mmx/lshift.asm @@ -3,7 +3,7 @@ dnl dnl K6: 3.0 cycles/limb -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/mmx/popham.asm b/mpn/x86/k6/mmx/popham.asm index 9939d5bea..f593401b3 100644 --- a/mpn/x86/k6/mmx/popham.asm +++ b/mpn/x86/k6/mmx/popham.asm @@ -6,7 +6,7 @@ dnl K6-2: 9.0 11.5 cycles/limb dnl K6: 12.5 13.0 -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/mmx/rshift.asm b/mpn/x86/k6/mmx/rshift.asm index 5aa8cccf1..cab88562f 100644 --- a/mpn/x86/k6/mmx/rshift.asm +++ b/mpn/x86/k6/mmx/rshift.asm @@ -3,7 +3,7 @@ dnl dnl K6: 3.0 cycles/limb -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/mul_1.asm b/mpn/x86/k6/mul_1.asm index 8f60f6b21..c5f2d6def 100644 --- a/mpn/x86/k6/mul_1.asm +++ b/mpn/x86/k6/mul_1.asm @@ -3,7 +3,7 @@ dnl dnl K6: 6.25 cycles/limb. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/mul_basecase.asm b/mpn/x86/k6/mul_basecase.asm index 1aaed0e5f..fc851ec67 100644 --- a/mpn/x86/k6/mul_basecase.asm +++ b/mpn/x86/k6/mul_basecase.asm @@ -4,7 +4,7 @@ dnl K6: approx 9.0 cycles per cross product on 30x30 limbs (with 16 limbs/loop dnl unrolling). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k6/sqr_basecase.asm b/mpn/x86/k6/sqr_basecase.asm index aa5d0295b..ebed05c7c 100644 --- a/mpn/x86/k6/sqr_basecase.asm +++ b/mpn/x86/k6/sqr_basecase.asm @@ -5,7 +5,7 @@ dnl product (measured on the speed difference between 17 and 33 limbs, dnl which is roughly the Karatsuba recursing range). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/aors_n.asm b/mpn/x86/k7/aors_n.asm index 3839602d2..3658fd561 100644 --- a/mpn/x86/k7/aors_n.asm +++ b/mpn/x86/k7/aors_n.asm @@ -3,7 +3,7 @@ dnl dnl K7: 1.64 cycles/limb (at 16 limb/loop). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/aorsmul_1.asm b/mpn/x86/k7/aorsmul_1.asm index fe2bc89c5..a3ff1c2c9 100644 --- a/mpn/x86/k7/aorsmul_1.asm +++ b/mpn/x86/k7/aorsmul_1.asm @@ -6,7 +6,7 @@ dnl Future: It should be possible to avoid the separate mul after the dnl unrolled loop by moving the movl/adcl to the top. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/diveby3.asm b/mpn/x86/k7/diveby3.asm index 87553cede..9414119a4 100644 --- a/mpn/x86/k7/diveby3.asm +++ b/mpn/x86/k7/diveby3.asm @@ -3,7 +3,7 @@ dnl dnl K7: 8.0 cycles/limb -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/gmp-mparam.h b/mpn/x86/k7/gmp-mparam.h index 61394449e..25733044f 100644 --- a/mpn/x86/k7/gmp-mparam.h +++ b/mpn/x86/k7/gmp-mparam.h @@ -1,6 +1,6 @@ /* AMD K7 gmp-mparam.h -- Compiler/machine parameter header file. -Copyright (C) 1991, 1993, 1994, 2000 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpn/x86/k7/mmx/copyd.asm b/mpn/x86/k7/mmx/copyd.asm index cd46671f1..33332c607 100644 --- a/mpn/x86/k7/mmx/copyd.asm +++ b/mpn/x86/k7/mmx/copyd.asm @@ -5,7 +5,7 @@ dnl A/A A/N N/A N/N dnl K7 0.75 1.0 1.0 0.75 -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/mmx/copyi.asm b/mpn/x86/k7/mmx/copyi.asm index 753c66683..5d774f9e2 100644 --- a/mpn/x86/k7/mmx/copyi.asm +++ b/mpn/x86/k7/mmx/copyi.asm @@ -5,7 +5,7 @@ dnl A/A A/N N/A N/N dnl K7 0.75 1.0 1.0 0.75 -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/mmx/divrem_1.asm b/mpn/x86/k7/mmx/divrem_1.asm index 8c30ab656..4259a2d8a 100644 --- a/mpn/x86/k7/mmx/divrem_1.asm +++ b/mpn/x86/k7/mmx/divrem_1.asm @@ -3,7 +3,7 @@ dnl dnl K7: 17.0 cycles/limb integer part, 15.0 cycles/limb fraction part. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/mmx/lshift.asm b/mpn/x86/k7/mmx/lshift.asm index dae1e348f..7aec6d599 100644 --- a/mpn/x86/k7/mmx/lshift.asm +++ b/mpn/x86/k7/mmx/lshift.asm @@ -3,7 +3,7 @@ dnl dnl K7: 1.21 cycles/limb (at 16 limbs/loop). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/mmx/mod_1.asm b/mpn/x86/k7/mmx/mod_1.asm index 2ca19bef1..b37b5fba6 100644 --- a/mpn/x86/k7/mmx/mod_1.asm +++ b/mpn/x86/k7/mmx/mod_1.asm @@ -3,7 +3,7 @@ dnl dnl K7: 17.0 cycles/limb. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/mmx/popham.asm b/mpn/x86/k7/mmx/popham.asm index c07cbbc59..aa45aec1f 100644 --- a/mpn/x86/k7/mmx/popham.asm +++ b/mpn/x86/k7/mmx/popham.asm @@ -4,7 +4,7 @@ dnl dnl K7: popcount 5.0 cycles/limb, hamdist 6.0 cycles/limb -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/mmx/rshift.asm b/mpn/x86/k7/mmx/rshift.asm index 6524ab1d5..c00a4e1de 100644 --- a/mpn/x86/k7/mmx/rshift.asm +++ b/mpn/x86/k7/mmx/rshift.asm @@ -3,7 +3,7 @@ dnl dnl K7: 1.21 cycles/limb (at 16 limbs/loop). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/mul_1.asm b/mpn/x86/k7/mul_1.asm index 62fc13d63..cf83b00cb 100644 --- a/mpn/x86/k7/mul_1.asm +++ b/mpn/x86/k7/mul_1.asm @@ -3,7 +3,7 @@ dnl dnl K7: 3.4 cycles/limb (at 16 limbs/loop). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/mul_basecase.asm b/mpn/x86/k7/mul_basecase.asm index dec6ced54..309bbcdaa 100644 --- a/mpn/x86/k7/mul_basecase.asm +++ b/mpn/x86/k7/mul_basecase.asm @@ -4,7 +4,7 @@ dnl K7: approx 4.42 cycles per cross product at around 20x20 limbs (16 dnl limbs/loop unrolling). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/k7/sqr_basecase.asm b/mpn/x86/k7/sqr_basecase.asm index 7d9adedfb..2eb8ac3ff 100644 --- a/mpn/x86/k7/sqr_basecase.asm +++ b/mpn/x86/k7/sqr_basecase.asm @@ -5,7 +5,7 @@ dnl (measured on the speed difference between 25 and 50 limbs, which is dnl roughly the Karatsuba recursing range). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/lshift.asm b/mpn/x86/lshift.asm index 29395a109..34e37189b 100644 --- a/mpn/x86/lshift.asm +++ b/mpn/x86/lshift.asm @@ -1,6 +1,6 @@ dnl x86 mpn_lshift -- mpn left shift. -dnl Copyright (C) 1992, 1994, 1996, 1999, 2000 Free Software Foundation, +dnl Copyright 1992, 1994, 1996, 1999, 2000 Free Software Foundation, dnl Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/mod_1.asm b/mpn/x86/mod_1.asm index 5b29c774c..bbd770ab0 100644 --- a/mpn/x86/mod_1.asm +++ b/mpn/x86/mod_1.asm @@ -1,7 +1,7 @@ dnl x86 mpn_mod_1 -- mpn by limb remainder. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/mul_1.asm b/mpn/x86/mul_1.asm index 8817f291b..775128794 100644 --- a/mpn/x86/mul_1.asm +++ b/mpn/x86/mul_1.asm @@ -13,7 +13,7 @@ dnl K6: 10.5 dnl K7: 4.5 -dnl Copyright (C) 1992, 1994, 1997, 1998, 1999, 2000 Free Software +dnl Copyright 1992, 1994, 1997, 1998, 1999, 2000 Free Software dnl Foundation, Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/mul_basecase.asm b/mpn/x86/mul_basecase.asm index 0f4a1f5d3..d361d83b2 100644 --- a/mpn/x86/mul_basecase.asm +++ b/mpn/x86/mul_basecase.asm @@ -2,7 +2,7 @@ dnl x86 mpn_mul_basecase -- Multiply two limb vectors and store the result dnl in a third limb vector. -dnl Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, +dnl Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, dnl Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/p6/aorsmul_1.asm b/mpn/x86/p6/aorsmul_1.asm index 518887f50..25a053aa4 100644 --- a/mpn/x86/p6/aorsmul_1.asm +++ b/mpn/x86/p6/aorsmul_1.asm @@ -3,7 +3,7 @@ dnl dnl P6: 6.35 cycles/limb (at 16 limbs/loop). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/p6/diveby3.asm b/mpn/x86/p6/diveby3.asm index a77703ea8..e5abbe905 100644 --- a/mpn/x86/p6/diveby3.asm +++ b/mpn/x86/p6/diveby3.asm @@ -3,7 +3,7 @@ dnl dnl P6: 8.5 cycles/limb -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/p6/gmp-mparam.h b/mpn/x86/p6/gmp-mparam.h index 4f445f74b..6d0bbcf19 100644 --- a/mpn/x86/p6/gmp-mparam.h +++ b/mpn/x86/p6/gmp-mparam.h @@ -1,6 +1,6 @@ /* Intel P6 gmp-mparam.h -- Compiler/machine parameter header file. -Copyright (C) 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpn/x86/p6/mmx/divrem_1.asm b/mpn/x86/p6/mmx/divrem_1.asm index 66d432688..a438ee724 100644 --- a/mpn/x86/p6/mmx/divrem_1.asm +++ b/mpn/x86/p6/mmx/divrem_1.asm @@ -3,7 +3,7 @@ dnl dnl P6MMX: 25.0 cycles/limb integer part, 17.5 cycles/limb fraction part. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/p6/mmx/mod_1.asm b/mpn/x86/p6/mmx/mod_1.asm index 33d76a47b..b16aa5196 100644 --- a/mpn/x86/p6/mmx/mod_1.asm +++ b/mpn/x86/p6/mmx/mod_1.asm @@ -3,7 +3,7 @@ dnl dnl P6MMX: 24.0 cycles/limb. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/p6/mmx/popham.asm b/mpn/x86/p6/mmx/popham.asm index 50f9a1121..e00a8fada 100644 --- a/mpn/x86/p6/mmx/popham.asm +++ b/mpn/x86/p6/mmx/popham.asm @@ -5,7 +5,7 @@ dnl P6MMX: popcount 11 cycles/limb (approx), hamdist 11.5 cycles/limb dnl (approx) -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/p6/p3mmx/popham.asm b/mpn/x86/p6/p3mmx/popham.asm index e63fbf334..a19ec840c 100644 --- a/mpn/x86/p6/p3mmx/popham.asm +++ b/mpn/x86/p6/p3mmx/popham.asm @@ -1,7 +1,7 @@ dnl Intel Pentium-III mpn_popcount, mpn_hamdist -- population count and dnl hamming distance. -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/p6/sqr_basecase.asm b/mpn/x86/p6/sqr_basecase.asm index cd3862c03..a3f7887ca 100644 --- a/mpn/x86/p6/sqr_basecase.asm +++ b/mpn/x86/p6/sqr_basecase.asm @@ -5,7 +5,7 @@ dnl product (measured on the speed difference between 20 and 40 limbs, dnl which is the Karatsuba recursing range). -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/pentium/aors_n.asm b/mpn/x86/pentium/aors_n.asm index 26ae1f07b..f19da9c67 100644 --- a/mpn/x86/pentium/aors_n.asm +++ b/mpn/x86/pentium/aors_n.asm @@ -3,7 +3,7 @@ dnl dnl P5: 2.375 cycles/limb -dnl Copyright (C) 1992, 1994, 1995, 1996, 1999, 2000 Free Software +dnl Copyright 1992, 1994, 1995, 1996, 1999, 2000 Free Software dnl Foundation, Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/pentium/aorsmul_1.asm b/mpn/x86/pentium/aorsmul_1.asm index 90bd8fe45..96096a332 100644 --- a/mpn/x86/pentium/aorsmul_1.asm +++ b/mpn/x86/pentium/aorsmul_1.asm @@ -3,7 +3,7 @@ dnl dnl P5: 14.0 cycles/limb -dnl Copyright (C) 1992, 1994, 1996, 1999, 2000 Free Software Foundation, +dnl Copyright 1992, 1994, 1996, 1999, 2000 Free Software Foundation, dnl Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/pentium/com_n.asm b/mpn/x86/pentium/com_n.asm index d634fb887..bd2bd2c14 100644 --- a/mpn/x86/pentium/com_n.asm +++ b/mpn/x86/pentium/com_n.asm @@ -3,7 +3,7 @@ dnl dnl P5: 2.0 cycles/limb -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/pentium/diveby3.asm b/mpn/x86/pentium/diveby3.asm index 42fbe8999..8ab098602 100644 --- a/mpn/x86/pentium/diveby3.asm +++ b/mpn/x86/pentium/diveby3.asm @@ -3,7 +3,7 @@ dnl dnl P5: 15.0 cycles/limb -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/pentium/gmp-mparam.h b/mpn/x86/pentium/gmp-mparam.h index b5c503639..bf973e3dc 100644 --- a/mpn/x86/pentium/gmp-mparam.h +++ b/mpn/x86/pentium/gmp-mparam.h @@ -1,6 +1,6 @@ /* Intel P54 gmp-mparam.h -- Compiler/machine parameter header file. -Copyright (C) 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpn/x86/pentium/lshift.asm b/mpn/x86/pentium/lshift.asm index 37582281e..a576526d7 100644 --- a/mpn/x86/pentium/lshift.asm +++ b/mpn/x86/pentium/lshift.asm @@ -5,7 +5,7 @@ dnl P5,P54: 6.0 dnl P55: 5.375 -dnl Copyright (C) 1992, 1994, 1995, 1996, 1999, 2000 Free Software +dnl Copyright 1992, 1994, 1995, 1996, 1999, 2000 Free Software dnl Foundation, Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/pentium/mmx/gmp-mparam.h b/mpn/x86/pentium/mmx/gmp-mparam.h index 3acb036c4..161678476 100644 --- a/mpn/x86/pentium/mmx/gmp-mparam.h +++ b/mpn/x86/pentium/mmx/gmp-mparam.h @@ -1,6 +1,6 @@ /* Intel P55 gmp-mparam.h -- Compiler/machine parameter header file. -Copyright (C) 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpn/x86/pentium/mmx/lshift.asm b/mpn/x86/pentium/mmx/lshift.asm index f2d0c1ff9..97d9e8dbf 100644 --- a/mpn/x86/pentium/mmx/lshift.asm +++ b/mpn/x86/pentium/mmx/lshift.asm @@ -3,7 +3,7 @@ dnl dnl P5: 1.75 cycles/limb. -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/pentium/mmx/popham.asm b/mpn/x86/pentium/mmx/popham.asm index 587a07ab3..7e15f49b5 100644 --- a/mpn/x86/pentium/mmx/popham.asm +++ b/mpn/x86/pentium/mmx/popham.asm @@ -4,7 +4,7 @@ dnl dnl P55: popcount 11.5 cycles/limb, hamdist 12.0 cycles/limb -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/pentium/mmx/rshift.asm b/mpn/x86/pentium/mmx/rshift.asm index c4774f798..8b03d5811 100644 --- a/mpn/x86/pentium/mmx/rshift.asm +++ b/mpn/x86/pentium/mmx/rshift.asm @@ -3,7 +3,7 @@ dnl dnl P5: 1.75 cycles/limb. -dnl Copyright (C) 2000 Free Software Foundation, Inc. +dnl Copyright 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/pentium/mul_1.asm b/mpn/x86/pentium/mul_1.asm index 752199014..41b174e58 100644 --- a/mpn/x86/pentium/mul_1.asm +++ b/mpn/x86/pentium/mul_1.asm @@ -2,7 +2,7 @@ dnl Intel Pentium mpn_mul_1 -- mpn by limb multiplication. dnl dnl P5: 13.0 cycles/limb -dnl Copyright (C) 1992, 1994, 1996, 1999, 2000 Free Software Foundation, +dnl Copyright 1992, 1994, 1996, 1999, 2000 Free Software Foundation, dnl Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/pentium/mul_basecase.asm b/mpn/x86/pentium/mul_basecase.asm index 90396f2fd..38a4bcadc 100644 --- a/mpn/x86/pentium/mul_basecase.asm +++ b/mpn/x86/pentium/mul_basecase.asm @@ -3,7 +3,7 @@ dnl dnl P5: 14.2 cycles/crossproduct (approx) -dnl Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/pentium/rshift.asm b/mpn/x86/pentium/rshift.asm index 10a4789d0..c50f2f924 100644 --- a/mpn/x86/pentium/rshift.asm +++ b/mpn/x86/pentium/rshift.asm @@ -5,7 +5,7 @@ dnl P5,P54: 6.0 dnl P55: 5.375 -dnl Copyright (C) 1992, 1994, 1995, 1996, 1999, 2000 Free Software +dnl Copyright 1992, 1994, 1995, 1996, 1999, 2000 Free Software dnl Foundation, Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/pentium/sqr_basecase.asm b/mpn/x86/pentium/sqr_basecase.asm index 62533920c..44bbcb139 100644 --- a/mpn/x86/pentium/sqr_basecase.asm +++ b/mpn/x86/pentium/sqr_basecase.asm @@ -4,7 +4,7 @@ dnl P5: approx 8 cycles per crossproduct, or 15.5 cycles per triangular dnl product at around 20x20 limbs. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/rshift.asm b/mpn/x86/rshift.asm index 6597c85d9..1e1d7cb43 100644 --- a/mpn/x86/rshift.asm +++ b/mpn/x86/rshift.asm @@ -1,6 +1,6 @@ dnl x86 mpn_rshift -- mpn right shift. -dnl Copyright (C) 1992, 1994, 1996, 1999, 2000 Free Software Foundation, +dnl Copyright 1992, 1994, 1996, 1999, 2000 Free Software Foundation, dnl Inc. dnl dnl This file is part of the GNU MP Library. diff --git a/mpn/x86/t-zdisp.sh b/mpn/x86/t-zdisp.sh index 9153bbda2..c760921d2 100755 --- a/mpn/x86/t-zdisp.sh +++ b/mpn/x86/t-zdisp.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright 2000 Free Software Foundation, Inc. # # This file is part of the GNU MP Library. # diff --git a/mpn/x86/udiv.asm b/mpn/x86/udiv.asm index 9fe022b10..d16bd6ccb 100644 --- a/mpn/x86/udiv.asm +++ b/mpn/x86/udiv.asm @@ -1,6 +1,6 @@ dnl x86 mpn_udiv_qrnnd -- 2 by 1 limb division -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/umul.asm b/mpn/x86/umul.asm index 3d289d178..eb5d00927 100644 --- a/mpn/x86/umul.asm +++ b/mpn/x86/umul.asm @@ -1,6 +1,6 @@ dnl mpn_umul_ppmm -- 1x1->2 limb multiplication -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl diff --git a/mpn/x86/x86-defs.m4 b/mpn/x86/x86-defs.m4 index 19b2f472b..1ade0bcea 100644 --- a/mpn/x86/x86-defs.m4 +++ b/mpn/x86/x86-defs.m4 @@ -3,7 +3,7 @@ divert(-1) dnl m4 macros for x86 assembler. -dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl |