feat: Update Inc. to LLC. (#30294)
This commit is contained in:
@@ -19,7 +19,7 @@ from openedx.core.djangolib.markup import HTML, Text
|
||||
<div class="copyright-trademarks">
|
||||
<p class="copy">
|
||||
<span class="copyright">©
|
||||
<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>
|
||||
|
||||
@@ -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'))}
|
||||
|
||||
Reference in New Issue
Block a user