mirror of https://github.com/JakubMelka/PDF4QT.git
Update of readme na CLA
This commit is contained in:
parent
1188d05878
commit
f1ce9a9e94
17
README.md
17
README.md
|
@ -1,6 +1,7 @@
|
|||
|
||||
# PDF4QT
|
||||
**(c) Jakub Melka 2018-2021**
|
||||
|
||||
**Mgr.Jakub.Melka@gmail.com**
|
||||
|
||||
This software is consisting of PDF rendering library, and several
|
||||
|
@ -13,14 +14,14 @@ by Jakub Melka.
|
|||
|
||||
Software is provided without any warranty of any kind
|
||||
|
||||
##1. ACKNOWLEDGEMENTS
|
||||
## 1. ACKNOWLEDGEMENTS
|
||||
|
||||
This software is based in part on the work of the Independent JPEG Group.
|
||||
|
||||
Portions of this software are copyright © 2019 The FreeType
|
||||
Project (www.freetype.org). All rights reserved.
|
||||
|
||||
##2. LEGAL ISSUES
|
||||
## 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
|
||||
|
@ -28,7 +29,7 @@ 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. FEATURES
|
||||
## 3. FEATURES
|
||||
|
||||
Software have following features (the list is not complete):
|
||||
|
||||
|
@ -57,7 +58,7 @@ Software have following features (the list is not complete):
|
|||
- [ ] presentation application *(planned in year 2023)*
|
||||
- [ ] public key security encryption *(planned in year 2023)*
|
||||
|
||||
##4. THIRD PARTY LIBRARIES
|
||||
## 4. THIRD PARTY LIBRARIES
|
||||
|
||||
Several third-party libraries are used.
|
||||
|
||||
|
@ -69,16 +70,16 @@ Several third-party libraries are used.
|
|||
6. LittleCMS, http://www.littlecms.com/
|
||||
7. zlib, https://zlib.net/
|
||||
|
||||
##5. CONTRIBUTIONS
|
||||
## 5. CONTRIBUTIONS
|
||||
|
||||
If you want to contribute to this project, it is required, that you (contributor)
|
||||
fill and digitally sign document CLA/Contributor License Agreement.pdf,
|
||||
fill and digitally sign document [Contributor License Agreement](CLA/Contributor_License_Agreement.pdf),
|
||||
because I want to have a freedom to do whatever I want with my library, without obligation
|
||||
to someone else. But I would strongly prefer, if you want to contribute, to contribute
|
||||
in a form of testing, consultation, giving advices etc. I would like to write this library
|
||||
entirely by myself.
|
||||
|
||||
##6. COMPILING
|
||||
## 6. COMPILING
|
||||
|
||||
To compile this project, Visual Studio 2019 is needed. Only Microsoft Windows
|
||||
is supported at this time. You must also have all of above libraries in order
|
||||
|
@ -92,6 +93,6 @@ to compile the project. Software uses Qt 5.14.2.
|
|||
3. Open Qt Creator and root project Pdf4Qt.pro
|
||||
4. Create target for Microsoft Visual Studio 2019 and compile the project
|
||||
|
||||
##7. DISCLAIMER
|
||||
## 7. DISCLAIMER
|
||||
|
||||
I wrote this project in my free time. I hope you will find it useful!
|
||||
|
|
Loading…
Reference in New Issue