summaryrefslogtreecommitdiff
path: root/rand
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 /rand
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'rand')
-rw-r--r--rand/rand.c2
-rw-r--r--rand/randclr.c2
-rw-r--r--rand/randlc2s.c2
-rw-r--r--rand/randlc2x.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/rand/rand.c b/rand/rand.c
index 31969b298..f46cf37dd 100644
--- a/rand/rand.c
+++ b/rand/rand.c
@@ -1,6 +1,6 @@
/* gmp_randinit (state, algorithm, ...) -- Initialize a random state.
-Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/rand/randclr.c b/rand/randclr.c
index a4e82426f..788874cfa 100644
--- a/rand/randclr.c
+++ b/rand/randclr.c
@@ -1,6 +1,6 @@
/* gmp_randclear (state) -- Clear and deallocate random state STATE.
-Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/rand/randlc2s.c b/rand/randlc2s.c
index 4dcde73a2..f672948bc 100644
--- a/rand/randlc2s.c
+++ b/rand/randlc2s.c
@@ -1,7 +1,7 @@
/* gmp_randinit_lc_2exp_size -- initialize a random state with a linear
congruential generator of a requested size.
-Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1999-2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/rand/randlc2x.c b/rand/randlc2x.c
index de89a7802..f1fc372e1 100644
--- a/rand/randlc2x.c
+++ b/rand/randlc2x.c
@@ -1,6 +1,6 @@
/* Linear Congruential pseudo-random number generator functions.
-Copyright 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+Copyright 1999-2003, 2005 Free Software Foundation, Inc.
This file is part of the GNU MP Library.