diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index 0cf03b1732..f8aeba98d1 100755 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -132,13 +132,8 @@ ## \u2013 is the en-dash. It looks like a year, but it isn't.
${_(
- u"\u00A9 2012\u2013{year} edX Inc. ").format(year=datetime.datetime.now().year)}
+ u"\u00A9 {year} edX Inc. All rights reserved.").format(year=datetime.datetime.now().year)}
- ${_(
-
- u"edX, Open edX, and MicroMasters are registered trademarks of edX Inc. "
-
- )}
% if icp_license_info.get('icp_license'):
${u" | {text}".format(text=icp_license_info.get('text'))}