diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2013-11-28 16:50:42 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2013-11-28 16:50:42 +0100 |
commit | 5e84964c324f36844d7ab53bc556abdad19712c6 (patch) | |
tree | fa7d302d8d4cb0c507a646fd9907aee5a9ec6a1b /mpn/x86_64/pentium4 | |
parent | 8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff) | |
download | gmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz |
Collapse copyright years.
Diffstat (limited to 'mpn/x86_64/pentium4')
-rw-r--r-- | mpn/x86_64/pentium4/aors_n.asm | 2 | ||||
-rw-r--r-- | mpn/x86_64/pentium4/aorslsh1_n.asm | 2 | ||||
-rw-r--r-- | mpn/x86_64/pentium4/aorslsh2_n.asm | 2 | ||||
-rw-r--r-- | mpn/x86_64/pentium4/aorslshC_n.asm | 2 | ||||
-rw-r--r-- | mpn/x86_64/pentium4/gmp-mparam.h | 3 | ||||
-rw-r--r-- | mpn/x86_64/pentium4/mod_34lsub1.asm | 4 | ||||
-rw-r--r-- | mpn/x86_64/pentium4/rsh1aors_n.asm | 2 |
7 files changed, 8 insertions, 9 deletions
diff --git a/mpn/x86_64/pentium4/aors_n.asm b/mpn/x86_64/pentium4/aors_n.asm index f238d03b0..c77d8d9ac 100644 --- a/mpn/x86_64/pentium4/aors_n.asm +++ b/mpn/x86_64/pentium4/aors_n.asm @@ -2,7 +2,7 @@ dnl x86-64 mpn_add_n/mpn_sub_n optimized for Pentium 4. dnl Contributed to the GNU project by Torbjorn Granlund. -dnl Copyright 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc. +dnl Copyright 2007, 2008, 2010-2012 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. diff --git a/mpn/x86_64/pentium4/aorslsh1_n.asm b/mpn/x86_64/pentium4/aorslsh1_n.asm index 24aecff61..fa92a1421 100644 --- a/mpn/x86_64/pentium4/aorslsh1_n.asm +++ b/mpn/x86_64/pentium4/aorslsh1_n.asm @@ -3,7 +3,7 @@ dnl optimised for Pentium 4. dnl Contributed to the GNU project by Torbjorn Granlund. -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/pentium4/aorslsh2_n.asm b/mpn/x86_64/pentium4/aorslsh2_n.asm index 4f2d52b30..c3be2805d 100644 --- a/mpn/x86_64/pentium4/aorslsh2_n.asm +++ b/mpn/x86_64/pentium4/aorslsh2_n.asm @@ -3,7 +3,7 @@ dnl optimised for Pentium 4. dnl Contributed to the GNU project by Torbjorn Granlund. -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/pentium4/aorslshC_n.asm b/mpn/x86_64/pentium4/aorslshC_n.asm index 83c33c1de..3bfcfe4d4 100644 --- a/mpn/x86_64/pentium4/aorslshC_n.asm +++ b/mpn/x86_64/pentium4/aorslshC_n.asm @@ -3,7 +3,7 @@ dnl C is 1, 2, 3. Optimized for Pentium 4. dnl Contributed to the GNU project by Torbjorn Granlund. -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/pentium4/gmp-mparam.h b/mpn/x86_64/pentium4/gmp-mparam.h index 37c94dc46..aef1b1d60 100644 --- a/mpn/x86_64/pentium4/gmp-mparam.h +++ b/mpn/x86_64/pentium4/gmp-mparam.h @@ -1,7 +1,6 @@ /* Pentium 4-64 gmp-mparam.h -- Compiler/machine parameter header file. -Copyright 1991, 1993, 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009, 2010 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 2000-2010 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpn/x86_64/pentium4/mod_34lsub1.asm b/mpn/x86_64/pentium4/mod_34lsub1.asm index 2974fcc7b..a7b750529 100644 --- a/mpn/x86_64/pentium4/mod_34lsub1.asm +++ b/mpn/x86_64/pentium4/mod_34lsub1.asm @@ -1,7 +1,7 @@ dnl AMD64 mpn_mod_34lsub1 -- remainder modulo 2^48-1. -dnl Copyright 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011, 2012 Free -dnl Software Foundation, Inc. +dnl Copyright 2000-2002, 2004, 2005, 2007, 2010-2012 Free Software Foundation, +dnl Inc. dnl This file is part of the GNU MP Library. diff --git a/mpn/x86_64/pentium4/rsh1aors_n.asm b/mpn/x86_64/pentium4/rsh1aors_n.asm index ca09a735f..83e049170 100644 --- a/mpn/x86_64/pentium4/rsh1aors_n.asm +++ b/mpn/x86_64/pentium4/rsh1aors_n.asm @@ -2,7 +2,7 @@ dnl x86-64 mpn_rsh1add_n/mpn_rsh1sub_n optimized for Pentium 4. dnl Contributed to the GNU project by Torbjorn Granlund. -dnl Copyright 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc. +dnl Copyright 2007, 2008, 2010-2012 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. |