summaryrefslogtreecommitdiff
path: root/mpq
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 /mpq
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'mpq')
-rw-r--r--mpq/Makefile.am2
-rw-r--r--mpq/aors.c4
-rw-r--r--mpq/canonicalize.c3
-rw-r--r--mpq/cmp_ui.c3
-rw-r--r--mpq/div.c2
-rw-r--r--mpq/get_d.c3
-rw-r--r--mpq/init.c2
-rw-r--r--mpq/mul.c3
-rw-r--r--mpq/set_den.c3
-rw-r--r--mpq/set_f.c2
-rw-r--r--mpq/set_ui.c2
11 files changed, 12 insertions, 17 deletions
diff --git a/mpq/Makefile.am b/mpq/Makefile.am
index f5db4e57e..c2b5bcc38 100644
--- a/mpq/Makefile.am
+++ b/mpq/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright 1996, 1998, 2000-2002 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/mpq/aors.c b/mpq/aors.c
index 6a8c049d9..cf821a22f 100644
--- a/mpq/aors.c
+++ b/mpq/aors.c
@@ -1,7 +1,7 @@
/* mpq_add, mpq_sub -- add or subtract rational numbers.
-Copyright 1991, 1994, 1995, 1996, 1997, 2000, 2001, 2004, 2005 Free Software
-Foundation, Inc.
+Copyright 1991, 1994-1997, 2000, 2001, 2004, 2005 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/canonicalize.c b/mpq/canonicalize.c
index ab7925b51..b1f177de1 100644
--- a/mpq/canonicalize.c
+++ b/mpq/canonicalize.c
@@ -1,8 +1,7 @@
/* mpq_canonicalize(op) -- Remove common factors of the denominator and
numerator in OP.
-Copyright 1991, 1994, 1995, 1996, 2000, 2001, 2005 Free Software Foundation,
-Inc.
+Copyright 1991, 1994-1996, 2000, 2001, 2005 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/cmp_ui.c b/mpq/cmp_ui.c
index a52c2e8e8..c21dbc383 100644
--- a/mpq/cmp_ui.c
+++ b/mpq/cmp_ui.c
@@ -2,8 +2,7 @@
negative based on if U > V, U == V, or U < V. Vn and Vd may have
common factors.
-Copyright 1993, 1994, 1996, 2000, 2001, 2002, 2003, 2005 Free Software
-Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000-2003, 2005 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/div.c b/mpq/div.c
index 1f64f6d47..a7076b8a2 100644
--- a/mpq/div.c
+++ b/mpq/div.c
@@ -1,6 +1,6 @@
/* mpq_div -- divide two rational numbers.
-Copyright 1991, 1994, 1995, 1996, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1994-1996, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/get_d.c b/mpq/get_d.c
index 3db822689..a58c3834e 100644
--- a/mpq/get_d.c
+++ b/mpq/get_d.c
@@ -1,7 +1,6 @@
/* double mpq_get_d (mpq_t src) -- mpq to double, rounding towards zero.
-Copyright 1995, 1996, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
-Inc.
+Copyright 1995, 1996, 2001-2005 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/init.c b/mpq/init.c
index f075477d6..a03df2ccd 100644
--- a/mpq/init.c
+++ b/mpq/init.c
@@ -1,6 +1,6 @@
/* mpq_init -- Make a new rational number with value 0/1.
-Copyright 1991, 1994, 1995, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1991, 1994, 1995, 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/mul.c b/mpq/mul.c
index 839308b42..c2b074f23 100644
--- a/mpq/mul.c
+++ b/mpq/mul.c
@@ -1,7 +1,6 @@
/* mpq_mul -- multiply two rational numbers.
-Copyright 1991, 1994, 1995, 1996, 2000, 2001, 2002 Free Software Foundation,
-Inc.
+Copyright 1991, 1994-1996, 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/set_den.c b/mpq/set_den.c
index e9ee17b71..c38aeab21 100644
--- a/mpq/set_den.c
+++ b/mpq/set_den.c
@@ -1,7 +1,6 @@
/* mpq_set_den(dest,den) -- Set the denominator of DEST from DEN.
-Copyright 1991, 1994, 1995, 1996, 2000, 2001, 2012 Free Software
-Foundation, Inc.
+Copyright 1991, 1994-1996, 2000, 2001, 2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/set_f.c b/mpq/set_f.c
index d1e14867b..2c8eb708c 100644
--- a/mpq/set_f.c
+++ b/mpq/set_f.c
@@ -1,6 +1,6 @@
/* mpq_set_f -- set an mpq from an mpf.
-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/mpq/set_ui.c b/mpq/set_ui.c
index 231e07d2a..51192dc75 100644
--- a/mpq/set_ui.c
+++ b/mpq/set_ui.c
@@ -1,7 +1,7 @@
/* mpq_set_ui(dest,ulong_num,ulong_den) -- Set DEST to the rational number
ULONG_NUM/ULONG_DEN.
-Copyright 1991, 1994, 1995, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 1991, 1994, 1995, 2001-2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library.