summaryrefslogtreecommitdiff
path: root/mpz/jacobi.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-11-04 14:51:31 +0100
committertege <tege@gmplib.org>2006-11-04 14:51:31 +0100
commit70c608ce83fe99adafadd7f05ee149e953a0fd10 (patch)
tree5c8e928575470f7085203c124f1397817f3fcc37 /mpz/jacobi.c
parent1930b1252fdfbdd37a9dded51d8034f907df3cb4 (diff)
downloadgmp-70c608ce83fe99adafadd7f05ee149e953a0fd10.tar.gz
Fix license (was "Library", not "Lesser").
Diffstat (limited to 'mpz/jacobi.c')
-rw-r--r--mpz/jacobi.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/mpz/jacobi.c b/mpz/jacobi.c
index 52a6a607f..2d474115c 100644
--- a/mpz/jacobi.c
+++ b/mpz/jacobi.c
@@ -4,20 +4,20 @@ Copyright 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
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 Library General Public License as published by
-the Free Software Foundation; either version 2 of the License, or (at your
+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
option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
-License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+USA. */
#include <stdio.h>
#include "gmp.h"