summaryrefslogtreecommitdiffstats
path: root/webapp/components/help
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-12 08:27:57 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-04-12 08:27:57 -0400
commitfb6f2a123c7fefc8d8270e273e9ef4007f88cefd (patch)
tree32d1be8051bbc17b6faaf883e6f1c832e84dab3c /webapp/components/help
parente841d0c5023640efc3dcf9d5284f55458e06a0a6 (diff)
downloadchat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.tar.gz
chat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.tar.bz2
chat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.zip
PLT-5860 Updated copyright date (#6058)
* PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
Diffstat (limited to 'webapp/components/help')
-rw-r--r--webapp/components/help/components/attaching.jsx2
-rw-r--r--webapp/components/help/components/commands.jsx2
-rw-r--r--webapp/components/help/components/composing.jsx2
-rw-r--r--webapp/components/help/components/formatting.jsx2
-rw-r--r--webapp/components/help/components/mentioning.jsx2
-rw-r--r--webapp/components/help/components/messaging.jsx2
-rw-r--r--webapp/components/help/help_controller.jsx4
7 files changed, 8 insertions, 8 deletions
diff --git a/webapp/components/help/components/attaching.jsx b/webapp/components/help/components/attaching.jsx
index 9796733ef..84c50004d 100644
--- a/webapp/components/help/components/attaching.jsx
+++ b/webapp/components/help/components/attaching.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 {localizeMessage} from 'utils/utils.jsx';
diff --git a/webapp/components/help/components/commands.jsx b/webapp/components/help/components/commands.jsx
index b59847f0d..1c670ed77 100644
--- a/webapp/components/help/components/commands.jsx
+++ b/webapp/components/help/components/commands.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 {localizeMessage} from 'utils/utils.jsx';
diff --git a/webapp/components/help/components/composing.jsx b/webapp/components/help/components/composing.jsx
index 20d6c3ee7..f3b16c76d 100644
--- a/webapp/components/help/components/composing.jsx
+++ b/webapp/components/help/components/composing.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 {localizeMessage} from 'utils/utils.jsx';
diff --git a/webapp/components/help/components/formatting.jsx b/webapp/components/help/components/formatting.jsx
index 72d07c74c..52ad89772 100644
--- a/webapp/components/help/components/formatting.jsx
+++ b/webapp/components/help/components/formatting.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 {localizeMessage} from 'utils/utils.jsx';
diff --git a/webapp/components/help/components/mentioning.jsx b/webapp/components/help/components/mentioning.jsx
index 5ce42197a..83e19d14b 100644
--- a/webapp/components/help/components/mentioning.jsx
+++ b/webapp/components/help/components/mentioning.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 {localizeMessage} from 'utils/utils.jsx';
diff --git a/webapp/components/help/components/messaging.jsx b/webapp/components/help/components/messaging.jsx
index dd1c90f8b..5f26f32ba 100644
--- a/webapp/components/help/components/messaging.jsx
+++ b/webapp/components/help/components/messaging.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 {localizeMessage} from 'utils/utils.jsx';
diff --git a/webapp/components/help/help_controller.jsx b/webapp/components/help/help_controller.jsx
index 56a13b7e8..2e21861c1 100644
--- a/webapp/components/help/help_controller.jsx
+++ b/webapp/components/help/help_controller.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 React from 'react';
@@ -24,4 +24,4 @@ export default class HelpController extends React.Component {
</div>
);
}
-} \ No newline at end of file
+}