Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 775 Bytes

File metadata and controls

19 lines (17 loc) · 775 Bytes

Third-Party Notices

zig-xml

  • Project: zig-xml — A pure-Zig spec-compliant XML parser
  • Homepage: https://github.com/nektro/zig-xml
  • License: Mozilla Public License 2.0 (MPL-2.0). See LICENSES/MPL-2.0.txt.
  • Author: Meghan Denny (alias: nektro), she/her
  • Use in this repository:
    • The entire src/xmlparse.zig file is derived from zig-xml for ease of building
    • Code merged into a single file; tracer dependency stubbed
    • MPL-2.0 header present at the top of src/xmlparse.zig
  • Compliance notes:
    • MPL header and license text are preserved
    • Modifications are documented here