]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Sort LICENSE.adoc entries
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Aug 2021 18:37:18 +0000 (20:37 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Aug 2021 18:37:18 +0000 (20:37 +0200)
LICENSE.adoc

index f54cfc68fa3bff1a01d485f6383aa7139916753a..361fc99de7110add6934370d967e71d5380cde23 100644 (file)
@@ -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