summaryrefslogtreecommitdiff
path: root/tests/cxx
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 /tests/cxx
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'tests/cxx')
-rw-r--r--tests/cxx/Makefile.am2
-rw-r--r--tests/cxx/t-assign.cc2
-rw-r--r--tests/cxx/t-binary.cc2
-rw-r--r--tests/cxx/t-constr.cc2
-rw-r--r--tests/cxx/t-istream.cc2
-rw-r--r--tests/cxx/t-locale.cc2
-rw-r--r--tests/cxx/t-ops.cc2
-rw-r--r--tests/cxx/t-prec.cc2
-rw-r--r--tests/cxx/t-ternary.cc2
-rw-r--r--tests/cxx/t-unary.cc2
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/cxx/Makefile.am b/tests/cxx/Makefile.am
index dfcb1ea34..4440e0fb4 100644
--- a/tests/cxx/Makefile.am
+++ b/tests/cxx/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright 2001-2004 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library test suite.
#
diff --git a/tests/cxx/t-assign.cc b/tests/cxx/t-assign.cc
index 2127b5679..adced54b8 100644
--- a/tests/cxx/t-assign.cc
+++ b/tests/cxx/t-assign.cc
@@ -1,6 +1,6 @@
/* Test mp*_class assignment operators.
-Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 2001-2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/cxx/t-binary.cc b/tests/cxx/t-binary.cc
index 04c4627f7..83c0a0a11 100644
--- a/tests/cxx/t-binary.cc
+++ b/tests/cxx/t-binary.cc
@@ -1,6 +1,6 @@
/* Test mp*_class binary expressions.
-Copyright 2001, 2002, 2003, 2008, 2012 Free Software Foundation, Inc.
+Copyright 2001-2003, 2008, 2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/cxx/t-constr.cc b/tests/cxx/t-constr.cc
index 261005d86..1d80c13a8 100644
--- a/tests/cxx/t-constr.cc
+++ b/tests/cxx/t-constr.cc
@@ -1,6 +1,6 @@
/* Test mp*_class constructors.
-Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 2001-2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/cxx/t-istream.cc b/tests/cxx/t-istream.cc
index 6cd806bbd..f873feadc 100644
--- a/tests/cxx/t-istream.cc
+++ b/tests/cxx/t-istream.cc
@@ -1,6 +1,6 @@
/* Test istream formatted input.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 2001-2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/cxx/t-locale.cc b/tests/cxx/t-locale.cc
index f05bb6dbb..69d07381f 100644
--- a/tests/cxx/t-locale.cc
+++ b/tests/cxx/t-locale.cc
@@ -1,6 +1,6 @@
/* Test locale support in C++ functions.
-Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
+Copyright 2001-2003, 2007 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/cxx/t-ops.cc b/tests/cxx/t-ops.cc
index f9563fff2..2f0e1f9b8 100644
--- a/tests/cxx/t-ops.cc
+++ b/tests/cxx/t-ops.cc
@@ -1,6 +1,6 @@
/* Test mp*_class operators and functions.
-Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 2001-2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/cxx/t-prec.cc b/tests/cxx/t-prec.cc
index 28d68d47e..63cfdbe39 100644
--- a/tests/cxx/t-prec.cc
+++ b/tests/cxx/t-prec.cc
@@ -1,6 +1,6 @@
/* Test precision of mpf_class expressions.
-Copyright 2001, 2002, 2003, 2008 Free Software Foundation, Inc.
+Copyright 2001-2003, 2008 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/cxx/t-ternary.cc b/tests/cxx/t-ternary.cc
index c2152cc76..1417ced18 100644
--- a/tests/cxx/t-ternary.cc
+++ b/tests/cxx/t-ternary.cc
@@ -1,6 +1,6 @@
/* Test mp*_class ternary expressions.
-Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 2001-2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/cxx/t-unary.cc b/tests/cxx/t-unary.cc
index 4c4aa24ad..965211100 100644
--- a/tests/cxx/t-unary.cc
+++ b/tests/cxx/t-unary.cc
@@ -1,6 +1,6 @@
/* Test mp*_class unary expressions.
-Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 2001-2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.