summaryrefslogtreecommitdiff
path: root/mpz/abs.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-20 23:12:51 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-20 23:12:51 +0100
commit8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778 (patch)
treec519d91aebfdecd7267c93a9a2d975b19af29995 /mpz/abs.c
parent5c9b80d6146c5f57a51cceaeff7a1142c7ff9c61 (diff)
downloadgmp-8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778.tar.gz
Add copyright years.
Diffstat (limited to 'mpz/abs.c')
-rw-r--r--mpz/abs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/abs.c b/mpz/abs.c
index 7b8d2cb18..564dc3a5e 100644
--- a/mpz/abs.c
+++ b/mpz/abs.c
@@ -1,6 +1,6 @@
/* mpz_abs(dst, src) -- Assign the absolute value of SRC to DST.
-Copyright 1991, 1993, 1994, 1995, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1995, 2001, 2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.