Bug 959773: Add x264 license for libyuv update r=gerv

This commit is contained in:
Randell Jesup 2014-01-30 19:54:35 -05:00
parent c29c4207c6
commit fe6c5101ce

View File

@ -129,6 +129,7 @@
<li><a href="about:license#v8">V8 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>
@ -2995,7 +2996,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<h1><a id="libyuv"></a>libyuv License</h1>
<p>This license applies to files in the directory
<span class="path">media/webrtc/trunk/third_party/libyuv</span>.
<span class="path">media/webrtc/trunk/third_party/libyuv</span> except
for the file <span class="path">media/webrtc/trunk/third_party/libyuv/source/x86inc.asm</span>.
</p>
<pre>
@ -4272,6 +4274,35 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</pre>
<hr>
<h1><a id="x264"></a>x264 License</h1>
<p>This license applies to the file <span class="path">
media/webrtc/trunk/third_party/libyuv/source/x86inc.asm</span>.
</p>
<pre>
Copyright (C) 2005-2012 x264 project
Authors: Loren Merritt <lorenm@u.washington.edu>
Anton Mitrofanov <BugMaster@narod.ru>
Jason Garrett-Glaser <darkshikari@gmail.com>
Henrik Gramner <hengar-6@student.ltu.se>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
</pre>
<hr>
<h1><a id="xiph"></a>Xiph.org Foundation License</h1>