summaryrefslogtreecommitdiff
path: root/src/mp_clz_tab.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-03-08 00:33:22 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-03-08 00:33:22 +0000
commita8a7fa4bdd24416ba5ba168a9c124d7907fa451b (patch)
tree530840cec853fd99372f72933f232141d2ba45c2 /src/mp_clz_tab.c
parent893d693deec8385835c1886bac11ea96ece1d608 (diff)
downloadmpfr-a8a7fa4bdd24416ba5ba168a9c124d7907fa451b.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 (the m4 and tools/mbench directories were not modified). Removed 2012 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8465 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mp_clz_tab.c')
-rw-r--r--src/mp_clz_tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp_clz_tab.c b/src/mp_clz_tab.c
index 3158a1607..3f455e476 100644
--- a/src/mp_clz_tab.c
+++ b/src/mp_clz_tab.c
@@ -3,7 +3,7 @@
THE CONTENTS OF THIS FILE ARE FOR INTERNAL USE AND MAY CHANGE
INCOMPATIBLY OR DISAPPEAR IN A FUTURE GNU MPFR RELEASE.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
It has been copied and adapted from the GNU MP Library.