summaryrefslogtreecommitdiff
path: root/mpq/cmp.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2005-11-01 00:20:34 +0100
committertege <tege@gmplib.org>2005-11-01 00:20:34 +0100
commit9f9e94507cef689067411684ac7eed4c76d58f53 (patch)
tree6696a0e096595ee2452c0cd28f1e58d09afb617a /mpq/cmp.c
parenta6f4d0b7bd8fb555d493a9a6f2d44e0eb06ca3be (diff)
downloadgmp-9f9e94507cef689067411684ac7eed4c76d58f53.tar.gz
Add a copyright year.
Diffstat (limited to 'mpq/cmp.c')
-rw-r--r--mpq/cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpq/cmp.c b/mpq/cmp.c
index 56a33111f..e3d318c39 100644
--- a/mpq/cmp.c
+++ b/mpq/cmp.c
@@ -1,7 +1,7 @@
/* mpq_cmp(u,v) -- Compare U, V. Return positive, zero, or negative
based on if U > V, U == V, or U < V.
-Copyright 1991, 1994, 1996, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1991, 1994, 1996, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of the GNU MP Library.