Bug 1375292 - about:license: add MIT license for third_party/rust/void. r?gerv draft
authorChris Peterson <cpeterson@mozilla.com>
Sat, 22 Jul 2017 00:35:09 -0700
changeset 613881 1f4644408a87304df6b12944b35ecee40f5e7e53
parent 613880 4c24753173eec7bdc5c42130a2dc59d9785e06bb
child 613882 2b5e45443d7bb6cdfbc3aabda2cf6b51fe03accb
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/void. r?gerv https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/void MozReview-Commit-ID: 8QtcXoa8Edw
toolkit/content/license.html
--- a/toolkit/content/license.html
+++ b/toolkit/content/license.html
@@ -191,16 +191,17 @@
       <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#void">void 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>
 
 <br>
 
@@ -7271,16 +7272,48 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE F
 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="void"></a>void License</h1>
+
+    <p>This license applies to files in the directory
+    <code>third_party/rust/void</code>.</p>
+
+<pre>
+The MIT License (MIT)
+
+Copyright (c) 2015 Jonathan Reem
+
+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>,
       <code>js/src/jit/arm</code> and
       <code>js/src/jit/mips</code>.
     </p>