@@ -62,3 +62,33 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
62
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
63
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
64
64
THE SOFTWARE.
65
+
66
+
67
+ --------------------------------------------------------------------------------
68
+
69
+ Catch - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD
70
+ https://github.com/philsquared/Catch
71
+
72
+ Boost Software License - Version 1.0 - August 17th, 2003
73
+
74
+ Permission is hereby granted, free of charge, to any person or organization
75
+ obtaining a copy of the software and accompanying documentation covered by
76
+ this license (the "Software") to use, reproduce, display, distribute,
77
+ execute, and transmit the Software, and to prepare derivative works of the
78
+ Software, and to permit third-parties to whom the Software is furnished to
79
+ do so, all subject to the following:
80
+
81
+ The copyright notices in the Software and this entire statement, including
82
+ the above license grant, this restriction and the following disclaimer,
83
+ must be included in all copies of the Software, in whole or in part, and
84
+ all derivative works of the Software, unless such copies or derivative
85
+ works are solely in the form of machine-executable object code generated by
86
+ a source language processor.
87
+
88
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
91
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
92
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
93
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
94
+ DEALINGS IN THE SOFTWARE.
0 commit comments