Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.16 KB

File metadata and controls

32 lines (22 loc) · 1.16 KB

Third-Party Licenses

This project may optionally use third-party libraries depending on the chosen build configuration.

pugixml (optional)

If pugixml is included in the build:

No action is required when pugixml is provided by the system (e.g., via package manager or shared library).

utf8proc (optional, only if USE_UTF8PROC is defined)

If compiled with -DUSE_UTF8PROC:

If USE_UTF8PROC is not defined:

  • No code from utf8proc is linked or distributed

Summary

Library Used When Must Include License Text?
pugixml When statically linked or bundled Yes
utf8proc Only when USE_UTF8PROC is set Yes
none When system-provided dependencies No

This project itself is licensed under the MIT License.