summaryrefslogtreecommitdiffstats
path: root/webapp/components/header_footer_template.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-05-04 18:28:35 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-05-04 18:28:35 -0400
commitea60d4695b5ef871a77a60b515643c098ad8491a (patch)
treedbecf81b612be326f0e6719c43964023adf8e641 /webapp/components/header_footer_template.jsx
parent4951da5232ad2e7257f14c9def998730f9912e49 (diff)
downloadchat-ea60d4695b5ef871a77a60b515643c098ad8491a.tar.gz
chat-ea60d4695b5ef871a77a60b515643c098ad8491a.tar.bz2
chat-ea60d4695b5ef871a77a60b515643c098ad8491a.zip
PLT-6478 Fixed copyright date on login screen (#6329)
Diffstat (limited to 'webapp/components/header_footer_template.jsx')
-rw-r--r--webapp/components/header_footer_template.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/components/header_footer_template.jsx b/webapp/components/header_footer_template.jsx
index 80274d985..c41d7ee41 100644
--- a/webapp/components/header_footer_template.jsx
+++ b/webapp/components/header_footer_template.jsx
@@ -90,7 +90,9 @@ export default class NotLoggedIn extends React.Component {
<span className='pull-right footer-site-name'>{'Mattermost'}</span>
</div>
<div className='col-xs-12'>
- <span className='pull-right footer-link copyright'>{'© 2015-2016 Mattermost, Inc.'}</span>
+ <span className='pull-right footer-link copyright'>
+ {`© 2015-${new Date().getFullYear()} Mattermost, Inc.`}
+ </span>
{content}
</div>
</div>