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 34dc87eee0..7989f33056 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-2023 Free Software Foundation, Inc. +Copyright (C) 1991-2024 Free Software Foundation, Inc. This file is part of the GNU MP Library. |