diff options
Diffstat (limited to 'stdlib/lshift.c')
-rw-r--r-- | stdlib/lshift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/lshift.c b/stdlib/lshift.c index 54e8f4d3d2..61ae7a1f8b 100644 --- a/stdlib/lshift.c +++ b/stdlib/lshift.c @@ -1,6 +1,6 @@ /* mpn_lshift -- Shift left low level. -Copyright (C) 1991-2019 Free Software Foundation, Inc. +Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU MP Library. |