Bug 1375292 - about:license: add MIT license for third_party/rust/winapi. r?gerv draft
authorChris Peterson <cpeterson@mozilla.com>
Sat, 22 Jul 2017 00:38:07 -0700
changeset 613883 575fd01fe11fcde3f93f13911f1b70cc61582ca6
parent 613882 2b5e45443d7bb6cdfbc3aabda2cf6b51fe03accb
child 613884 08f797353cad5316c640e80423f2afed188d960a
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/winapi. r?gerv https://hg.mozilla.org/mozilla-central/file/tip/third_party/rust/winapi/LICENSE.md MozReview-Commit-ID: 5rOjgM2xlFE
toolkit/content/license.html
--- a/toolkit/content/license.html
+++ b/toolkit/content/license.html
@@ -195,16 +195,17 @@
       <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#walkdir">walkdir License</a></li>
       <li><a href="about:license#webrtc">WebRTC License</a></li>
+      <li><a href="about:license#winapi">winapi 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>
 
     <ul>
       <li><a href="about:license#other-notices">Other Required Notices</a>
@@ -7485,16 +7486,48 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTI
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 </pre>
 
 
     <hr>
 
+    <h1><a id="winapi"></a>winapi License</h1>
+
+    <p>This license applies to files in the directory
+    <code>third_party/rust/winapi</code>.</p>
+
+<pre>
+The MIT License (MIT)
+
+Copyright (c) 2015 Peter Atashian
+
+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="x264"></a>x264 License</h1>
 
     <p>This license applies to the file <code>
     media/webrtc/trunk/third_party/libyuv/source/x86inc.asm</code>.
     </p>
 
 <pre>
 Copyright (C) 2005-2012 x264 project