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 --- app/admin.go | 2 +- app/analytics.go | 2 +- app/app.go | 2 +- app/apptestlib.go | 2 +- app/audit.go | 2 +- app/authentication.go | 2 +- app/authorization.go | 2 +- app/authorization_test.go | 2 +- app/auto_channels.go | 2 +- app/auto_constants.go | 2 +- app/auto_environment.go | 2 +- app/auto_posts.go | 2 +- app/auto_teams.go | 2 +- app/auto_users.go | 2 +- app/brand.go | 2 +- app/channel.go | 4 ++-- app/command.go | 2 +- app/command_away.go | 2 +- app/command_echo.go | 2 +- app/command_expand_collapse.go | 2 +- app/command_invite_people.go | 2 +- app/command_join.go | 2 +- app/command_loadtest.go | 2 +- app/command_logout.go | 2 +- app/command_me.go | 2 +- app/command_msg.go | 2 +- app/command_offline.go | 2 +- app/command_online.go | 2 +- app/command_shortcuts.go | 2 +- app/command_shrug.go | 2 +- app/compliance.go | 2 +- app/diagnostics.go | 2 +- app/diagnostics_test.go | 2 +- app/email.go | 17 ++++++++--------- app/email_batching.go | 2 +- app/email_batching_test.go | 2 +- app/email_test.go | 2 +- app/emoji.go | 2 +- app/file.go | 2 +- app/file_test.go | 2 +- app/import.go | 2 +- app/import_test.go | 2 +- app/ldap.go | 2 +- app/license.go | 2 +- app/license_test.go | 2 +- app/login.go | 2 +- app/notification.go | 2 +- app/notification_test.go | 2 +- app/oauth.go | 2 +- app/oauth_test.go | 2 +- app/post.go | 2 +- app/preference.go | 2 +- app/saml.go | 2 +- app/security_update_check.go | 2 +- app/server.go | 2 +- app/session.go | 2 +- app/session_test.go | 2 +- app/slackimport.go | 2 +- app/slackimport_test.go | 2 +- app/status.go | 2 +- app/team.go | 2 +- app/team_test.go | 2 +- app/user.go | 2 +- app/user_test.go | 2 +- app/web_conn.go | 2 +- app/web_hub.go | 2 +- app/webhook.go | 2 +- app/websocket_router.go | 2 +- app/webtrc.go | 2 +- 69 files changed, 77 insertions(+), 78 deletions(-) (limited to 'app') diff --git a/app/admin.go b/app/admin.go index b86eb5993..3ff10015c 100644 --- a/app/admin.go +++ b/app/admin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/analytics.go b/app/analytics.go index f1146327f..78e1fe7b4 100644 --- a/app/analytics.go +++ b/app/analytics.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/app.go b/app/app.go index 8568c7bba..2758add0e 100644 --- a/app/app.go +++ b/app/app.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 app diff --git a/app/apptestlib.go b/app/apptestlib.go index 52530f92f..f42529c20 100644 --- a/app/apptestlib.go +++ b/app/apptestlib.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 app diff --git a/app/audit.go b/app/audit.go index 6b7439d43..fdd152719 100644 --- a/app/audit.go +++ b/app/audit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/authentication.go b/app/authentication.go index 8ea3f5fc4..5e1b4461f 100644 --- a/app/authentication.go +++ b/app/authentication.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 app diff --git a/app/authorization.go b/app/authorization.go index 4d36c63e8..9fc2edfb9 100644 --- a/app/authorization.go +++ b/app/authorization.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 app diff --git a/app/authorization_test.go b/app/authorization_test.go index 049567483..4d2fdd5a0 100644 --- a/app/authorization_test.go +++ b/app/authorization_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 app diff --git a/app/auto_channels.go b/app/auto_channels.go index 3945a5a4f..2f91cf14b 100644 --- a/app/auto_channels.go +++ b/app/auto_channels.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 app diff --git a/app/auto_constants.go b/app/auto_constants.go index c8c903e32..2a9438396 100644 --- a/app/auto_constants.go +++ b/app/auto_constants.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 app diff --git a/app/auto_environment.go b/app/auto_environment.go index b0a4f54b8..8827ddf87 100644 --- a/app/auto_environment.go +++ b/app/auto_environment.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 app diff --git a/app/auto_posts.go b/app/auto_posts.go index b32407539..07d260846 100644 --- a/app/auto_posts.go +++ b/app/auto_posts.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 app diff --git a/app/auto_teams.go b/app/auto_teams.go index 6e66f4446..029d33aa1 100644 --- a/app/auto_teams.go +++ b/app/auto_teams.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 app diff --git a/app/auto_users.go b/app/auto_users.go index 7a99cc90b..71e20817d 100644 --- a/app/auto_users.go +++ b/app/auto_users.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 app diff --git a/app/brand.go b/app/brand.go index 9b3df3145..bb11bd581 100644 --- a/app/brand.go +++ b/app/brand.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/channel.go b/app/channel.go index 1c04905c2..17fa02ad3 100644 --- a/app/channel.go +++ b/app/channel.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 app @@ -81,7 +81,7 @@ func JoinDefaultChannels(teamId string, user *model.User, channelRole string, us err = cmResult.Err } - if requestor == nil { + if requestor == nil { if err := postJoinChannelMessage(user, offTopic); err != nil { l4g.Error(utils.T("api.channel.post_user_add_remove_message_and_forget.error"), err) } diff --git a/app/command.go b/app/command.go index 05a4c9158..2af934710 100644 --- a/app/command.go +++ b/app/command.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 app diff --git a/app/command_away.go b/app/command_away.go index 55553fa3f..f4150dfeb 100644 --- a/app/command_away.go +++ b/app/command_away.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 app diff --git a/app/command_echo.go b/app/command_echo.go index 40d70e54a..ef70cb609 100644 --- a/app/command_echo.go +++ b/app/command_echo.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 app diff --git a/app/command_expand_collapse.go b/app/command_expand_collapse.go index a4a152c60..314a54b2a 100644 --- a/app/command_expand_collapse.go +++ b/app/command_expand_collapse.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 app diff --git a/app/command_invite_people.go b/app/command_invite_people.go index 0496dadca..6b0ee96b4 100644 --- a/app/command_invite_people.go +++ b/app/command_invite_people.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 app diff --git a/app/command_join.go b/app/command_join.go index 5b19dd7a0..9ad3682a1 100644 --- a/app/command_join.go +++ b/app/command_join.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 app diff --git a/app/command_loadtest.go b/app/command_loadtest.go index d3c7474ae..ad64573fc 100644 --- a/app/command_loadtest.go +++ b/app/command_loadtest.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 app diff --git a/app/command_logout.go b/app/command_logout.go index 1a353056e..cc59d2686 100644 --- a/app/command_logout.go +++ b/app/command_logout.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 app diff --git a/app/command_me.go b/app/command_me.go index bb29ec1e0..be09ac5dd 100644 --- a/app/command_me.go +++ b/app/command_me.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 app diff --git a/app/command_msg.go b/app/command_msg.go index fd4ace61a..977e403d5 100644 --- a/app/command_msg.go +++ b/app/command_msg.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 app diff --git a/app/command_offline.go b/app/command_offline.go index 6e2c125f8..5316ccc5f 100644 --- a/app/command_offline.go +++ b/app/command_offline.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 app diff --git a/app/command_online.go b/app/command_online.go index bd6fbab60..b0becaf14 100644 --- a/app/command_online.go +++ b/app/command_online.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 app diff --git a/app/command_shortcuts.go b/app/command_shortcuts.go index 93e5f0f51..7df5dbaed 100644 --- a/app/command_shortcuts.go +++ b/app/command_shortcuts.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 app diff --git a/app/command_shrug.go b/app/command_shrug.go index 12d1039ec..88dbcef8c 100644 --- a/app/command_shrug.go +++ b/app/command_shrug.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 app diff --git a/app/compliance.go b/app/compliance.go index 966b9b523..cb1eece70 100644 --- a/app/compliance.go +++ b/app/compliance.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/diagnostics.go b/app/diagnostics.go index 2c8211f42..295164c97 100644 --- a/app/diagnostics.go +++ b/app/diagnostics.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 app diff --git a/app/diagnostics_test.go b/app/diagnostics_test.go index 21b077bd8..80c12fd2d 100644 --- a/app/diagnostics_test.go +++ b/app/diagnostics_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/email.go b/app/email.go index cb2fa213a..235d949be 100644 --- a/app/email.go +++ b/app/email.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app @@ -18,7 +18,7 @@ func SendChangeUsernameEmail(oldUsername, newUsername, email, locale, siteURL st subject := T("api.templates.username_change_subject", map[string]interface{}{"SiteName": utils.ClientCfg["SiteName"], - "TeamDisplayName": utils.Cfg.TeamSettings.SiteName}) + "TeamDisplayName": utils.Cfg.TeamSettings.SiteName}) bodyPage := utils.NewHTMLTemplate("email_change_body", locale) bodyPage.Props["SiteURL"] = siteURL @@ -40,8 +40,7 @@ func SendEmailChangeVerifyEmail(userId, newUserEmail, locale, siteURL string) *m subject := T("api.templates.email_change_verify_subject", map[string]interface{}{"SiteName": utils.ClientCfg["SiteName"], - "TeamDisplayName": utils.Cfg.TeamSettings.SiteName}) - + "TeamDisplayName": utils.Cfg.TeamSettings.SiteName}) bodyPage := utils.NewHTMLTemplate("email_change_verify_body", locale) bodyPage.Props["SiteURL"] = siteURL @@ -63,7 +62,7 @@ func SendEmailChangeEmail(oldEmail, newEmail, locale, siteURL string) *model.App subject := T("api.templates.email_change_subject", map[string]interface{}{"SiteName": utils.ClientCfg["SiteName"], - "TeamDisplayName": utils.Cfg.TeamSettings.SiteName}) + "TeamDisplayName": utils.Cfg.TeamSettings.SiteName}) bodyPage := utils.NewHTMLTemplate("email_change_body", locale) bodyPage.Props["SiteURL"] = siteURL @@ -128,7 +127,7 @@ func SendWelcomeEmail(userId string, email string, verified bool, locale, siteUR subject := T("api.templates.welcome_subject", map[string]interface{}{"SiteName": utils.ClientCfg["SiteName"], - "ServerURL": rawUrl.Host}) + "ServerURL": rawUrl.Host}) bodyPage := utils.NewHTMLTemplate("welcome_body", locale) bodyPage.Props["SiteURL"] = siteURL @@ -161,7 +160,7 @@ func SendPasswordChangeEmail(email, method, locale, siteURL string) *model.AppEr subject := T("api.templates.password_change_subject", map[string]interface{}{"SiteName": utils.ClientCfg["SiteName"], - "TeamDisplayName": utils.Cfg.TeamSettings.SiteName}) + "TeamDisplayName": utils.Cfg.TeamSettings.SiteName}) bodyPage := utils.NewHTMLTemplate("password_change_body", locale) bodyPage.Props["SiteURL"] = siteURL @@ -234,8 +233,8 @@ func SendInviteEmails(team *model.Team, senderName string, invites []string, sit subject := utils.T("api.templates.invite_subject", map[string]interface{}{"SenderName": senderName, - "TeamDisplayName": team.DisplayName, - "SiteName": utils.ClientCfg["SiteName"]}) + "TeamDisplayName": team.DisplayName, + "SiteName": utils.ClientCfg["SiteName"]}) bodyPage := utils.NewHTMLTemplate("invite_body", model.DEFAULT_LOCALE) bodyPage.Props["SiteURL"] = siteURL diff --git a/app/email_batching.go b/app/email_batching.go index ac91aae08..6d7a376ef 100644 --- a/app/email_batching.go +++ b/app/email_batching.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 app diff --git a/app/email_batching_test.go b/app/email_batching_test.go index 23722facd..74fbea5c3 100644 --- a/app/email_batching_test.go +++ b/app/email_batching_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 app diff --git a/app/email_test.go b/app/email_test.go index 6d1a6f14a..3f57c54f9 100644 --- a/app/email_test.go +++ b/app/email_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/emoji.go b/app/emoji.go index 666da5c89..303d4ac6d 100644 --- a/app/emoji.go +++ b/app/emoji.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/file.go b/app/file.go index 8c0960fe8..c5e2982d4 100644 --- a/app/file.go +++ b/app/file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/file_test.go b/app/file_test.go index 9df03315e..683b574b8 100644 --- a/app/file_test.go +++ b/app/file_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/import.go b/app/import.go index 6bf4e8a89..f92c9b1cc 100644 --- a/app/import.go +++ b/app/import.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 app diff --git a/app/import_test.go b/app/import_test.go index e3ed80169..847864977 100644 --- a/app/import_test.go +++ b/app/import_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/ldap.go b/app/ldap.go index 94b328177..1b823dc47 100644 --- a/app/ldap.go +++ b/app/ldap.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/license.go b/app/license.go index c41c17fd8..7a00d7fb4 100644 --- a/app/license.go +++ b/app/license.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/license_test.go b/app/license_test.go index d7d851589..a7761b204 100644 --- a/app/license_test.go +++ b/app/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 app diff --git a/app/login.go b/app/login.go index e9bcf1f03..4c7ab8474 100644 --- a/app/login.go +++ b/app/login.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/notification.go b/app/notification.go index ef1b70aad..e983f5e8c 100644 --- a/app/notification.go +++ b/app/notification.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 app diff --git a/app/notification_test.go b/app/notification_test.go index 3768a95c7..794bb4b37 100644 --- a/app/notification_test.go +++ b/app/notification_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 app diff --git a/app/oauth.go b/app/oauth.go index c357d10c8..e79d240fe 100644 --- a/app/oauth.go +++ b/app/oauth.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 app diff --git a/app/oauth_test.go b/app/oauth_test.go index 3ca3a2d4a..9e8fdfc7d 100644 --- a/app/oauth_test.go +++ b/app/oauth_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/post.go b/app/post.go index 186aa5dcc..06349f426 100644 --- a/app/post.go +++ b/app/post.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 app diff --git a/app/preference.go b/app/preference.go index ff251fb16..793f1802b 100644 --- a/app/preference.go +++ b/app/preference.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 app diff --git a/app/saml.go b/app/saml.go index e2bf4ccb2..8a6e6f16c 100644 --- a/app/saml.go +++ b/app/saml.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app diff --git a/app/security_update_check.go b/app/security_update_check.go index 2b000f2b2..12014bdf3 100644 --- a/app/security_update_check.go +++ b/app/security_update_check.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 app diff --git a/app/server.go b/app/server.go index 972c91ea3..a757e184e 100644 --- a/app/server.go +++ b/app/server.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 app diff --git a/app/session.go b/app/session.go index 9e4fda4bd..0df643743 100644 --- a/app/session.go +++ b/app/session.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 app diff --git a/app/session_test.go b/app/session_test.go index aea31cf86..b3cd9fd57 100644 --- a/app/session_test.go +++ b/app/session_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 app diff --git a/app/slackimport.go b/app/slackimport.go index 3e226203b..71f16c874 100644 --- a/app/slackimport.go +++ b/app/slackimport.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 app diff --git a/app/slackimport_test.go b/app/slackimport_test.go index 6db6adf2d..87de597ca 100644 --- a/app/slackimport_test.go +++ b/app/slackimport_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 app diff --git a/app/status.go b/app/status.go index f6565b7d2..a3b921700 100644 --- a/app/status.go +++ b/app/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 app diff --git a/app/team.go b/app/team.go index 12c970665..327ab7f3e 100644 --- a/app/team.go +++ b/app/team.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 app diff --git a/app/team_test.go b/app/team_test.go index 86a383a39..f2356d562 100644 --- a/app/team_test.go +++ b/app/team_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 app diff --git a/app/user.go b/app/user.go index 99e9d46a3..44755b8fa 100644 --- a/app/user.go +++ b/app/user.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 app diff --git a/app/user_test.go b/app/user_test.go index ff9e4d500..4cd26e729 100644 --- a/app/user_test.go +++ b/app/user_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 app diff --git a/app/web_conn.go b/app/web_conn.go index 11290b67d..ce0b874b4 100644 --- a/app/web_conn.go +++ b/app/web_conn.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 app diff --git a/app/web_hub.go b/app/web_hub.go index f65683f70..da2a41ec4 100644 --- a/app/web_hub.go +++ b/app/web_hub.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 app diff --git a/app/webhook.go b/app/webhook.go index 0ec06365d..e095c1b80 100644 --- a/app/webhook.go +++ b/app/webhook.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 app diff --git a/app/websocket_router.go b/app/websocket_router.go index 4569134b0..84806b5cf 100644 --- a/app/websocket_router.go +++ b/app/websocket_router.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 app diff --git a/app/webtrc.go b/app/webtrc.go index b526c96a6..a2ead21ab 100644 --- a/app/webtrc.go +++ b/app/webtrc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package app -- cgit v1.2.3-1-g7c22