mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Added readme file
This commit is contained in:
32
README.txt
Normal file
32
README.txt
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
|
||||||
|
==========================================================================
|
||||||
|
PDFforQt library / PDF viewer
|
||||||
|
(c) Jakub Melka 2018-2019
|
||||||
|
==========================================================================
|
||||||
|
|
||||||
|
This software is consisting of PDF rendering library, and viewer,
|
||||||
|
which can display PDF documents. Software is implementing the PDF
|
||||||
|
functionality based on PDF Reference 1.7. It is written and maintained
|
||||||
|
by Jakub Melka.
|
||||||
|
|
||||||
|
1. ACKNOWLEDGEMENTS
|
||||||
|
|
||||||
|
This software is based in part on the work ofthe Independent JPEG Group.
|
||||||
|
|
||||||
|
Portions of this software are copyright © 2019 The FreeType
|
||||||
|
Project (www.freetype.org). All rights reserved.
|
||||||
|
|
||||||
|
2. LEGAL ISSUES
|
||||||
|
|
||||||
|
Both library and viewer uses more benevolent LGPL license, so it is more
|
||||||
|
usable in commercial software, than GPL code only. Please see attached
|
||||||
|
file - LICENSE.txt to see details. This software also uses several
|
||||||
|
third party software, and user of this software must also respect licenses
|
||||||
|
of third party libraries.
|
||||||
|
|
||||||
|
3. THIRD PARTY LIBRARIES
|
||||||
|
|
||||||
|
a) libjpeg, see https://www.ijg.org/, version 9c.
|
||||||
|
b) FreeType, see https://www.freetype.org/index.html, FTL license used
|
||||||
|
c) OpenJPEG, implementing Jpeg2000, see https://www.openjpeg.org/, 2-clause MIT license
|
||||||
|
d) Qt, https://www.qt.io/, LGPL license used
|
Reference in New Issue
Block a user