Merge pull request #6805 from edx/sarina/legal-update-footer-text
Update Footer Copyright Notice as per Legal OPEN-444
This commit is contained in:
@@ -4,7 +4,15 @@
|
||||
<div class="wrapper-footer wrapper">
|
||||
<footer class="primary" role="contentinfo">
|
||||
<div class="colophon">
|
||||
<p>© ${settings.COPYRIGHT_YEAR} <a href="${marketing_link('ROOT')}" rel="external">${settings.PLATFORM_NAME}</a>. ${ _("All rights reserved.")}</p>
|
||||
<p>© ${settings.COPYRIGHT_YEAR} <a href="${marketing_link('ROOT')}" rel="external">${settings.PLATFORM_NAME}</a>.</p>
|
||||
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
|
||||
<p>
|
||||
## Translators: 'EdX', 'edX', 'Studio', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
|
||||
${_("EdX, Open edX, Studio, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
|
||||
link_start=u"<a href='https://www.edx.org/'>",
|
||||
link_end=u"</a>"
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<nav class="nav-peripheral">
|
||||
|
||||
@@ -30,12 +30,17 @@
|
||||
</div>
|
||||
|
||||
<div class="footer-about-copyright">
|
||||
## Translators: '©' is an HTML character code for the copyright symbol. Please don't remove or change it.
|
||||
<p>${_("© {copyright_year} {platform_name}, some rights reserved").format(
|
||||
platform_name=settings.PLATFORM_NAME,
|
||||
copyright_year=settings.COPYRIGHT_YEAR
|
||||
)}
|
||||
</p>
|
||||
## Using "edX Inc." explicitly here for copyright purposes (settings.PLATFORM_NAME is just "edX", and this footer is only used on edx.org)
|
||||
<p>© ${settings.COPYRIGHT_YEAR} edX Inc.</p>
|
||||
|
||||
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
|
||||
<p>
|
||||
## Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
|
||||
${_("EdX, Open edX, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
|
||||
link_start=u"<a href='https://www.edx.org/'>",
|
||||
link_end=u"</a>"
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-about-links">
|
||||
|
||||
@@ -51,11 +51,15 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## Translators: '©' is an HTML character code for the copyright symbol. Please don't remove or change it.
|
||||
<p class="copyright">${_("© {copyright_year} {platform_name}, some rights reserved").format(
|
||||
platform_name=settings.PLATFORM_NAME,
|
||||
copyright_year=settings.COPYRIGHT_YEAR
|
||||
)}
|
||||
<p class="copyright">© ${settings.COPYRIGHT_YEAR} ${settings.PLATFORM_NAME}.</p>
|
||||
|
||||
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
|
||||
<p class="copyright">
|
||||
## Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
|
||||
${_("EdX, Open edX, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
|
||||
link_start=u"<a href='https://www.edx.org/'>",
|
||||
link_end=u"</a>"
|
||||
)}
|
||||
</p>
|
||||
<nav class="nav-legal">
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user