diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2010-01-05 03:05:51 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2010-01-05 03:05:51 +0100 |
commit | afcadb56dce6ad5fa9dd03b412e5474be89492e7 (patch) | |
tree | cdb7da40c2243794d22997299480ed72bb1eac9c /mpn/generic/toom8h_mul.c | |
parent | 07e986359123111c12fbbbe6b80b5cdca36fce1e (diff) | |
download | gmp-afcadb56dce6ad5fa9dd03b412e5474be89492e7.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpn/generic/toom8h_mul.c')
-rw-r--r-- | mpn/generic/toom8h_mul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/generic/toom8h_mul.c b/mpn/generic/toom8h_mul.c index 95a9d4607..d228c7854 100644 --- a/mpn/generic/toom8h_mul.c +++ b/mpn/generic/toom8h_mul.c @@ -6,7 +6,7 @@ SAFE TO REACH IT THROUGH DOCUMENTED INTERFACES. IN FACT, IT IS ALMOST GUARANTEED THAT IT WILL CHANGE OR DISAPPEAR IN A FUTURE GNU MP RELEASE. -Copyright 2009 Free Software Foundation, Inc. +Copyright 2009, 2010 Free Software Foundation, Inc. This file is part of the GNU MP Library. |