Merge pull request #13204 from edx/marco/copyrightyear/update

Updated copyright year for LMS / CMS
This commit is contained in:
Marco Morales
2016-08-26 10:51:43 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ from lms.djangoapps.lms_xblock.mixin import LmsBlockMixin
PLATFORM_NAME = "Your Platform Name Here"
CC_MERCHANT_NAME = PLATFORM_NAME
# Shows up in the platform footer, eg "(c) COPYRIGHT_YEAR"
COPYRIGHT_YEAR = "2015"
COPYRIGHT_YEAR = "2016"
PLATFORM_FACEBOOK_ACCOUNT = "http://www.facebook.com/YourPlatformFacebookAccount"
PLATFORM_TWITTER_ACCOUNT = "@YourPlatformTwitterAccount"

View File

@@ -35,7 +35,7 @@
% endfor
</nav>
<p class="copyright">${_(
u"\u00A9 edX Inc. All rights reserved except where noted. "
u"\u00A9 2016 edX Inc. All rights reserved except where noted. "
u"EdX, Open edX and the edX and Open EdX logos are registered trademarks "
u"or trademarks of edX Inc."
)}