diff options
Diffstat (limited to 'stdlib/mul.c')
-rw-r--r-- | stdlib/mul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/mul.c b/stdlib/mul.c index e6aceb200e..57b9349e96 100644 --- a/stdlib/mul.c +++ b/stdlib/mul.c @@ -1,6 +1,6 @@ /* mpn_mul -- Multiply two natural numbers. -Copyright (C) 1991-2018 Free Software Foundation, Inc. +Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of the GNU MP Library. |