summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-02-04 11:31:47 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-02-04 11:31:47 +0100
commit7b1e16bab0fb14b07908bb5c44738c62f118e56a (patch)
treeea7ccdea5ac30e2acc6ddb863faa295ea5635e25
parent6cb716f7d1a1dc0a4f46f08e0028f4a3561d5d19 (diff)
downloadgmp-7b1e16bab0fb14b07908bb5c44738c62f118e56a.tar.gz
Update to current FSF header.
-rw-r--r--mpn/generic/redc_1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpn/generic/redc_1.c b/mpn/generic/redc_1.c
index 0379dea9a..eb149b938 100644
--- a/mpn/generic/redc_1.c
+++ b/mpn/generic/redc_1.c
@@ -8,9 +8,11 @@ Copyright (C) 2000, 2001, 2002, 2004, 2008 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
+This file is part of the GNU MP Library.
+
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
@@ -19,9 +21,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include "gmp.h"
#include "gmp-impl.h"