@@ -365,7 +365,7 @@ Public License instead of this License.
365
365
366
366
The bundled ZLib code is licensed under the ZLib license:
367
367
368
- Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
368
+ (C) 1995-2022 Jean-loup Gailly and Mark Adler
369
369
370
370
This software is provided 'as-is', without any express or implied
371
371
warranty. In no event will the authors be held liable for any damages
@@ -1214,3 +1214,197 @@ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1214
1214
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1215
1215
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1216
1216
SUCH DAMAGE.
1217
+
1218
+ ----------------------------------------------------------------------
1219
+
1220
+ The bundled ntlmclient code is licensed under the MIT license:
1221
+
1222
+ Copyright (c) Edward Thomson. All rights reserved.
1223
+
1224
+ Permission is hereby granted, free of charge, to any person obtaining a
1225
+ copy of this software and associated documentation files (the "Software"),
1226
+ to deal in the Software without restriction, including without limitation
1227
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
1228
+ and/or sell copies of the Software, and to permit persons to whom the
1229
+ Software is furnished to do so, subject to the following conditions:
1230
+
1231
+ The above copyright notice and this permission notice shall be included
1232
+ in all copies or substantial portions of the Software.
1233
+
1234
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1235
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1236
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1237
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1238
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1239
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1240
+ DEALINGS IN THE SOFTWARE.
1241
+
1242
+ ----------------------------------------------------------------------
1243
+
1244
+ Portions of this software derived from Team Explorer Everywhere:
1245
+
1246
+ Copyright (c) Microsoft Corporation
1247
+
1248
+ All rights reserved.
1249
+
1250
+ Permission is hereby granted, free of charge, to any person obtaining a
1251
+ copy of this software and associated documentation files (the "Software"),
1252
+ to deal in the Software without restriction, including without limitation
1253
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
1254
+ and/or sell copies of the Software, and to permit persons to whom the
1255
+ Software is furnished to do so, subject to the following conditions:
1256
+
1257
+ The above copyright notice and this permission notice shall be included
1258
+ in all copies or substantial portions of the Software.
1259
+
1260
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS
1261
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1262
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1263
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1264
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1265
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1266
+ OTHER DEALINGS IN THE SOFTWARE.
1267
+
1268
+ ---------------------------------------------------------------------------
1269
+
1270
+ Portions of this software derived from the LLVM Compiler Infrastructure:
1271
+
1272
+ Copyright (c) 2003-2016 University of Illinois at Urbana-Champaign.
1273
+ All rights reserved.
1274
+
1275
+ Developed by:
1276
+
1277
+ LLVM Team
1278
+
1279
+ University of Illinois at Urbana-Champaign
1280
+
1281
+ http://llvm.org
1282
+
1283
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1284
+ this software and associated documentation files (the "Software"), to deal with
1285
+ the Software without restriction, including without limitation the rights to
1286
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1287
+ of the Software, and to permit persons to whom the Software is furnished to do
1288
+ so, subject to the following conditions:
1289
+
1290
+ * Redistributions of source code must retain the above copyright notice,
1291
+ this list of conditions and the following disclaimers.
1292
+
1293
+ * Redistributions in binary form must reproduce the above copyright notice,
1294
+ this list of conditions and the following disclaimers in the
1295
+ documentation and/or other materials provided with the distribution.
1296
+
1297
+ * Neither the names of the LLVM Team, University of Illinois at
1298
+ Urbana-Champaign, nor the names of its contributors may be used to
1299
+ endorse or promote products derived from this Software without specific
1300
+ prior written permission.
1301
+
1302
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1303
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1304
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1305
+ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1306
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1307
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
1308
+ SOFTWARE.
1309
+
1310
+ ---------------------------------------------------------------------------
1311
+
1312
+ Portions of this software derived from Unicode, Inc:
1313
+
1314
+ Copyright 2001-2004 Unicode, Inc.
1315
+
1316
+ Disclaimer
1317
+
1318
+ This source code is provided as is by Unicode, Inc. No claims are
1319
+ made as to fitness for any particular purpose. No warranties of any
1320
+ kind are expressed or implied. The recipient agrees to determine
1321
+ applicability of information provided. If this file has been
1322
+ purchased on magnetic or optical media from Unicode, Inc., the
1323
+ sole remedy for any claim will be exchange of defective media
1324
+ within 90 days of receipt.
1325
+
1326
+ Limitations on Rights to Redistribute This Code
1327
+
1328
+ Unicode, Inc. hereby grants the right to freely use the information
1329
+ supplied in this file in the creation of products supporting the
1330
+ Unicode Standard, and to make copies of this file in any form
1331
+ for internal or external distribution as long as this notice
1332
+ remains attached.
1333
+
1334
+ ---------------------------------------------------------------------------
1335
+
1336
+ Portions of this software derived from sheredom/utf8.h:
1337
+
1338
+ This is free and unencumbered software released into the public domain.
1339
+
1340
+ Anyone is free to copy, modify, publish, use, compile, sell, or
1341
+ distribute this software, either in source code form or as a compiled
1342
+ binary, for any purpose, commercial or non-commercial, and by any
1343
+ means.
1344
+
1345
+ In jurisdictions that recognize copyright laws, the author or authors
1346
+ of this software dedicate any and all copyright interest in the
1347
+ software to the public domain. We make this dedication for the benefit
1348
+ of the public at large and to the detriment of our heirs and
1349
+ successors. We intend this dedication to be an overt act of
1350
+ relinquishment in perpetuity of all present and future rights to this
1351
+ software under copyright law.
1352
+
1353
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1354
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1355
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1356
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1357
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1358
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1359
+ OTHER DEALINGS IN THE SOFTWARE.
1360
+
1361
+ For more information, please refer to <http://unlicense.org/>
1362
+
1363
+ ---------------------------------------------------------------------------
1364
+
1365
+ Portions of this software derived from RFC 1320:
1366
+
1367
+ Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved.
1368
+
1369
+ License to copy and use this software is granted provided that it
1370
+ is identified as the "RSA Data Security, Inc. MD4 Message-Digest
1371
+ Algorithm" in all material mentioning or referencing this software
1372
+ or this function.
1373
+
1374
+ License is also granted to make and use derivative works provided
1375
+ that such works are identified as "derived from the RSA Data
1376
+ Security, Inc. MD4 Message-Digest Algorithm" in all material
1377
+ mentioning or referencing the derived work.
1378
+
1379
+ RSA Data Security, Inc. makes no representations concerning either
1380
+ the merchantability of this software or the suitability of this
1381
+ software for any particular purpose. It is provided "as is"
1382
+ without express or implied warranty of any kind.
1383
+
1384
+ These notices must be retained in any copies of any part of this
1385
+ documentation and/or software.
1386
+
1387
+ ----------------------------------------------------------------------
1388
+
1389
+ The bundled llhttp dependency is licensed under the MIT license:
1390
+
1391
+ Copyright Fedor Indutny, 2018.
1392
+
1393
+ Permission is hereby granted, free of charge, to any person obtaining a
1394
+ copy of this software and associated documentation files (the
1395
+ "Software"), to deal in the Software without restriction, including
1396
+ without limitation the rights to use, copy, modify, merge, publish,
1397
+ distribute, sublicense, and/or sell copies of the Software, and to permit
1398
+ persons to whom the Software is furnished to do so, subject to the
1399
+ following conditions:
1400
+
1401
+ The above copyright notice and this permission notice shall be included
1402
+ in all copies or substantial portions of the Software.
1403
+
1404
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1405
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1406
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1407
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1408
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1409
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1410
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments