summaryrefslogtreecommitdiff
path: root/src/urandomb.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-01-03 04:59:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-01-03 04:59:33 +0000
commit775bfc409ea148712162c2378a1fd9952178cd94 (patch)
tree6cd2f101d8b27932f178b6c5d31e1aee16ef7f84 /src/urandomb.c
parent69de140554757a091a2bbcb099b78cd6e3f19c2c (diff)
downloadmpfr-775bfc409ea148712162c2378a1fd9952178cd94.tar.gz
Copyright notice update: added 2013 with
perl -pi -e 's/2012 Free Software/2012, 2013 Free Software/' **/*(^/) under zsh, reverting the ChangeLog file and the m4 directory (the tools/mbench directory was not modified). Removed 2012 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8447 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/urandomb.c')
-rw-r--r--src/urandomb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urandomb.c b/src/urandomb.c
index 3e941e7bc..5bf64f4c9 100644
--- a/src/urandomb.c
+++ b/src/urandomb.c
@@ -3,7 +3,7 @@
using STATE as the random state previously initialized by a call to
gmp_randinit_lc_2exp_size().
-Copyright 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.