Skip to content

Commit 6f2eeda

Browse files
committed
added Catch2 to Attributions section in README
1 parent e48e1fa commit 6f2eeda

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ Crow has incorporated the following libraries into its source.
135135
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
136136
IN THE SOFTWARE.
137137

138+
---------------------------------------------------------------------------
139+
138140

139141
qs_parse (used for reading query string parameters)
140142

@@ -150,6 +152,8 @@ Crow has incorporated the following libraries into its source.
150152
The above copyright notice and this permission notice shall be included in
151153
all copies or substantial portions of the Software.
152154

155+
---------------------------------------------------------------------------
156+
153157

154158
TinySHA1 (used during the websocket handshake, not for security)
155159

@@ -169,3 +173,34 @@ Crow has incorporated the following libraries into its source.
169173
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
170174
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
171175
PERFORMANCE OF THIS SOFTWARE.
176+
177+
---------------------------------------------------------------------------
178+
179+
180+
Catch2 (used only in unit tests, not part of the actual framework)
181+
182+
https://github.com/catchorg/Catch2
183+
184+
Boost Software License - Version 1.0 - August 17th, 2003
185+
186+
Permission is hereby granted, free of charge, to any person or organization
187+
obtaining a copy of the software and accompanying documentation covered by
188+
this license (the "Software") to use, reproduce, display, distribute,
189+
execute, and transmit the Software, and to prepare derivative works of the
190+
Software, and to permit third-parties to whom the Software is furnished to
191+
do so, all subject to the following:
192+
193+
The copyright notices in the Software and this entire statement, including
194+
the above license grant, this restriction and the following disclaimer,
195+
must be included in all copies of the Software, in whole or in part, and
196+
all derivative works of the Software, unless such copies or derivative
197+
works are solely in the form of machine-executable object code generated by
198+
a source language processor.
199+
200+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
201+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
202+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
203+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
204+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
205+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
206+
DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)