diff options
Diffstat (limited to 'stdlib/sub_n.c')
-rw-r--r-- | stdlib/sub_n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/sub_n.c b/stdlib/sub_n.c index be102662ce..7f429def89 100644 --- a/stdlib/sub_n.c +++ b/stdlib/sub_n.c @@ -1,6 +1,6 @@ /* mpn_sub_n -- Subtract two limb vectors of equal, non-zero length. -Copyright (C) 1992-2016 Free Software Foundation, Inc. +Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of the GNU MP Library. |