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