diff options
author | tege <tege@gmplib.org> | 2002-05-14 18:59:44 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2002-05-14 18:59:44 +0200 |
commit | d024a305ef7bae0e84fbae558381589ab8006b34 (patch) | |
tree | 14ba68798bae6dfc1204c98eec4a9843a8c9c725 /mpf/mul_2exp.c | |
parent | 8ff1ddeac009c1e5a290c78d384f54547d57e529 (diff) | |
download | gmp-d024a305ef7bae0e84fbae558381589ab8006b34.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpf/mul_2exp.c')
-rw-r--r-- | mpf/mul_2exp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/mul_2exp.c b/mpf/mul_2exp.c index 00f0e45e7..c9525412a 100644 --- a/mpf/mul_2exp.c +++ b/mpf/mul_2exp.c @@ -1,6 +1,6 @@ /* mpf_mul_2exp -- Multiply a float by 2^n. -Copyright 1993, 1994, 1996, 2000, 2001 Free Software Foundation, Inc. +Copyright 1993, 1994, 1996, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. |