diff --git a/services/web/app/views/subscriptions/new.jade b/services/web/app/views/subscriptions/new.jade
index 564d356b2b..b70aec29fc 100644
--- a/services/web/app/views/subscriptions/new.jade
+++ b/services/web/app/views/subscriptions/new.jade
@@ -112,7 +112,6 @@ block content
.form-group(ng-class="validation.correctExpiry == false || validation.errorFields.year ? 'has-error' : ''")
select.form-control(data-recurly='year', ng-change="validateExpiry()", ng-model='data.year')
option(value="", disabled, selected) Year
- option(value="2015") 2015
option(value="2016") 2016
option(value="2017") 2017
option(value="2018") 2018
diff --git a/services/web/config/settings.defaults.coffee b/services/web/config/settings.defaults.coffee
index 73677b2ecc..9f47f33a9f 100644
--- a/services/web/config/settings.defaults.coffee
+++ b/services/web/config/settings.defaults.coffee
@@ -291,7 +291,7 @@ module.exports =
title: "ShareLaTeX Community Edition"
left_footer: [{
- text: "Powered by ShareLaTeX © 2015"
+ text: "Powered by ShareLaTeX © 2016"
}]
right_footer: [{