diff options
author | tege <tege@gmplib.org> | 2001-01-02 09:51:16 +0100 |
---|---|---|
committer | tege <tege@gmplib.org> | 2001-01-02 09:51:16 +0100 |
commit | 9cc3e2f11acb1d339c0f5fb62d1083459fa24144 (patch) | |
tree | f387d9f0f3bc928828c2177cb26a9928a16bd3ac /mpf/sub_ui.c | |
parent | 885b7d9155acfc9524f34140b3da691b5bf1b31d (diff) | |
download | gmp-9cc3e2f11acb1d339c0f5fb62d1083459fa24144.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpf/sub_ui.c')
-rw-r--r-- | mpf/sub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/sub_ui.c b/mpf/sub_ui.c index 148139f4d..796ac7900 100644 --- a/mpf/sub_ui.c +++ b/mpf/sub_ui.c @@ -1,6 +1,6 @@ /* mpf_sub_ui -- Subtract an unsigned integer from a float. -Copyright 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright 1993, 1994, 1996, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. |