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 30fa7abcff..c8228f9aa6 100644 --- a/stdlib/lshift.c +++ b/stdlib/lshift.c @@ -1,6 +1,6 @@ /* mpn_lshift -- Shift left low level. -Copyright (C) 1991-2016 Free Software Foundation, Inc. +Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of the GNU MP Library. |