summaryrefslogtreecommitdiff
path: root/mpn/x86_64/aorsmul_1.asm
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-20 23:12:51 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-20 23:12:51 +0100
commit8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778 (patch)
treec519d91aebfdecd7267c93a9a2d975b19af29995 /mpn/x86_64/aorsmul_1.asm
parent5c9b80d6146c5f57a51cceaeff7a1142c7ff9c61 (diff)
downloadgmp-8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778.tar.gz
Add copyright years.
Diffstat (limited to 'mpn/x86_64/aorsmul_1.asm')
-rw-r--r--mpn/x86_64/aorsmul_1.asm3
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.