From 6fcf71190006abd6797618beb2dd67adfe850126 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Wed, 29 May 2013 08:52:31 +0100 Subject: Add "thirdparty.txt" a list of third party libraries, their function, license and version shipped with mupdf --- doc/thirdparty.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/thirdparty.txt 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. + + -- cgit v1.2.3