diff --git a/lms/envs/common.py b/lms/envs/common.py index 87399a56f8..a24d47866f 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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" diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index 77949638f1..55aad69328 100644 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -35,7 +35,7 @@ % endfor