summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2017-02-08 09:22:52 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2017-02-08 09:22:52 +0100
commit8f14bf574c17a1d47d0a1e2b710e5ba77f28c4f5 (patch)
treebf9f73a5bb2ecf12e8334c088436ca32f61b2621
parentc9b206e45dc04e1ed5c366296b80385dc247b44f (diff)
downloadgmp-8f14bf574c17a1d47d0a1e2b710e5ba77f28c4f5.tar.gz
Copyright years
-rw-r--r--gen-trialdivtab.c2
-rw-r--r--gmp-h.in2
-rw-r--r--mini-gmp/mini-gmp.c2
-rw-r--r--mpn/generic/divrem.c2
-rw-r--r--mpn/generic/powlo.c2
-rw-r--r--mpn/generic/sqrlo_basecase.c4
-rw-r--r--mpz/gcd.c4
-rw-r--r--mpz/pprime_p.c2
8 files changed, 10 insertions, 10 deletions
diff --git a/gen-trialdivtab.c b/gen-trialdivtab.c
index cd533796a..db015519c 100644
--- a/gen-trialdivtab.c
+++ b/gen-trialdivtab.c
@@ -2,7 +2,7 @@
Contributed to the GNU project by Torbjorn Granlund.
-Copyright 2009, 2012, 2013 Free Software Foundation, Inc.
+Copyright 2009, 2012, 2013, 2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/gmp-h.in b/gmp-h.in
index f42c3826e..f448b4e7f 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1,6 +1,6 @@
/* Definitions for GNU multiple precision functions. -*- mode: c -*-
-Copyright 1991, 1993-1997, 1999-2015 Free Software Foundation, Inc.
+Copyright 1991, 1993-1997, 1999-2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mini-gmp/mini-gmp.c b/mini-gmp/mini-gmp.c
index 36ce6b3cf..1d0b2856a 100644
--- a/mini-gmp/mini-gmp.c
+++ b/mini-gmp/mini-gmp.c
@@ -2,7 +2,7 @@
Contributed to the GNU project by Niels Möller
-Copyright 1991-1997, 1999-2016 Free Software Foundation, Inc.
+Copyright 1991-1997, 1999-2017 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/divrem.c b/mpn/generic/divrem.c
index 162d56f78..1da84a8e1 100644
--- a/mpn/generic/divrem.c
+++ b/mpn/generic/divrem.c
@@ -1,7 +1,7 @@
/* mpn_divrem -- Divide natural numbers, producing both remainder and
quotient. This is now just a middle layer calling mpn_tdiv_qr.
-Copyright 1993-1997, 1999-2002, 2005 Free Software Foundation, Inc.
+Copyright 1993-1997, 1999-2002, 2005, 2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/powlo.c b/mpn/generic/powlo.c
index fb111ad00..3481e6bbd 100644
--- a/mpn/generic/powlo.c
+++ b/mpn/generic/powlo.c
@@ -1,6 +1,6 @@
/* mpn_powlo -- Compute R = U^E mod B^n, where B is the limb base.
-Copyright 2007-2009, 2012, 2015 Free Software Foundation, Inc.
+Copyright 2007-2009, 2012, 2015, 2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/sqrlo_basecase.c b/mpn/generic/sqrlo_basecase.c
index fd5166936..3148609da 100644
--- a/mpn/generic/sqrlo_basecase.c
+++ b/mpn/generic/sqrlo_basecase.c
@@ -5,8 +5,8 @@
SAFE TO REACH THIS FUNCTION THROUGH DOCUMENTED INTERFACES.
-Copyright 1991-1994, 1996, 1997, 2000-2005, 2008, 2010, 2011, 2015
-Free Software Foundation, Inc.
+Copyright 1991-1994, 1996, 1997, 2000-2005, 2008, 2010, 2011, 2015,
+2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/gcd.c b/mpz/gcd.c
index b97e0204e..9557155f9 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, 2015 Free
-Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2000-2002, 2005, 2010, 2015, 2016
+Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/pprime_p.c b/mpz/pprime_p.c
index 7c17620e2..b8a21c2e2 100644
--- a/mpz/pprime_p.c
+++ b/mpz/pprime_p.c
@@ -6,7 +6,7 @@
positive is (1/4)**reps, where reps is the number of internal passes of the
probabilistic algorithm. Knuth indicates that 25 passes are reasonable.
-Copyright 1991, 1993, 1994, 1996-2002, 2005, 2015 Free Software
+Copyright 1991, 1993, 1994, 1996-2002, 2005, 2015, 2016 Free Software
Foundation, Inc.
This file is part of the GNU MP Library.