Bug 464994. about:license and about:rights potentially contradict each other. r=gerv, a=blocking-firefox3.1

This commit is contained in:
Justin Dolske 2008-11-26 20:59:47 -05:00
parent 23065733a2
commit e33b2bfa4b
3 changed files with 8 additions and 30 deletions

View File

@ -56,7 +56,7 @@ include $(topsrcdir)/config/rules.mk
DEFINES += \
-DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
-DAPP_EULA_BLOCK=$(abs_srcdir)/content/overrides/app-license.html \
-DAPP_LICENSE_BLOCK=$(abs_srcdir)/content/overrides/app-license.html \
$(NULL)
ifndef MOZ_BRANDING_DIRECTORY

View File

@ -1,5 +1,3 @@
<p>Official <b>binaries</b> of this product released by the
<a href="http://www.mozilla.com/">Mozilla Corporation</a>
are made available under
<a href="http://www.mozilla.org/foundation/EULA/">the corresponding
EULA</a>.</p>
<p><b>Binaries</b> of this product have been made available to you by the
<a href="http://www.mozilla.org/">Mozilla Project</a> under the Mozilla
Public License. <a href="about:rights">Know your rights</a>.</p>

View File

@ -123,14 +123,12 @@
<div class="correctme">
#ifdef APP_EULA_BLOCK
#includesubst @APP_EULA_BLOCK@
#ifdef APP_LICENSE_BLOCK
#includesubst @APP_LICENSE_BLOCK@
#endif
<p>Except as described
<a id="exceptions-link" href="about:license#exceptions">here</a>, all
of the <b>source code</b> to this product is
<a href="http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS">available</a>
<p>All of the <b>source code</b> to this product is
<a href="https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29">available</a>
under licenses which are both
<a href="http://www.gnu.org/philosophy/free-sw.html">free</a> and
<a href="http://www.opensource.org/docs/definition.php">open source</a>.
@ -2725,24 +2723,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<hr>
<h3><a name="exceptions"></a>* Exceptions</h3>
<p class="correctme">
Depending on how it was compiled, your product distribution and version
may include the following portions which are not available under the
above terms:
</p>
<ul>
<li>Image files containing the
<a href="http://www.mozilla.org/foundation/trademarks/policy.html">trademarks
and logos</a> of the Mozilla
Foundation, which may not be reproduced without permission.
(Copyright &copy;2004-2008 The Mozilla Foundation.
All Rights Reserved. Some trademark rights are used under
license from The Charlton Company.)
</ul>
<p class="correctme"><a href="about:license#top">Return to top</a>.</p>
</body>