Files
UnrealEngine/Engine/Source/ThirdParty/pugixml/pugixml.tps
2025-05-18 13:04:45 +08:00

14 lines
833 B
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<TpsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>pugixml</Name>
<Location>Engine/Source/ThirdParty/pugixml</Location>
<Function>pugixml is a C++ XML processing library, which consists of a DOM-like interface with rich traversal/modification capabilities, an extremely fast XML parser which constructs the DOM tree from an XML file/buffer, and an XPath 1.0 implementation for complex data-driven tree queries.</Function>
<Eula>https://github.com/zeux/pugixml/blob/v1.15/LICENSE.md</Eula>
<RedistributeTo>
<EndUserGroup>Licensees</EndUserGroup>
<EndUserGroup>Git</EndUserGroup>
<EndUserGroup>P4</EndUserGroup>
</RedistributeTo>
<LicenseFolder>Engine/Source/ThirdParty/Licenses</LicenseFolder>
</TpsData>