Bug 1375292 - about:license: add MIT license for third_party/rust/utf8-ranges. r?gerv draft
authorChris Peterson <cpeterson@mozilla.com>
Sat, 22 Jul 2017 00:32:29 -0700
changeset 613880 4c24753173eec7bdc5c42130a2dc59d9785e06bb
parent 613879 9d60e7cb9792a9faf4428455e64f9061406a0a99
child 613881 1f4644408a87304df6b12944b35ecee40f5e7e53
push id69871
push usercpeterson@mozilla.com
push dateSun, 23 Jul 2017 07:49:07 +0000
reviewersgerv
bugs1375292
milestone56.0a1
Bug 1375292 - about:license: add MIT license for third_party/rust/utf8-ranges. r?gerv https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/utf8-ranges/LICENSE-MIT MozReview-Commit-ID: 2peu9PCQeXk
toolkit/content/license.html
--- a/toolkit/content/license.html
+++ b/toolkit/content/license.html
@@ -188,16 +188,17 @@
       <li><a href="about:license#superfasthash">SuperFastHash License</a></li>
       <li><a href="about:license#synstructure">synstructure License</a></li>
       <li><a href="about:license#typeable">typeable License</a></li>
       <li><a href="about:license#unicase">unicase License</a></li>
       <li><a href="about:license#unicode">Unicode License</a></li>
       <li><a href="about:license#ucal">University of California License</a></li>
       <li><a href="about:license#unreachable">unreachable License</a></li>
       <li><a href="about:license#hunspell-en-US">US English Spellchecking Dictionary Licenses</a></li>
+      <li><a href="about:license#utf8-ranges">utf8-ranges License</a></li>
       <li><a href="about:license#v8">V8 License</a></li>
       <li><a href="about:license#validator">Validator License</a></li>
       <li><a href="about:license#vtune">VTune License</a></li>
       <li><a href="about:license#webrtc">WebRTC License</a></li>
       <li><a href="about:license#x264">x264 License</a></li>
       <li><a href="about:license#xiph">Xiph.org Foundation License</a></li>
     </ul>
 
@@ -7236,16 +7237,47 @@ POSSIBILITY OF SUCH DAMAGE.
 
 Additional Contributors:
 
  Alan Beale &lt;biljir@pobox.com&gt;
  M Cooper &lt;thegrendel@theriver.com&gt;
 </pre>
 
 
+    <hr>
+
+    <h1><a id="utf8-ranges"></a>utf8-ranges License</h1>
+
+    <p>This license applies to files in the directory
+    <code>third_party/rust/utf8-ranges</code>.</p>
+
+<pre>
+The MIT License (MIT)
+
+Copyright (c) 2015 Andrew Gallant
+
+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.
+</pre>
+
 
     <hr>
 
     <h1><a id="v8"></a>V8 License</h1>
 
     <p>This license applies to certain files in the directories
       <code>js/src/irregexp</code>,
       <code>js/src/builtin</code>,