Merge pull request #13204 from edx/marco/copyrightyear/update
Updated copyright year for LMS / CMS
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user