summaryrefslogtreecommitdiffstats
path: root/webapp/routes
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/routes')
-rw-r--r--webapp/routes/route_admin_console.jsx2
-rw-r--r--webapp/routes/route_emoji.jsx2
-rw-r--r--webapp/routes/route_help.jsx2
-rw-r--r--webapp/routes/route_integrations.jsx2
-rw-r--r--webapp/routes/route_root.jsx2
-rw-r--r--webapp/routes/route_team.jsx2
-rw-r--r--webapp/routes/route_utils.jsx2
7 files changed, 7 insertions, 7 deletions
diff --git a/webapp/routes/route_admin_console.jsx b/webapp/routes/route_admin_console.jsx
index 1f23f9139..7dde044cb 100644
--- a/webapp/routes/route_admin_console.jsx
+++ b/webapp/routes/route_admin_console.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 * as RouteUtils from 'routes/route_utils.jsx';
diff --git a/webapp/routes/route_emoji.jsx b/webapp/routes/route_emoji.jsx
index 207c81172..2718a428e 100644
--- a/webapp/routes/route_emoji.jsx
+++ b/webapp/routes/route_emoji.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 * as RouteUtils from 'routes/route_utils.jsx';
diff --git a/webapp/routes/route_help.jsx b/webapp/routes/route_help.jsx
index 37c3c4884..7c0ad2dd1 100644
--- a/webapp/routes/route_help.jsx
+++ b/webapp/routes/route_help.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 * as RouteUtils from 'routes/route_utils.jsx';
diff --git a/webapp/routes/route_integrations.jsx b/webapp/routes/route_integrations.jsx
index 2933ba189..cf59882dd 100644
--- a/webapp/routes/route_integrations.jsx
+++ b/webapp/routes/route_integrations.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 * as RouteUtils from 'routes/route_utils.jsx';
diff --git a/webapp/routes/route_root.jsx b/webapp/routes/route_root.jsx
index cd0cb9a5d..4f22edb80 100644
--- a/webapp/routes/route_root.jsx
+++ b/webapp/routes/route_root.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 * as RouteUtils from 'routes/route_utils.jsx';
diff --git a/webapp/routes/route_team.jsx b/webapp/routes/route_team.jsx
index ff865989a..405762e0c 100644
--- a/webapp/routes/route_team.jsx
+++ b/webapp/routes/route_team.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 $ from 'jquery';
diff --git a/webapp/routes/route_utils.jsx b/webapp/routes/route_utils.jsx
index f36d7bcd8..c5d889017 100644
--- a/webapp/routes/route_utils.jsx
+++ b/webapp/routes/route_utils.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 * as Utils from 'utils/utils.jsx';