From fb6f2a123c7fefc8d8270e273e9ef4007f88cefd Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 12 Apr 2017 08:27:57 -0400 Subject: 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 --- webapp/routes/route_admin_console.jsx | 2 +- webapp/routes/route_emoji.jsx | 2 +- webapp/routes/route_help.jsx | 2 +- webapp/routes/route_integrations.jsx | 2 +- webapp/routes/route_root.jsx | 2 +- webapp/routes/route_team.jsx | 2 +- webapp/routes/route_utils.jsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'webapp/routes') 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'; -- cgit v1.2.3-1-g7c22