summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-29 16:48:03 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-29 16:48:03 +0000
commit311111145c60e102f2e586ff81c9d81addb072dd (patch)
tree6ef735d47540b0274a0f9bde59338b6ff19059e9 /README
parent15de32aeaca920a2a631682639943ff19b4877d3 (diff)
downloadmpc-311111145c60e102f2e586ff81c9d81addb072dd.tar.gz
license change:
LGPLv3+ for code FDLv1.3+ for mpc.texi simple disclaimer for supporting files (README, NEWS, INSTALL) tests/memory.c: replaced by version from mpfr-3.0.1 mpfr.texi: small cleanups; added real authors again, while keeping copyright notice with INRIA git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1027 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index f703deb..55369db 100644
--- a/README
+++ b/README
@@ -1,3 +1,11 @@
-mpc is a complex floating-point library with exact rounding.
+Copyright (C) INRIA 2003, 2005, 2008, 2009, 2011
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved. This file is offered as-is,
+without any warranty.
+
+
+GNU MPC is a complex floating-point library with exact rounding.
It is based on the GNU MPFR floating-point library (http://www.mpfr.org/),
which is itself based on the GNU MP library (http://gmplib.org/).