diff options
| author | Stefan Boberg <[email protected]> | 2022-05-19 21:01:01 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-05-19 21:01:01 +0200 |
| commit | 0b2c417a593d9ed8f539c499dc1f169a34f46e00 (patch) | |
| tree | 8aada5d40b40f54eaa88a5911e569886b1c06fa9 /thirdparty/licenses/Catch2.tps | |
| parent | commented out some doctest::skip tests for now (does not compile with catch2) (diff) | |
| download | zen-0b2c417a593d9ed8f539c499dc1f169a34f46e00.tar.xz zen-0b2c417a593d9ed8f539c499dc1f169a34f46e00.zip | |
Added tps
Diffstat (limited to 'thirdparty/licenses/Catch2.tps')
| -rw-r--r-- | thirdparty/licenses/Catch2.tps | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/thirdparty/licenses/Catch2.tps b/thirdparty/licenses/Catch2.tps new file mode 100644 index 000000000..e58e2cf3a --- /dev/null +++ b/thirdparty/licenses/Catch2.tps @@ -0,0 +1,13 @@ +<?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>Catch 2</Name> + <Location>https://github.com/EpicGames/zen</Location> + <Function>Unit test framework.</Function> + <Eula>https://github.com/catchorg/Catch2/blob/devel/LICENSE.txt</Eula> + <RedistributeTo> + <EndUserGroup>Licensees</EndUserGroup> + <EndUserGroup>Git</EndUserGroup> + <EndUserGroup>P4</EndUserGroup> + </RedistributeTo> + <LicenseFolder>https://github.com/EpicGames/zen/tree/main/thirdparty/licenses</LicenseFolder> +</TpsData>
\ No newline at end of file |