summaryrefslogtreecommitdiff
path: root/mpz/gcd.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-13 07:11:17 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-13 07:11:17 +0100
commitbcdf44083fb8fc53f17b445d419132ec67d47ae3 (patch)
treeb5158a811d781af98fdb98a34ea87d9a3e766836 /mpz/gcd.c
parent65297228a8f4a4fb163273b71a145e323b0b4878 (diff)
downloadgmp-bcdf44083fb8fc53f17b445d419132ec67d47ae3.tar.gz
Copyright year.
Diffstat (limited to 'mpz/gcd.c')
-rw-r--r--mpz/gcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpz/gcd.c b/mpz/gcd.c
index b7a804e2a..091879275 100644
--- a/mpz/gcd.c
+++ b/mpz/gcd.c
@@ -1,7 +1,7 @@
/* mpz/gcd.c: Calculate the greatest common divisor of two integers.
-Copyright 1991, 1993, 1994, 1996, 2000-2002, 2005, 2010 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2000-2002, 2005, 2010, 2015 Free
+Software Foundation, Inc.
This file is part of the GNU MP Library.