diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2012-11-20 23:12:51 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2012-11-20 23:12:51 +0100 |
commit | 8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778 (patch) | |
tree | c519d91aebfdecd7267c93a9a2d975b19af29995 /mpn/x86_64/aorsmul_1.asm | |
parent | 5c9b80d6146c5f57a51cceaeff7a1142c7ff9c61 (diff) | |
download | gmp-8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778.tar.gz |
Add copyright years.
Diffstat (limited to 'mpn/x86_64/aorsmul_1.asm')
-rw-r--r-- | mpn/x86_64/aorsmul_1.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpn/x86_64/aorsmul_1.asm b/mpn/x86_64/aorsmul_1.asm index d99fc29bc..08ae46c7f 100644 --- a/mpn/x86_64/aorsmul_1.asm +++ b/mpn/x86_64/aorsmul_1.asm @@ -1,6 +1,7 @@ dnl AMD64 mpn_addmul_1 and mpn_submul_1. -dnl Copyright 2003, 2004, 2005, 2007, 2008, 2011 Free Software Foundation, Inc. +dnl Copyright 2003, 2004, 2005, 2007, 2008, 2011, 2012 Free Software +dnl Foundation, Inc. dnl This file is part of the GNU MP Library. |