feat: Update Inc. to LLC. (#30294)

This commit is contained in:
Diana Huang
2022-04-21 15:11:16 -04:00
committed by GitHub
parent 702866b225
commit 42d0852b64
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ from openedx.core.djangolib.markup import HTML, Text
<div class="copyright-trademarks">
<p class="copy">
<span class="copyright">&copy;
<a href="http://www.edx.org">${_("edX Inc.")}</a>
<a href="http://www.edx.org">${_("edX LLC.")}</a>
</span>
${_("All rights reserved except where noted. edX, Open edX and the edX and Open edX logos are registered trademarks of edX Inc.")}</p>
</div>

View File

@@ -132,7 +132,7 @@
## \u2013 is the en-dash. It looks like a year, but it isn't.
<!--"EdX, Open edX, and MicroMasters are trademarks of edX Inc. registered in the U.S. and other countries-->
<p class="copyright">${_(
u"\u00A9 {year} edX Inc. All rights reserved.").format(year=datetime.datetime.now().year)}
u"\u00A9 {year} edX LLC. All rights reserved.").format(year=datetime.datetime.now().year)}
<br/>
% if icp_license_info.get('icp_license'):
${u" | {text}".format(text=icp_license_info.get('text'))}