From 46cb9c5545c05c56122e84479f9304e7ba5219a8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 5 Aug 2021 20:37:18 +0200 Subject: [PATCH] chore: Sort LICENSE.adoc entries --- LICENSE.adoc | 62 ++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/LICENSE.adoc b/LICENSE.adoc index f54cfc68f..361fc99de 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -513,6 +513,37 @@ SUCH DAMAGE. ---- +=== src/third_party/httplib.* + +cpp-httplib - A C++11 cross-platform HTTP/HTTPS library. Copied from +https://github.com/yhirose/cpp-httplib[cpp-httplib] commit +469c6bc2b611ec5d212275e559e58e4da256019d. The library has the following license: + +---- +The MIT License (MIT) + +Copyright (c) 2021 yhirose + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +---- + + === src/third_party/minitrace.* A library for producing JSON traces suitable for Chrome's built-in trace viewer @@ -658,37 +689,6 @@ The full license text can be found in LGPL-3.0.txt and at https://www.gnu.org/licenses/lgpl-3.0.html. -=== src/third_party/httplib.* - -cpp-httplib - A C++11 cross-platform HTTP/HTTPS library. Copied from -https://github.com/yhirose/cpp-httplib[cpp-httplib] commit -469c6bc2b611ec5d212275e559e58e4da256019d. The library has the following license: - ----- -The MIT License (MIT) - -Copyright (c) 2021 yhirose - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. ----- - - === src/third_party/win32/mktemp.* This implementation of `mkstemp()` for Win32 was adapted from -- 2.47.2