summaryrefslogtreecommitdiff
path: root/mpq/inv.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-01-02 09:51:16 +0100
committertege <tege@gmplib.org>2001-01-02 09:51:16 +0100
commit9cc3e2f11acb1d339c0f5fb62d1083459fa24144 (patch)
treef387d9f0f3bc928828c2177cb26a9928a16bd3ac /mpq/inv.c
parent885b7d9155acfc9524f34140b3da691b5bf1b31d (diff)
downloadgmp-9cc3e2f11acb1d339c0f5fb62d1083459fa24144.tar.gz
Add a copyright year.
Diffstat (limited to 'mpq/inv.c')
-rw-r--r--mpq/inv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpq/inv.c b/mpq/inv.c
index e7ee32b54..d878bb61c 100644
--- a/mpq/inv.c
+++ b/mpq/inv.c
@@ -1,7 +1,7 @@
/* mpq_inv(dest,src) -- invert a rational number, i.e. set DEST to SRC
with the numerator and denominator swapped.
-Copyright 1991, 1994, 1995, 2000 Free Software Foundation, Inc.
+Copyright 1991, 1994, 1995, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.