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 --- api/admin.go | 2 +- api/admin_test.go | 2 +- api/api.go | 2 +- api/apitestlib.go | 2 +- api/channel.go | 2 +- api/channel_test.go | 2 +- api/cli_test.go | 2 +- api/command.go | 2 +- api/command_echo_test.go | 2 +- api/command_expand_collapse_test.go | 2 +- api/command_invite_people_test.go | 2 +- api/command_join_test.go | 2 +- api/command_loadtest_test.go | 2 +- api/command_logout_test.go | 2 +- api/command_me_test.go | 2 +- api/command_msg_test.go | 2 +- api/command_shortcuts_test.go | 2 +- api/command_shrug_test.go | 2 +- api/command_statuses_test.go | 2 +- api/command_test.go | 2 +- api/context.go | 2 +- api/context_test.go | 2 +- api/deprecated.go | 2 +- api/deprecated_test.go | 2 +- api/emoji.go | 2 +- api/emoji_test.go | 2 +- api/file.go | 2 +- api/file_test.go | 2 +- api/general.go | 2 +- api/general_test.go | 2 +- api/license.go | 2 +- api/license_test.go | 2 +- api/oauth.go | 2 +- api/oauth_test.go | 2 +- api/post.go | 2 +- api/post_test.go | 2 +- api/preference.go | 2 +- api/preference_test.go | 2 +- api/reaction.go | 2 +- api/reaction_test.go | 2 +- api/server_test.go | 2 +- api/status.go | 2 +- api/status_test.go | 2 +- api/team.go | 2 +- api/team_test.go | 2 +- api/user.go | 2 +- api/user_test.go | 2 +- api/webhook.go | 2 +- api/webhook_test.go | 2 +- api/webrtc.go | 2 +- api/websocket.go | 2 +- api/websocket_test.go | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) (limited to 'api') diff --git a/api/admin.go b/api/admin.go index cb1b7efde..a6ced71a9 100644 --- a/api/admin.go +++ b/api/admin.go @@ -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. package api diff --git a/api/admin_test.go b/api/admin_test.go index dc569620e..ae7259863 100644 --- a/api/admin_test.go +++ b/api/admin_test.go @@ -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. package api diff --git a/api/api.go b/api/api.go index 8ec078dd2..c9c876b02 100644 --- a/api/api.go +++ b/api/api.go @@ -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. package api diff --git a/api/apitestlib.go b/api/apitestlib.go index bcc7de879..af14ac431 100644 --- a/api/apitestlib.go +++ b/api/apitestlib.go @@ -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. package api diff --git a/api/channel.go b/api/channel.go index 0db3499e0..73daaf3d4 100644 --- a/api/channel.go +++ b/api/channel.go @@ -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. package api diff --git a/api/channel_test.go b/api/channel_test.go index 23705f172..52212dac7 100644 --- a/api/channel_test.go +++ b/api/channel_test.go @@ -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. package api diff --git a/api/cli_test.go b/api/cli_test.go index 1f60b02cd..afdada7b3 100644 --- a/api/cli_test.go +++ b/api/cli_test.go @@ -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. package api diff --git a/api/command.go b/api/command.go index 75f37b9ff..aaaa790c0 100644 --- a/api/command.go +++ b/api/command.go @@ -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. package api diff --git a/api/command_echo_test.go b/api/command_echo_test.go index 02583d2aa..56df94b0b 100644 --- a/api/command_echo_test.go +++ b/api/command_echo_test.go @@ -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. package api diff --git a/api/command_expand_collapse_test.go b/api/command_expand_collapse_test.go index bad5ef6c4..54873377c 100644 --- a/api/command_expand_collapse_test.go +++ b/api/command_expand_collapse_test.go @@ -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. package api diff --git a/api/command_invite_people_test.go b/api/command_invite_people_test.go index d4f579c4d..0e8c3fe38 100644 --- a/api/command_invite_people_test.go +++ b/api/command_invite_people_test.go @@ -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. package api diff --git a/api/command_join_test.go b/api/command_join_test.go index cce837ceb..c179175fb 100644 --- a/api/command_join_test.go +++ b/api/command_join_test.go @@ -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. package api diff --git a/api/command_loadtest_test.go b/api/command_loadtest_test.go index 091e05831..a02f4f9d3 100644 --- a/api/command_loadtest_test.go +++ b/api/command_loadtest_test.go @@ -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. package api diff --git a/api/command_logout_test.go b/api/command_logout_test.go index d61b30633..ff20a3831 100644 --- a/api/command_logout_test.go +++ b/api/command_logout_test.go @@ -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. package api diff --git a/api/command_me_test.go b/api/command_me_test.go index 0250cfb0f..1f49566fa 100644 --- a/api/command_me_test.go +++ b/api/command_me_test.go @@ -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. package api diff --git a/api/command_msg_test.go b/api/command_msg_test.go index 4fe28fdba..2e2d927e3 100644 --- a/api/command_msg_test.go +++ b/api/command_msg_test.go @@ -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. package api diff --git a/api/command_shortcuts_test.go b/api/command_shortcuts_test.go index 049175ec9..ce5019049 100644 --- a/api/command_shortcuts_test.go +++ b/api/command_shortcuts_test.go @@ -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. package api diff --git a/api/command_shrug_test.go b/api/command_shrug_test.go index e64f4c4b1..b265fbb25 100644 --- a/api/command_shrug_test.go +++ b/api/command_shrug_test.go @@ -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. package api diff --git a/api/command_statuses_test.go b/api/command_statuses_test.go index 063d76062..a562ed882 100644 --- a/api/command_statuses_test.go +++ b/api/command_statuses_test.go @@ -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. package api diff --git a/api/command_test.go b/api/command_test.go index 8194a4c60..6207e6cf5 100644 --- a/api/command_test.go +++ b/api/command_test.go @@ -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. package api diff --git a/api/context.go b/api/context.go index ff6018920..370e254ba 100644 --- a/api/context.go +++ b/api/context.go @@ -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. package api diff --git a/api/context_test.go b/api/context_test.go index cd4d058cf..95a8459ff 100644 --- a/api/context_test.go +++ b/api/context_test.go @@ -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. package api diff --git a/api/deprecated.go b/api/deprecated.go index eca6f78f8..1c1228793 100644 --- a/api/deprecated.go +++ b/api/deprecated.go @@ -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. package api diff --git a/api/deprecated_test.go b/api/deprecated_test.go index b3249a58d..6943c6918 100644 --- a/api/deprecated_test.go +++ b/api/deprecated_test.go @@ -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. package api diff --git a/api/emoji.go b/api/emoji.go index c2719c562..e1a37e509 100644 --- a/api/emoji.go +++ b/api/emoji.go @@ -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. package api diff --git a/api/emoji_test.go b/api/emoji_test.go index d8d624d51..600f7975e 100644 --- a/api/emoji_test.go +++ b/api/emoji_test.go @@ -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. package api diff --git a/api/file.go b/api/file.go index 54df78dd7..0f2fd9319 100644 --- a/api/file.go +++ b/api/file.go @@ -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. package api diff --git a/api/file_test.go b/api/file_test.go index c004bb562..1e65c33e8 100644 --- a/api/file_test.go +++ b/api/file_test.go @@ -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. package api diff --git a/api/general.go b/api/general.go index e273268a4..16a739704 100644 --- a/api/general.go +++ b/api/general.go @@ -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. package api diff --git a/api/general_test.go b/api/general_test.go index 0cc0f120f..51593ab9e 100644 --- a/api/general_test.go +++ b/api/general_test.go @@ -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. package api diff --git a/api/license.go b/api/license.go index ea5de20d4..7a9e57677 100644 --- a/api/license.go +++ b/api/license.go @@ -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. package api diff --git a/api/license_test.go b/api/license_test.go index c5fffd6e9..978e044cc 100644 --- a/api/license_test.go +++ b/api/license_test.go @@ -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. package api diff --git a/api/oauth.go b/api/oauth.go index 059cac29b..8bd4a9f7b 100644 --- a/api/oauth.go +++ b/api/oauth.go @@ -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. package api diff --git a/api/oauth_test.go b/api/oauth_test.go index 87a8f847c..7231c777d 100644 --- a/api/oauth_test.go +++ b/api/oauth_test.go @@ -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. package api diff --git a/api/post.go b/api/post.go index bfc68a0d0..192b01bd5 100644 --- a/api/post.go +++ b/api/post.go @@ -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. package api diff --git a/api/post_test.go b/api/post_test.go index d2297fb69..8dc164c1b 100644 --- a/api/post_test.go +++ b/api/post_test.go @@ -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. package api diff --git a/api/preference.go b/api/preference.go index 5384afbb5..9fdc0279c 100644 --- a/api/preference.go +++ b/api/preference.go @@ -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. package api diff --git a/api/preference_test.go b/api/preference_test.go index 3e41c884f..8388138c1 100644 --- a/api/preference_test.go +++ b/api/preference_test.go @@ -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. package api diff --git a/api/reaction.go b/api/reaction.go index 85b44b82d..a4992d61b 100644 --- a/api/reaction.go +++ b/api/reaction.go @@ -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. package api diff --git a/api/reaction_test.go b/api/reaction_test.go index dad5a6a0c..27a296930 100644 --- a/api/reaction_test.go +++ b/api/reaction_test.go @@ -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. package api diff --git a/api/server_test.go b/api/server_test.go index a9837203f..53ad652c9 100644 --- a/api/server_test.go +++ b/api/server_test.go @@ -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. package api diff --git a/api/status.go b/api/status.go index df4be4603..b945d7e90 100644 --- a/api/status.go +++ b/api/status.go @@ -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. package api diff --git a/api/status_test.go b/api/status_test.go index f886d1044..7aa6a2299 100644 --- a/api/status_test.go +++ b/api/status_test.go @@ -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. package api diff --git a/api/team.go b/api/team.go index 899948a94..c7fa61df6 100644 --- a/api/team.go +++ b/api/team.go @@ -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. package api diff --git a/api/team_test.go b/api/team_test.go index 9dd598834..a7cffbb34 100644 --- a/api/team_test.go +++ b/api/team_test.go @@ -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. package api diff --git a/api/user.go b/api/user.go index 99f751ee0..466f12873 100644 --- a/api/user.go +++ b/api/user.go @@ -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. package api diff --git a/api/user_test.go b/api/user_test.go index cdbccc57e..ff2101c17 100644 --- a/api/user_test.go +++ b/api/user_test.go @@ -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. package api diff --git a/api/webhook.go b/api/webhook.go index 12751943e..c17b5bc56 100644 --- a/api/webhook.go +++ b/api/webhook.go @@ -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. package api diff --git a/api/webhook_test.go b/api/webhook_test.go index 8a170bd9a..5a0e44630 100644 --- a/api/webhook_test.go +++ b/api/webhook_test.go @@ -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. package api diff --git a/api/webrtc.go b/api/webrtc.go index 7ba9d3762..ad1da31e4 100644 --- a/api/webrtc.go +++ b/api/webrtc.go @@ -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. package api diff --git a/api/websocket.go b/api/websocket.go index 192513bc0..6f53023db 100644 --- a/api/websocket.go +++ b/api/websocket.go @@ -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. package api diff --git a/api/websocket_test.go b/api/websocket_test.go index d3d8fc4b2..bda014f06 100644 --- a/api/websocket_test.go +++ b/api/websocket_test.go @@ -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. package api -- cgit v1.2.3-1-g7c22