@@ -135,6 +135,8 @@ Crow has incorporated the following libraries into its source.
135
135
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
136
136
IN THE SOFTWARE.
137
137
138
+ ---------------------------------------------------------------------------
139
+
138
140
139
141
qs_parse (used for reading query string parameters)
140
142
@@ -150,6 +152,8 @@ Crow has incorporated the following libraries into its source.
150
152
The above copyright notice and this permission notice shall be included in
151
153
all copies or substantial portions of the Software.
152
154
155
+ ---------------------------------------------------------------------------
156
+
153
157
154
158
TinySHA1 (used during the websocket handshake, not for security)
155
159
@@ -169,3 +173,34 @@ Crow has incorporated the following libraries into its source.
169
173
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
170
174
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
171
175
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