@@ -45,7 +45,7 @@ <h1>Third Party Licenses</h1>
45
45
<h2>Overview of licenses:</h2>
46
46
<ul class="licenses-overview">
47
47
<li><a href="#Apache-2.0">Apache License 2.0</a> (411)</li>
48
- <li><a href="#MIT">MIT License</a> (190 )</li>
48
+ <li><a href="#MIT">MIT License</a> (191 )</li>
49
49
<li><a href="#AGPL-3.0">GNU Affero General Public License v3.0</a> (9)</li>
50
50
<li><a href="#BSD-3-Clause">BSD 3-Clause "New" or "Revised" License</a> (9)</li>
51
51
<li><a href="#MPL-2.0">Mozilla Public License 2.0</a> (8)</li>
@@ -14111,6 +14111,34 @@ <h4>Used by:</h4>
14111
14111
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14112
14112
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14113
14113
SOFTWARE.
14114
+ </pre>
14115
+ </li>
14116
+ <li class="license">
14117
+ <h3 id="MIT">MIT License</h3>
14118
+ <h4>Used by:</h4>
14119
+ <ul class="license-used-by">
14120
+ <li><a href=" https://github.com/kornelski/rust_urlencoding ">urlencoding 2.1.3</a></li>
14121
+ </ul>
14122
+ <pre class="license-text">© 2016 Bertram Truong
14123
+ © 2021 Kornel Lesiński
14124
+
14125
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14126
+ of this software and associated documentation files (the "Software"), to deal
14127
+ in the Software without restriction, including without limitation the rights
14128
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14129
+ copies of the Software, and to permit persons to whom the Software is
14130
+ furnished to do so, subject to the following conditions:
14131
+
14132
+ The above copyright notice and this permission notice shall be included in
14133
+ all copies or substantial portions of the Software.
14134
+
14135
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14136
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14137
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14138
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14139
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14140
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14141
+ THE SOFTWARE.
14114
14142
</pre>
14115
14143
</li>
14116
14144
<li class="license">
0 commit comments