summaryrefslogtreecommitdiff
path: root/mpn/generic
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-12 23:50:26 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-12 23:50:26 +0200
commit230dc9eddf38868dd9dd99f814fa8778e253e53b (patch)
tree676a1fb15d206eeb916d7935d7b62123355b6c52 /mpn/generic
parent2c75e166b3af228c48f2d286bbc22f818ff632a9 (diff)
downloadgmp-230dc9eddf38868dd9dd99f814fa8778e253e53b.tar.gz
Add a copyright year.
Diffstat (limited to 'mpn/generic')
-rw-r--r--mpn/generic/divrem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpn/generic/divrem.c b/mpn/generic/divrem.c
index 6dabba103..e826a07f5 100644
--- a/mpn/generic/divrem.c
+++ b/mpn/generic/divrem.c
@@ -1,7 +1,8 @@
/* mpn_divrem_classic -- Divide natural numbers, producing both remainder and
quotient.
-Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.