diff options
Diffstat (limited to 'stdlib/mul_n.c')
-rw-r--r-- | stdlib/mul_n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/mul_n.c b/stdlib/mul_n.c index a27ef6f58c..f48b2cfcbd 100644 --- a/stdlib/mul_n.c +++ b/stdlib/mul_n.c @@ -1,6 +1,6 @@ /* mpn_mul_n -- Multiply two natural numbers of length n. -Copyright (C) 1991-2014 Free Software Foundation, Inc. +Copyright (C) 1991-2015 Free Software Foundation, Inc. This file is part of the GNU MP Library. |