diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2013-05-29 08:52:31 +0100 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2013-05-29 08:52:31 +0100 |
commit | 6fcf71190006abd6797618beb2dd67adfe850126 (patch) | |
tree | 9c4f1bb482ab05a8bd67ce3ce7de2cb9213c3224 /doc | |
parent | 233716642d4e9b020a4ede41602f6be46bef1ac5 (diff) | |
download | mupdf-6fcf71190006abd6797618beb2dd67adfe850126.tar.xz |
Add "thirdparty.txt"
a list of third party libraries, their function, license and version shipped
with mupdf
Diffstat (limited to 'doc')
-rw-r--r-- | doc/thirdparty.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/thirdparty.txt b/doc/thirdparty.txt new file mode 100644 index 00000000..2233b634 --- /dev/null +++ b/doc/thirdparty.txt @@ -0,0 +1,38 @@ + Third Party Libraries Used by MuPDF + =================================== + + +Library Version Function License URL + + + +freetype 2.4.11 Font scaling Freetype http://www.freetype.org/ + and rendering License + + + +jpeg 9.0 JPEG decoding "Free", with + acknowledgement http://www.ijg.org/ + + + +openjpeg 2.0.0 JPEG 2000 BSD-style http://www.openjpeg.org/ + (with patches) decoding + + +zlib 1.2.7 (De)Flate zlib License http://www.zlib.net/ + compression + + + +(Optional) +v8 3.9 JavaScript BSD http://code.google.com/p/v8/ + interpreter + + + + + +NOTE: jbig2dec is included in "thirdparty" but is copyright Artifex Software Inc. + + |