Skip to content

Commit 9ce50cf

Browse files
authored
DOC: Fix mpfr "lincense" text in readme a bit
Not mentioning LGPL is confusing, since it is LGPL it doesn't really matter for our license
1 parent c48676c commit 9ce50cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mpfdtype/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# A multi precision DType for NumPy
22

3-
:warning: Note that while the DType is BSD license, MPFR and GMP which it
4-
must be linked with are not.
3+
A DType and scalar which uses [MPFR](https://www.mpfr.org/) for multi precision floating point math. MPFR itself has an LGPL license.
54

65
A very basic example::
76

0 commit comments

Comments
 (0)