summaryrefslogtreecommitdiff
path: root/mpn/x86_64/bd1
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-11-28 16:50:42 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-11-28 16:50:42 +0100
commit5e84964c324f36844d7ab53bc556abdad19712c6 (patch)
treefa7d302d8d4cb0c507a646fd9907aee5a9ec6a1b /mpn/x86_64/bd1
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'mpn/x86_64/bd1')
-rw-r--r--mpn/x86_64/bd1/aorsmul_1.asm3
-rw-r--r--mpn/x86_64/bd1/gmp-mparam.h3
-rw-r--r--mpn/x86_64/bd1/hamdist.asm2
-rw-r--r--mpn/x86_64/bd1/mul_1.asm3
-rw-r--r--mpn/x86_64/bd1/mul_2.asm2
-rw-r--r--mpn/x86_64/bd1/mul_basecase.asm3
-rw-r--r--mpn/x86_64/bd1/popcount.asm2
7 files changed, 7 insertions, 11 deletions
diff --git a/mpn/x86_64/bd1/aorsmul_1.asm b/mpn/x86_64/bd1/aorsmul_1.asm
index 9cf5db962..47139e5a5 100644
--- a/mpn/x86_64/bd1/aorsmul_1.asm
+++ b/mpn/x86_64/bd1/aorsmul_1.asm
@@ -1,7 +1,6 @@
dnl AMD64 mpn_addmul_1 and mpn_submul_1 optimised for AMD Bulldozer.
-dnl Copyright 2003, 2004, 2005, 2007, 2008, 2011, 2012 Free Software
-dnl Foundation, Inc.
+dnl Copyright 2003-2005, 2007, 2008, 2011, 2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/x86_64/bd1/gmp-mparam.h b/mpn/x86_64/bd1/gmp-mparam.h
index c0b87d570..9e0f203b3 100644
--- a/mpn/x86_64/bd1/gmp-mparam.h
+++ b/mpn/x86_64/bd1/gmp-mparam.h
@@ -1,7 +1,6 @@
/* AMD Bulldozer-1 gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-2008, 2009, 2010, 2012 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 2000-2010, 2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/x86_64/bd1/hamdist.asm b/mpn/x86_64/bd1/hamdist.asm
index 9e35f2d6c..71ba5bbba 100644
--- a/mpn/x86_64/bd1/hamdist.asm
+++ b/mpn/x86_64/bd1/hamdist.asm
@@ -1,6 +1,6 @@
dnl AMD64 mpn_hamdist -- hamming distance.
-dnl Copyright 2008, 2010, 2011, 2012 Free Software Foundation, Inc.
+dnl Copyright 2008, 2010-2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/x86_64/bd1/mul_1.asm b/mpn/x86_64/bd1/mul_1.asm
index af281de1c..c975ce475 100644
--- a/mpn/x86_64/bd1/mul_1.asm
+++ b/mpn/x86_64/bd1/mul_1.asm
@@ -1,7 +1,6 @@
dnl AMD64 mpn_mul_1 optimised for AMD Bulldozer.
-dnl Copyright 2003, 2004, 2005, 2007, 2008, 2011, 2012, 2013 Free Software
-dnl Foundation, Inc.
+dnl Copyright 2003-2005, 2007, 2008, 2011-2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/x86_64/bd1/mul_2.asm b/mpn/x86_64/bd1/mul_2.asm
index ca629148e..7998f4072 100644
--- a/mpn/x86_64/bd1/mul_2.asm
+++ b/mpn/x86_64/bd1/mul_2.asm
@@ -2,7 +2,7 @@ dnl AMD64 mpn_mul_2 optimised for AMD Bulldozer.
dnl Contributed to the GNU project by Torbjörn Granlund.
-dnl Copyright 2008, 2011, 2012, 2013 Free Software Foundation, Inc.
+dnl Copyright 2008, 2011-2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/x86_64/bd1/mul_basecase.asm b/mpn/x86_64/bd1/mul_basecase.asm
index d7b643be7..687ce9801 100644
--- a/mpn/x86_64/bd1/mul_basecase.asm
+++ b/mpn/x86_64/bd1/mul_basecase.asm
@@ -2,8 +2,7 @@ dnl AMD64 mpn_mul_basecase optimised for AMD Bulldozer and Piledriver.
dnl Contributed to the GNU project by Torbjörn Granlund.
-dnl Copyright 2003, 2004, 2005, 2007, 2008, 2011, 2012, 2013 Free Software
-dnl Foundation, Inc.
+dnl Copyright 2003-2005, 2007, 2008, 2011-2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/x86_64/bd1/popcount.asm b/mpn/x86_64/bd1/popcount.asm
index c93c93ba5..60a09ad9b 100644
--- a/mpn/x86_64/bd1/popcount.asm
+++ b/mpn/x86_64/bd1/popcount.asm
@@ -1,6 +1,6 @@
dnl AMD64 mpn_popcount -- population count.
-dnl Copyright 2008, 2010, 2011, 2012 Free Software Foundation, Inc.
+dnl Copyright 2008, 2010-2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.