summaryrefslogtreecommitdiff
path: root/tune
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 /tune
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'tune')
-rw-r--r--tune/Makefile.am3
-rw-r--r--tune/README2
-rw-r--r--tune/common.c3
-rw-r--r--tune/freq.c2
-rw-r--r--tune/many.pl2
-rw-r--r--tune/powerpc64.asm2
-rw-r--r--tune/speed.c3
-rw-r--r--tune/speed.h3
-rw-r--r--tune/time.c3
-rw-r--r--tune/tuneup.c3
-rw-r--r--tune/x86_64.asm2
11 files changed, 11 insertions, 17 deletions
diff --git a/tune/Makefile.am b/tune/Makefile.am
index dc0359fd3..1cec871cf 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -1,7 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009,
-# 2010, 2011 Free Software Foundation, Inc.
+# Copyright 2000-2003, 2005-2011 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/tune/README b/tune/README
index 3e17b46ea..3357dd9c0 100644
--- a/tune/README
+++ b/tune/README
@@ -1,4 +1,4 @@
-Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tune/common.c b/tune/common.c
index b6ec858b9..f67a23954 100644
--- a/tune/common.c
+++ b/tune/common.c
@@ -1,7 +1,6 @@
/* Shared speed subroutines.
-Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010,
-2011, 2012 Free Software Foundation, Inc.
+Copyright 1999-2006, 2008-2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tune/freq.c b/tune/freq.c
index f1092e264..726521ac9 100644
--- a/tune/freq.c
+++ b/tune/freq.c
@@ -1,6 +1,6 @@
/* CPU frequency determination.
-Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 1999-2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tune/many.pl b/tune/many.pl
index 5c5648a10..0ea3222cd 100644
--- a/tune/many.pl
+++ b/tune/many.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright 2000-2002 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/tune/powerpc64.asm b/tune/powerpc64.asm
index 8a5d5143a..5a3c90352 100644
--- a/tune/powerpc64.asm
+++ b/tune/powerpc64.asm
@@ -1,6 +1,6 @@
dnl PowerPC mftb_function -- read time base registers, 64-bit integer.
-dnl Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
+dnl Copyright 2002-2004 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/tune/speed.c b/tune/speed.c
index 2af251a1b..e0f53cb07 100644
--- a/tune/speed.c
+++ b/tune/speed.c
@@ -1,7 +1,6 @@
/* Speed measuring program.
-Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2008, 2009, 2010,
-2011, 2012 Free Software Foundation, Inc.
+Copyright 1999-2003, 2005, 2006, 2008-2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tune/speed.h b/tune/speed.h
index aa827077a..cd688dfc2 100644
--- a/tune/speed.h
+++ b/tune/speed.h
@@ -1,7 +1,6 @@
/* Header for speed and threshold things.
-Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2008, 2009, 2010, 2011,
-2012, 2013 Free Software Foundation, Inc.
+Copyright 1999-2003, 2005, 2006, 2008-2013 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tune/time.c b/tune/time.c
index 86410c694..76ab9f58c 100644
--- a/tune/time.c
+++ b/tune/time.c
@@ -1,7 +1,6 @@
/* Time routines for speed measurements.
-Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2010, 2011, 2012 Free Software
-Foundation, Inc.
+Copyright 1999-2004, 2010-2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tune/tuneup.c b/tune/tuneup.c
index e15a67ad2..35c4aab91 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -1,7 +1,6 @@
/* Create tuned thresholds for various algorithms.
-Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2008, 2009, 2010,
-2011, 2012 Free Software Foundation, Inc.
+Copyright 1999-2003, 2005, 2006, 2008-2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tune/x86_64.asm b/tune/x86_64.asm
index 509909002..6ee998382 100644
--- a/tune/x86_64.asm
+++ b/tune/x86_64.asm
@@ -1,6 +1,6 @@
dnl x86 pentium time stamp counter access routine.
-dnl Copyright 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2003-2005 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl