summaryrefslogtreecommitdiffstats
path: root/webapp/stores/message_history_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/stores/message_history_store.jsx')
-rw-r--r--webapp/stores/message_history_store.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/stores/message_history_store.jsx b/webapp/stores/message_history_store.jsx
index 51f673d9e..6c758fb05 100644
--- a/webapp/stores/message_history_store.jsx
+++ b/webapp/stores/message_history_store.jsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import Constants from 'utils/constants.jsx';
@@ -76,4 +76,4 @@ class MessageHistoryStoreClass {
var MessageHistoryStore = new MessageHistoryStoreClass();
-export default MessageHistoryStore; \ No newline at end of file
+export default MessageHistoryStore;