summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion/suggestion.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/suggestion/suggestion.jsx')
-rw-r--r--webapp/components/suggestion/suggestion.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/suggestion/suggestion.jsx b/webapp/components/suggestion/suggestion.jsx
index 8547d50d0..1ad816638 100644
--- a/webapp/components/suggestion/suggestion.jsx
+++ b/webapp/components/suggestion/suggestion.jsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import React from 'react';
@@ -25,4 +25,4 @@ export default class Suggestion extends React.Component {
this.props.onClick(this.props.term, this.props.matchedPretext);
}
-} \ No newline at end of file
+}