summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-02-08 22:42:01 +0100
committerKevin Ryde <user42@zip.com.au>2001-02-08 22:42:01 +0100
commitde31942dc017a7816b2630278271c97f5df59938 (patch)
tree730223545aa9d72eb14886e2ffa3b7d72b49a959 /mpn
parent2d1b34d19f6b11bcc1d165d3eb8c575360f66015 (diff)
downloadgmp-de31942dc017a7816b2630278271c97f5df59938.tar.gz
Add a copyright year.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/alpha/ev5/gmp-mparam.h2
-rw-r--r--mpn/ia64/popcount.asm2
-rw-r--r--mpn/powerpc64/addmul_1.asm2
-rw-r--r--mpn/powerpc64/mul_1.asm2
-rw-r--r--mpn/powerpc64/submul_1.asm2
-rw-r--r--mpn/x86/divrem_1.asm2
6 files changed, 6 insertions, 6 deletions
diff --git a/mpn/alpha/ev5/gmp-mparam.h b/mpn/alpha/ev5/gmp-mparam.h
index af4b2a42a..b4a81b083 100644
--- a/mpn/alpha/ev5/gmp-mparam.h
+++ b/mpn/alpha/ev5/gmp-mparam.h
@@ -1,6 +1,6 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/ia64/popcount.asm b/mpn/ia64/popcount.asm
index 375ca7924..8f6b7f6ce 100644
--- a/mpn/ia64/popcount.asm
+++ b/mpn/ia64/popcount.asm
@@ -1,6 +1,6 @@
dnl IA-64 mpn_popcount.
-dnl Copyright (C) 2000 Free Software Foundation, Inc.
+dnl Copyright 2000, 2001 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/powerpc64/addmul_1.asm b/mpn/powerpc64/addmul_1.asm
index 4a7354106..153608638 100644
--- a/mpn/powerpc64/addmul_1.asm
+++ b/mpn/powerpc64/addmul_1.asm
@@ -1,7 +1,7 @@
# PowerPC-64 mpn_addmul_1 -- Multiply a limb vector with a limb and add
# the result to a second limb vector.
-# Copyright 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/powerpc64/mul_1.asm b/mpn/powerpc64/mul_1.asm
index 06d2ef46c..1cd1c2a0c 100644
--- a/mpn/powerpc64/mul_1.asm
+++ b/mpn/powerpc64/mul_1.asm
@@ -1,7 +1,7 @@
# PowerPC-64 mpn_mul_1 -- Multiply a limb vector with a limb and store
# the result in a second limb vector.
-# Copyright 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/powerpc64/submul_1.asm b/mpn/powerpc64/submul_1.asm
index eec266e01..2891bca12 100644
--- a/mpn/powerpc64/submul_1.asm
+++ b/mpn/powerpc64/submul_1.asm
@@ -1,7 +1,7 @@
# PowerPC-64 mpn_submul_1 -- Multiply a limb vector with a limb and subtract
# the result from a second limb vector.
-# Copyright 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/x86/divrem_1.asm b/mpn/x86/divrem_1.asm
index 8354da090..9bf7dfb70 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 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl