Issue #271: Adjustment the readme file

This commit is contained in:
Jakub Melka
2025-04-27 12:51:13 +02:00
parent 88030d1085
commit bec0972f4a
2 changed files with 14 additions and 15 deletions

View File

@@ -29,11 +29,13 @@ 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 This software was originally licensed under the GNU Lesser General Public License version 3 (LGPLv3).
usable in commercial software, than GPL code only. Please see attached As of April 27, 2025, the project has been relicensed under the MIT License by the original author.
file - LICENSE.txt to see details. This software also uses several The change to the MIT License was made to provide greater freedom and flexibility for both open-source and commercial use, reduce legal complexity, and encourage broader adoption and contribution.
third party software, and user of this software must also respect licenses
of third party libraries. Please see the attached LICENSE.txt file for details.
This software also uses several third-party libraries, and users must comply with the licenses of those third-party components.
## 3. FEATURES ## 3. FEATURES
@@ -58,10 +60,6 @@ Software have following features (the list is not complete):
- [x] static XFA support (readonly, simple XFA only) - [x] static XFA support (readonly, simple XFA only)
- [x] electronically/digitally sign documents - [x] electronically/digitally sign documents
- [x] public key security encryption - [x] public key security encryption
- [ ] 3D PDF support *(planned in year 2024)*
- [ ] create fillable forms *(planned in year 2024)*
- [ ] watermarks / headers / footers *(planned in year 2024)*
- [ ] presentation application *(planned in year 2024)*
## 4. THIRD PARTY LIBRARIES ## 4. THIRD PARTY LIBRARIES
@@ -74,15 +72,16 @@ Several third-party libraries are used.
5. OpenSSL, https://www.openssl.org/, Apache 2.0 license 5. OpenSSL, https://www.openssl.org/, Apache 2.0 license
6. LittleCMS, http://www.littlecms.com/ 6. LittleCMS, http://www.littlecms.com/
7. zlib, https://zlib.net/ 7. zlib, https://zlib.net/
8. Blend2D, https://blend2d.com/
## 5. CONTRIBUTIONS ## 5. CONTRIBUTIONS
If you want to contribute to this project, it is required, that you (contributor) Contributions are welcome!
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 Since the project is now licensed under the MIT License, contributions can be freely submitted without the need to sign a Contributor License Agreement (CLA).
to someone else. But I would strongly prefer, if you want to contribute, to contribute However, all contributions must be made under the terms of the MIT License to ensure license consistency across the project.
in a form of testing, consultation, giving advices etc. I would like to write this library
entirely by myself. You are encouraged to contribute by testing, offering feedback, providing advice, or submitting code improvements.
## 6. INSTALLING ## 6. INSTALLING