[Gmp-commit] /var/hg/gmp: Update library files license to use LGPL3+ and GPL2+.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Jan 27 23:30:21 UTC 2014
details: /var/hg/gmp/rev/4fce34d0befc
changeset: 16262:4fce34d0befc
user: Torbjorn Granlund <tege at gmplib.org>
date: Tue Jan 28 00:30:04 2014 +0100
description:
Update library files license to use LGPL3+ and GPL2+.
diffstat:
longlong.h | 33 +++++++++++++++++++++++----------
1 files changed, 23 insertions(+), 10 deletions(-)
diffs (45 lines):
diff -r 02634effbd4e -r 4fce34d0befc longlong.h
--- a/longlong.h Mon Jan 27 21:48:40 2014 +0100
+++ b/longlong.h Tue Jan 28 00:30:04 2014 +0100
@@ -3,18 +3,31 @@
Copyright 1991-1994, 1996, 1997, 1999-2005, 2007-2009, 2011-2013 Free Software
Foundation, Inc.
-This file 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 3 of the License, or (at your option) any
-later version.
+This file is part of the GNU MP Library.
-This file 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 Lesser General Public License for more
-details.
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of either:
-You should have received a copy of the GNU Lesser General Public License
-along with this file. If not, see https://www.gnu.org/licenses/. */
+ * the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+
+or
+
+ * the GNU General Public License as published by the Free Software
+ Foundation; either version 2 of the License, or (at your option) any
+ later version.
+
+or both in parallel, as here.
+
+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 General Public License
+for more details.
+
+You should have received copies of the GNU General Public License and the
+GNU Lesser General Public License along with the GNU MP Library. If not,
+see https://www.gnu.org/licenses/. */
/* You have to define the following before including this file:
More information about the gmp-commit
mailing list