summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-13 07:11:17 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-13 07:11:17 +0100
commitbcdf44083fb8fc53f17b445d419132ec67d47ae3 (patch)
treeb5158a811d781af98fdb98a34ea87d9a3e766836
parent65297228a8f4a4fb163273b71a145e323b0b4878 (diff)
downloadgmp-bcdf44083fb8fc53f17b445d419132ec67d47ae3.tar.gz
Copyright year.
-rw-r--r--mpz/2fac_ui.c2
-rw-r--r--mpz/aors_ui.h4
-rw-r--r--mpz/bin_ui.c2
-rw-r--r--mpz/bin_uiui.c2
-rw-r--r--mpz/cdiv_qr_ui.c4
-rw-r--r--mpz/cdiv_r_ui.c4
-rw-r--r--mpz/com.c4
-rw-r--r--mpz/fac_ui.c3
-rw-r--r--mpz/fdiv_qr_ui.c4
-rw-r--r--mpz/fdiv_r_ui.c4
-rw-r--r--mpz/fib2_ui.c2
-rw-r--r--mpz/fib_ui.c2
-rw-r--r--mpz/gcd.c4
-rw-r--r--mpz/gcd_ui.c2
-rw-r--r--mpz/gcdext.c4
-rw-r--r--mpz/init.c3
-rw-r--r--mpz/iset_d.c2
-rw-r--r--mpz/lucnum2_ui.c2
-rw-r--r--mpz/lucnum_ui.c2
-rw-r--r--mpz/mfac_uiui.c2
-rw-r--r--mpz/mul.c4
-rw-r--r--mpz/n_pow_ui.c2
-rw-r--r--mpz/oddfac_1.c2
-rw-r--r--mpz/powm.c4
-rw-r--r--mpz/powm_sec.c4
-rw-r--r--mpz/powm_ui.c4
-rw-r--r--mpz/primorial_ui.c2
-rw-r--r--mpz/realloc.c3
-rw-r--r--mpz/realloc2.c2
-rw-r--r--mpz/set_si.c3
-rw-r--r--mpz/set_ui.c4
-rw-r--r--mpz/tdiv_qr_ui.c4
-rw-r--r--mpz/tdiv_r_ui.c4
-rw-r--r--mpz/ui_sub.c2
-rw-r--r--rand/randlc2x.c2
35 files changed, 54 insertions, 50 deletions
diff --git a/mpz/2fac_ui.c b/mpz/2fac_ui.c
index c6e2a90ff..9d1f8a7b8 100644
--- a/mpz/2fac_ui.c
+++ b/mpz/2fac_ui.c
@@ -2,7 +2,7 @@
Contributed to the GNU project by Marco Bodrato.
-Copyright 2012 Free Software Foundation, Inc.
+Copyright 2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/aors_ui.h b/mpz/aors_ui.h
index eaf02c8e9..a751d449d 100644
--- a/mpz/aors_ui.h
+++ b/mpz/aors_ui.h
@@ -1,8 +1,8 @@
/* mpz_add_ui, mpz_sub_ui -- Add or subtract an mpz_t and an unsigned
one-word integer.
-Copyright 1991, 1993, 1994, 1996, 1999-2002, 2004, 2012, 2013 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1999-2002, 2004, 2012, 2013, 2015
+Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/bin_ui.c b/mpz/bin_ui.c
index bc5894510..943dd5bd1 100644
--- a/mpz/bin_ui.c
+++ b/mpz/bin_ui.c
@@ -1,6 +1,6 @@
/* mpz_bin_ui - compute n over k.
-Copyright 1998-2002, 2012, 2013 Free Software Foundation, Inc.
+Copyright 1998-2002, 2012, 2013, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/bin_uiui.c b/mpz/bin_uiui.c
index 9d661d54e..8ceb4ebb6 100644
--- a/mpz/bin_uiui.c
+++ b/mpz/bin_uiui.c
@@ -2,7 +2,7 @@
Contributed to the GNU project by Torbjorn Granlund and Marco Bodrato.
-Copyright 2010-2012 Free Software Foundation, Inc.
+Copyright 2010-2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/cdiv_qr_ui.c b/mpz/cdiv_qr_ui.c
index f82841a7a..a5b721d38 100644
--- a/mpz/cdiv_qr_ui.c
+++ b/mpz/cdiv_qr_ui.c
@@ -3,8 +3,8 @@
always fit into the return type, the negative of the true remainder is
returned.
-Copyright 1994-1996, 1999, 2001, 2002, 2004, 2012 Free Software Foundation,
-Inc.
+Copyright 1994-1996, 1999, 2001, 2002, 2004, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/cdiv_r_ui.c b/mpz/cdiv_r_ui.c
index bd1c82293..290118c2b 100644
--- a/mpz/cdiv_r_ui.c
+++ b/mpz/cdiv_r_ui.c
@@ -3,8 +3,8 @@
always fit into the return type, the negative of the true remainder is
returned.
-Copyright 1994-1996, 2001, 2002, 2004, 2005, 2012 Free Software Foundation,
-Inc.
+Copyright 1994-1996, 2001, 2002, 2004, 2005, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/com.c b/mpz/com.c
index c2803b4b3..8a4863710 100644
--- a/mpz/com.c
+++ b/mpz/com.c
@@ -1,8 +1,8 @@
/* mpz_com(mpz_ptr dst, mpz_ptr src) -- Assign the bit-complemented value of
SRC to DST.
-Copyright 1991, 1993, 1994, 1996, 2001, 2003, 2012 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1996, 2001, 2003, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/fac_ui.c b/mpz/fac_ui.c
index 18993d9f4..471f4c754 100644
--- a/mpz/fac_ui.c
+++ b/mpz/fac_ui.c
@@ -2,7 +2,8 @@
Contributed to the GNU project by Marco Bodrato.
-Copyright 1991, 1993-1995, 2000-2003, 2011, 2012 Free Software Foundation, Inc.
+Copyright 1991, 1993-1995, 2000-2003, 2011, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/fdiv_qr_ui.c b/mpz/fdiv_qr_ui.c
index 074952837..c485740a1 100644
--- a/mpz/fdiv_qr_ui.c
+++ b/mpz/fdiv_qr_ui.c
@@ -1,8 +1,8 @@
/* mpz_fdiv_qr_ui -- Division rounding the quotient towards -infinity.
The remainder gets the same sign as the denominator.
-Copyright 1994-1996, 1999, 2001, 2002, 2004, 2012 Free Software Foundation,
-Inc.
+Copyright 1994-1996, 1999, 2001, 2002, 2004, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/fdiv_r_ui.c b/mpz/fdiv_r_ui.c
index f256da05f..322fc2aa9 100644
--- a/mpz/fdiv_r_ui.c
+++ b/mpz/fdiv_r_ui.c
@@ -1,8 +1,8 @@
/* mpz_fdiv_r_ui -- Division rounding the quotient towards -infinity.
The remainder gets the same sign as the denominator.
-Copyright 1994-1996, 2001, 2002, 2004, 2005, 2012 Free Software Foundation,
-Inc.
+Copyright 1994-1996, 2001, 2002, 2004, 2005, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/fib2_ui.c b/mpz/fib2_ui.c
index 1a64d66f1..79d3f888e 100644
--- a/mpz/fib2_ui.c
+++ b/mpz/fib2_ui.c
@@ -1,6 +1,6 @@
/* mpz_fib2_ui -- calculate Fibonacci numbers.
-Copyright 2001, 2012, 2014 Free Software Foundation, Inc.
+Copyright 2001, 2012, 2014, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/fib_ui.c b/mpz/fib_ui.c
index 9976e0067..94df940f4 100644
--- a/mpz/fib_ui.c
+++ b/mpz/fib_ui.c
@@ -1,6 +1,6 @@
/* mpz_fib_ui -- calculate Fibonacci numbers.
-Copyright 2000-2002, 2005, 2012, 2014 Free Software Foundation, Inc.
+Copyright 2000-2002, 2005, 2012, 2014, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/gcd.c b/mpz/gcd.c
index b7a804e2a..091879275 100644
--- a/mpz/gcd.c
+++ b/mpz/gcd.c
@@ -1,7 +1,7 @@
/* mpz/gcd.c: Calculate the greatest common divisor of two integers.
-Copyright 1991, 1993, 1994, 1996, 2000-2002, 2005, 2010 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2000-2002, 2005, 2010, 2015 Free
+Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/gcd_ui.c b/mpz/gcd_ui.c
index 8a3329b4b..5eea47777 100644
--- a/mpz/gcd_ui.c
+++ b/mpz/gcd_ui.c
@@ -1,6 +1,6 @@
/* mpz_gcd_ui -- Calculate the greatest common divisor of two integers.
-Copyright 1994, 1996, 1999-2004 Free Software Foundation, Inc.
+Copyright 1994, 1996, 1999-2004, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/gcdext.c b/mpz/gcdext.c
index 4863d3bab..598084384 100644
--- a/mpz/gcdext.c
+++ b/mpz/gcdext.c
@@ -1,8 +1,8 @@
/* mpz_gcdext(g, s, t, a, b) -- Set G to gcd(a, b), and S and T such that
g = as + bt.
-Copyright 1991, 1993-1997, 2000, 2001, 2005, 2011, 2012 Free Software
-Foundation, Inc.
+Copyright 1991, 1993-1997, 2000, 2001, 2005, 2011, 2012, 2015 Free
+Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/init.c b/mpz/init.c
index c8debf528..45ed21e4b 100644
--- a/mpz/init.c
+++ b/mpz/init.c
@@ -1,6 +1,7 @@
/* mpz_init() -- Make a new multiple precision number with value 0.
-Copyright 1991, 1993-1995, 2000-2002, 2012 Free Software Foundation, Inc.
+Copyright 1991, 1993-1995, 2000-2002, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/iset_d.c b/mpz/iset_d.c
index 034929800..cfce375e9 100644
--- a/mpz/iset_d.c
+++ b/mpz/iset_d.c
@@ -1,7 +1,7 @@
/* mpz_init_set_d(integer, val) -- Initialize and assign INTEGER with a double
value VAL.
-Copyright 1996, 2000, 2001, 2012 Free Software Foundation, Inc.
+Copyright 1996, 2000, 2001, 2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/lucnum2_ui.c b/mpz/lucnum2_ui.c
index 06c93b407..d9932b441 100644
--- a/mpz/lucnum2_ui.c
+++ b/mpz/lucnum2_ui.c
@@ -1,6 +1,6 @@
/* mpz_lucnum2_ui -- calculate Lucas numbers.
-Copyright 2001, 2003, 2005, 2012 Free Software Foundation, Inc.
+Copyright 2001, 2003, 2005, 2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/lucnum_ui.c b/mpz/lucnum_ui.c
index 1b274fd79..8a96ed2a6 100644
--- a/mpz/lucnum_ui.c
+++ b/mpz/lucnum_ui.c
@@ -1,6 +1,6 @@
/* mpz_lucnum_ui -- calculate Lucas number.
-Copyright 2001, 2003, 2005, 2011, 2012 Free Software Foundation, Inc.
+Copyright 2001, 2003, 2005, 2011, 2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/mfac_uiui.c b/mpz/mfac_uiui.c
index a34727502..d96000b3d 100644
--- a/mpz/mfac_uiui.c
+++ b/mpz/mfac_uiui.c
@@ -2,7 +2,7 @@
Contributed to the GNU project by Marco Bodrato.
-Copyright 2012, 2013 Free Software Foundation, Inc.
+Copyright 2012, 2013, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/mul.c b/mpz/mul.c
index c208a99cd..82fdb66e7 100644
--- a/mpz/mul.c
+++ b/mpz/mul.c
@@ -1,7 +1,7 @@
/* mpz_mul -- Multiply two integers.
-Copyright 1991, 1993, 1994, 1996, 2000, 2001, 2005, 2009, 2011, 2012 Free
-Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2000, 2001, 2005, 2009, 2011, 2012,
+2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/n_pow_ui.c b/mpz/n_pow_ui.c
index c380b981d..50ba00e8d 100644
--- a/mpz/n_pow_ui.c
+++ b/mpz/n_pow_ui.c
@@ -4,7 +4,7 @@
CERTAIN TO BE SUBJECT TO INCOMPATIBLE CHANGES OR DISAPPEAR COMPLETELY IN
FUTURE GNU MP RELEASES.
-Copyright 2001, 2002, 2005, 2012 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2005, 2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/oddfac_1.c b/mpz/oddfac_1.c
index cf3178f98..4df58e761 100644
--- a/mpz/oddfac_1.c
+++ b/mpz/oddfac_1.c
@@ -7,7 +7,7 @@ IT IS ONLY SAFE TO REACH IT THROUGH DOCUMENTED INTERFACES.
IN FACT, IT IS ALMOST GUARANTEED THAT IT WILL CHANGE OR
DISAPPEAR IN A FUTURE GNU MP RELEASE.
-Copyright 2010-2012 Free Software Foundation, Inc.
+Copyright 2010-2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/powm.c b/mpz/powm.c
index 0ad2b7203..01cdc3f89 100644
--- a/mpz/powm.c
+++ b/mpz/powm.c
@@ -2,8 +2,8 @@
Contributed to the GNU project by Torbjorn Granlund.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002, 2005, 2008, 2009, 2011, 2012
-Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002, 2005, 2008, 2009,
+2011, 2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/powm_sec.c b/mpz/powm_sec.c
index c693023ab..9d6e94f49 100644
--- a/mpz/powm_sec.c
+++ b/mpz/powm_sec.c
@@ -2,8 +2,8 @@
Contributed to the GNU project by Torbjorn Granlund.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002, 2005, 2008, 2009, 2012 Free
-Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002, 2005, 2008, 2009,
+2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/powm_ui.c b/mpz/powm_ui.c
index 046895cbe..11d44e37b 100644
--- a/mpz/powm_ui.c
+++ b/mpz/powm_ui.c
@@ -2,8 +2,8 @@
Contributed to the GNU project by Torbjörn Granlund.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002, 2005, 2008, 2009, 2011-2013
-Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002, 2005, 2008, 2009,
+2011-2013, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/primorial_ui.c b/mpz/primorial_ui.c
index 21af098bc..8de0e66ac 100644
--- a/mpz/primorial_ui.c
+++ b/mpz/primorial_ui.c
@@ -2,7 +2,7 @@
Contributed to the GNU project by Marco Bodrato.
-Copyright 2012 Free Software Foundation, Inc.
+Copyright 2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/realloc.c b/mpz/realloc.c
index 050936915..04fe30a84 100644
--- a/mpz/realloc.c
+++ b/mpz/realloc.c
@@ -1,6 +1,7 @@
/* _mpz_realloc -- make the mpz_t have NEW_ALLOC digits allocated.
-Copyright 1991, 1993-1995, 2000, 2001, 2008 Free Software Foundation, Inc.
+Copyright 1991, 1993-1995, 2000, 2001, 2008, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/realloc2.c b/mpz/realloc2.c
index ac07e59c8..783fcbe40 100644
--- a/mpz/realloc2.c
+++ b/mpz/realloc2.c
@@ -1,6 +1,6 @@
/* mpz_realloc2 -- change allocated data size.
-Copyright 2001, 2002, 2008 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2008, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/set_si.c b/mpz/set_si.c
index 1d8b8a99c..db20ee392 100644
--- a/mpz/set_si.c
+++ b/mpz/set_si.c
@@ -1,6 +1,7 @@
/* mpz_set_si(dest,val) -- Assign DEST with a small value VAL.
-Copyright 1991, 1993-1995, 2000-2002, 2012 Free Software Foundation, Inc.
+Copyright 1991, 1993-1995, 2000-2002, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/set_ui.c b/mpz/set_ui.c
index 5b4ef58c5..1b43ed377 100644
--- a/mpz/set_ui.c
+++ b/mpz/set_ui.c
@@ -1,7 +1,7 @@
/* mpz_set_ui(integer, val) -- Assign INTEGER with a small value VAL.
-Copyright 1991, 1993-1995, 2001, 2002, 2004, 2012 Free Software Foundation,
-Inc.
+Copyright 1991, 1993-1995, 2001, 2002, 2004, 2012, 2015 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/tdiv_qr_ui.c b/mpz/tdiv_qr_ui.c
index 1385fc9a8..3b4344fca 100644
--- a/mpz/tdiv_qr_ui.c
+++ b/mpz/tdiv_qr_ui.c
@@ -2,8 +2,8 @@
Set QUOT to DIVIDEND / SHORT_DIVISOR
and REM to DIVIDEND mod SHORT_DIVISOR.
-Copyright 1991, 1993, 1994, 1996, 1998, 2001, 2002, 2004, 2012 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1998, 2001, 2002, 2004, 2012, 2015
+Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/tdiv_r_ui.c b/mpz/tdiv_r_ui.c
index 7b034a3b8..57a8aa07f 100644
--- a/mpz/tdiv_r_ui.c
+++ b/mpz/tdiv_r_ui.c
@@ -1,8 +1,8 @@
/* mpz_tdiv_r_ui(rem, dividend, divisor_limb)
-- Set REM to DIVDEND mod DIVISOR_LIMB.
-Copyright 1991, 1993, 1994, 1996, 1998, 2001, 2002, 2004, 2005, 2012 Free
-Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1998, 2001, 2002, 2004, 2005, 2012,
+2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/ui_sub.c b/mpz/ui_sub.c
index 0730cf72f..f32e10217 100644
--- a/mpz/ui_sub.c
+++ b/mpz/ui_sub.c
@@ -1,6 +1,6 @@
/* mpz_ui_sub -- Subtract an unsigned one-word integer and an mpz_t.
-Copyright 2002, 2004 Free Software Foundation, Inc.
+Copyright 2002, 2004, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/rand/randlc2x.c b/rand/randlc2x.c
index dc5a9a526..30e4a4a63 100644
--- a/rand/randlc2x.c
+++ b/rand/randlc2x.c
@@ -1,6 +1,6 @@
/* Linear Congruential pseudo-random number generator functions.
-Copyright 1999-2003, 2005 Free Software Foundation, Inc.
+Copyright 1999-2003, 2005, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.