mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 810404 - Change breakpad license to Google BSD and point protobuf code to it. r=gerv
This commit is contained in:
parent
3b2cd70e63
commit
4c16dd48e8
@ -62,7 +62,6 @@
|
||||
<li><a href="about:license#apple">Apple License</a></li>
|
||||
<li><a href="about:license#apple-mozilla">Apple/Mozilla NPRuntime License</a></li>
|
||||
<li><a href="about:license#apple-torch">Apple/Torch Mobile License</a></li>
|
||||
<li><a href="about:license#breakpad">Breakpad License</a></li>
|
||||
<li><a href="about:license#bspatch">bspatch License</a></li>
|
||||
<li><a href="about:license#cairo">Cairo Component Licenses</a></li>
|
||||
<li><a href="about:license#chromium">Chromium License</a></li>
|
||||
@ -72,6 +71,7 @@
|
||||
<li><a href="about:license#expat">Expat License</a></li>
|
||||
<li><a href="about:license#firebug">Firebug License</a></li>
|
||||
<li><a href="about:license#gfx-font-list">gfxFontList License</a></li>
|
||||
<li><a href="about:license#google-bsd">Google BSD License</a></li>
|
||||
<li><a href="about:license#gears">Google Gears License</a></li>
|
||||
<li><a href="about:license#gears-istumbler">Google Gears/iStumbler License</a></li>
|
||||
<li><a href="about:license#vp8">Google VP8 License</a></li>
|
||||
@ -601,6 +601,7 @@ executables of your software products.
|
||||
|
||||
<p>This license applies to various files in the Mozilla codebase,
|
||||
including those in the directory <span class="path">gfx/skia/</span>.</p>
|
||||
<!-- This is the wrong directory, what was intended? -->
|
||||
|
||||
<pre>
|
||||
Copyright 2009, The Android Open Source Project
|
||||
@ -967,46 +968,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</pre>
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
<h1><a id="breakpad"></a>Breakpad License</h1>
|
||||
|
||||
<p>This license applies to files in the directory
|
||||
<span class="path">toolkit/crashreporter/google-breakpad/</span> and
|
||||
<span class="path">camino/google-breakpad/</span>.</p>
|
||||
|
||||
<pre>
|
||||
Copyright (c) 2006, Google Inc.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
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="bspatch"></a>bspatch License</h1>
|
||||
@ -1365,6 +1326,47 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
<h1><a id="google-bsd"></a>Google BSD License</h1>
|
||||
|
||||
<p>This license applies to files in the directories
|
||||
<span class="path">toolkit/crashreporter/google-breakpad/</span>,
|
||||
<span class="path">camino/google-breakpad/</span> and
|
||||
<span class="path">toolkit/components/protobuf/</span>.</p>
|
||||
|
||||
<pre>
|
||||
Copyright (c) 2006, Google Inc.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
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="gears"></a>Google Gears License</h1>
|
||||
@ -2649,7 +2651,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
<hr>
|
||||
|
||||
<h1><a id="skia"></a>SCTP Licenses</h1>
|
||||
<h1><a id="sctp"></a>SCTP Licenses</h1>
|
||||
|
||||
<p>These licenses apply to certain files in the directory
|
||||
<span class="path">netwerk/sctp/src/</span>.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user