diff options
author | Stanislav Malyshev <stas@php.net> | 2000-12-28 12:13:21 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2000-12-28 12:13:21 +0000 |
commit | cf66091554f93ef554a85b76c89dc454baca107b (patch) | |
tree | bc06b104f086131c37bf117595006677a0207a75 | |
parent | b0adbf8aff6d9d9bbe82c66482dc977851508578 (diff) | |
download | php-git-cf66091554f93ef554a85b76c89dc454baca107b.tar.gz |
Add license info
-rw-r--r-- | ext/gmp/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gmp/README b/ext/gmp/README index 2842dd3880..e142e2e031 100644 --- a/ext/gmp/README +++ b/ext/gmp/README @@ -1,3 +1,5 @@ Arbitrary length number support with GNU MP library. Please see the PGP manual for more documentation. See also GNU MP home page at http://www.swox.com/gmp/. +GNU MP library is available under the tems of GNU LGPL +license. Please see http://www.swox.com/gmp/lgpl.html |