diff --git a/api4/api.go b/api4/api.go index 3dd7236c3a..63d5ad2e09 100644 --- a/api4/api.go +++ b/api4/api.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/apitestlib.go b/api4/apitestlib.go index 3020500f39..c95f11d01d 100644 --- a/api4/apitestlib.go +++ b/api4/apitestlib.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/bot.go b/api4/bot.go index f5efad1e8a..3d599ef1ba 100644 --- a/api4/bot.go +++ b/api4/bot.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/bot_test.go b/api4/bot_test.go index e19e2ed86c..648b79c16b 100644 --- a/api4/bot_test.go +++ b/api4/bot_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/brand.go b/api4/brand.go index 336cf91dc1..cd7ef48fba 100644 --- a/api4/brand.go +++ b/api4/brand.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/brand_test.go b/api4/brand_test.go index 3d88337878..8c0e66dfcf 100644 --- a/api4/brand_test.go +++ b/api4/brand_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/channel.go b/api4/channel.go index ed51de2a82..08369135c4 100644 --- a/api4/channel.go +++ b/api4/channel.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/channel_test.go b/api4/channel_test.go index 147fa8e2df..955afaf23e 100644 --- a/api4/channel_test.go +++ b/api4/channel_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/cluster.go b/api4/cluster.go index 3fbd3c79f1..e476e2d923 100644 --- a/api4/cluster.go +++ b/api4/cluster.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/cluster_test.go b/api4/cluster_test.go index 04d231acd3..8cf7506fa1 100644 --- a/api4/cluster_test.go +++ b/api4/cluster_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/command.go b/api4/command.go index b4eb4601c4..f91721865e 100644 --- a/api4/command.go +++ b/api4/command.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/command_help_test.go b/api4/command_help_test.go index 73e0e5463e..0a65d23392 100644 --- a/api4/command_help_test.go +++ b/api4/command_help_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/command_test.go b/api4/command_test.go index 66747a58c2..717d91af0f 100644 --- a/api4/command_test.go +++ b/api4/command_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/commands_test.go b/api4/commands_test.go index 8b4246b9c0..551b010aeb 100644 --- a/api4/commands_test.go +++ b/api4/commands_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/compliance.go b/api4/compliance.go index 8a545871f8..41d08bb27f 100644 --- a/api4/compliance.go +++ b/api4/compliance.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/config.go b/api4/config.go index 24986f848d..4d5a04efcc 100644 --- a/api4/config.go +++ b/api4/config.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/config_test.go b/api4/config_test.go index 922828d83c..095dea26b5 100644 --- a/api4/config_test.go +++ b/api4/config_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package api4 import ( diff --git a/api4/cors_test.go b/api4/cors_test.go index a3e6c768ef..5595d26946 100644 --- a/api4/cors_test.go +++ b/api4/cors_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package api4 import ( diff --git a/api4/data_retention.go b/api4/data_retention.go index a8930db49d..a4e2974463 100644 --- a/api4/data_retention.go +++ b/api4/data_retention.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/data_retention_test.go b/api4/data_retention_test.go index c7f3eb459c..a91637b85d 100644 --- a/api4/data_retention_test.go +++ b/api4/data_retention_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/elasticsearch.go b/api4/elasticsearch.go index 8175f78170..8c7703c013 100644 --- a/api4/elasticsearch.go +++ b/api4/elasticsearch.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/elasticsearch_test.go b/api4/elasticsearch_test.go index bd06b42640..1bb7f4d824 100644 --- a/api4/elasticsearch_test.go +++ b/api4/elasticsearch_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/emoji.go b/api4/emoji.go index bcfeb3e65d..8ae071c475 100644 --- a/api4/emoji.go +++ b/api4/emoji.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/emoji_test.go b/api4/emoji_test.go index 9681643e7e..2d54eedb43 100644 --- a/api4/emoji_test.go +++ b/api4/emoji_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/file.go b/api4/file.go index 73f7e59eec..2a149e173d 100644 --- a/api4/file.go +++ b/api4/file.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/file_test.go b/api4/file_test.go index 7248ad398b..576063bee0 100644 --- a/api4/file_test.go +++ b/api4/file_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/group.go b/api4/group.go index 302d865791..42d3fad8f6 100644 --- a/api4/group.go +++ b/api4/group.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/group_test.go b/api4/group_test.go index 916ae43cf7..425ce2cf3b 100644 --- a/api4/group_test.go +++ b/api4/group_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/handlers.go b/api4/handlers.go index 3b2b9d89b7..942d851d93 100644 --- a/api4/handlers.go +++ b/api4/handlers.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/handlers_test.go b/api4/handlers_test.go index 51cd17dce0..9b843e5cad 100644 --- a/api4/handlers_test.go +++ b/api4/handlers_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package api4 import ( diff --git a/api4/helpers.go b/api4/helpers.go index 6b07a279ce..f7a16fefe3 100644 --- a/api4/helpers.go +++ b/api4/helpers.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/image.go b/api4/image.go index fb82a77861..eece83f73f 100644 --- a/api4/image.go +++ b/api4/image.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/image_test.go b/api4/image_test.go index 6e7e6bb431..f93c15dfe1 100644 --- a/api4/image_test.go +++ b/api4/image_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/integration_action.go b/api4/integration_action.go index dec2f43f72..0991aeafbe 100644 --- a/api4/integration_action.go +++ b/api4/integration_action.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/integration_action_test.go b/api4/integration_action_test.go index 12e4fe5d12..fe858e948a 100644 --- a/api4/integration_action_test.go +++ b/api4/integration_action_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/job.go b/api4/job.go index 289664ba95..26b5691a52 100644 --- a/api4/job.go +++ b/api4/job.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/job_test.go b/api4/job_test.go index cc3b9734c1..a430b7195d 100644 --- a/api4/job_test.go +++ b/api4/job_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/ldap.go b/api4/ldap.go index 0846886990..e0a25c84bf 100644 --- a/api4/ldap.go +++ b/api4/ldap.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/ldap_test.go b/api4/ldap_test.go index 99351df0d1..4690148c4e 100644 --- a/api4/ldap_test.go +++ b/api4/ldap_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/license.go b/api4/license.go index 445a51cdff..e6cb341c23 100644 --- a/api4/license.go +++ b/api4/license.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/license_test.go b/api4/license_test.go index f2ab5ddff5..bc1fa5fcf1 100644 --- a/api4/license_test.go +++ b/api4/license_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package api4 import ( diff --git a/api4/main_test.go b/api4/main_test.go index f554800069..7adb34e618 100644 --- a/api4/main_test.go +++ b/api4/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/oauth.go b/api4/oauth.go index e893225921..6df66a4807 100644 --- a/api4/oauth.go +++ b/api4/oauth.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/oauth_test.go b/api4/oauth_test.go index 54da44c534..91a4efdc4a 100644 --- a/api4/oauth_test.go +++ b/api4/oauth_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/openGraph.go b/api4/openGraph.go index 5de4474f8e..97d66114a0 100644 --- a/api4/openGraph.go +++ b/api4/openGraph.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/openGraph_test.go b/api4/openGraph_test.go index 3faf17e4b7..dd9a8e5407 100644 --- a/api4/openGraph_test.go +++ b/api4/openGraph_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/plugin.go b/api4/plugin.go index 8b708e25cf..6e74ec2d1f 100644 --- a/api4/plugin.go +++ b/api4/plugin.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // EXPERIMENTAL - SUBJECT TO CHANGE diff --git a/api4/plugin_test.go b/api4/plugin_test.go index 504b1da87c..84a9c471ca 100644 --- a/api4/plugin_test.go +++ b/api4/plugin_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/post.go b/api4/post.go index d297fc9d7f..7926edfa08 100644 --- a/api4/post.go +++ b/api4/post.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/post_test.go b/api4/post_test.go index 5fb538d046..ab42dd76ce 100644 --- a/api4/post_test.go +++ b/api4/post_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/preference.go b/api4/preference.go index e5880efaf9..8dc4a35ee2 100644 --- a/api4/preference.go +++ b/api4/preference.go @@ -1,5 +1,5 @@ -// // Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// // See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/preference_test.go b/api4/preference_test.go index 86786ee88e..61d2538253 100644 --- a/api4/preference_test.go +++ b/api4/preference_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/reaction.go b/api4/reaction.go index bb81bb11ce..4a781c683f 100644 --- a/api4/reaction.go +++ b/api4/reaction.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/reaction_test.go b/api4/reaction_test.go index 2f063bd219..6cad5ea054 100644 --- a/api4/reaction_test.go +++ b/api4/reaction_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/role.go b/api4/role.go index 001036e33e..85b4c2fc13 100644 --- a/api4/role.go +++ b/api4/role.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/role_test.go b/api4/role_test.go index 07edbdae08..ff9f3785b3 100644 --- a/api4/role_test.go +++ b/api4/role_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/saml.go b/api4/saml.go index 6b403a732e..cb9f24fbfc 100644 --- a/api4/saml.go +++ b/api4/saml.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/saml_test.go b/api4/saml_test.go index 57383afba7..655a0eb9e7 100644 --- a/api4/saml_test.go +++ b/api4/saml_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/scheme.go b/api4/scheme.go index 9cd9618b4d..3b9259cc72 100644 --- a/api4/scheme.go +++ b/api4/scheme.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/scheme_test.go b/api4/scheme_test.go index 1a4f63de30..bad242a4aa 100644 --- a/api4/scheme_test.go +++ b/api4/scheme_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/status.go b/api4/status.go index c01bfda205..1288b9fcb9 100644 --- a/api4/status.go +++ b/api4/status.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/status_test.go b/api4/status_test.go index ac2c43ed5b..befb65cd24 100644 --- a/api4/status_test.go +++ b/api4/status_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package api4 import ( diff --git a/api4/system.go b/api4/system.go index 3601aa95e3..c5a1ea5a48 100644 --- a/api4/system.go +++ b/api4/system.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/system_test.go b/api4/system_test.go index 3a3dcbc269..e6fc585853 100644 --- a/api4/system_test.go +++ b/api4/system_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package api4 import ( diff --git a/api4/team.go b/api4/team.go index 4afcf45127..ef25a918b1 100644 --- a/api4/team.go +++ b/api4/team.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/team_test.go b/api4/team_test.go index 71621a4291..1861868c1f 100644 --- a/api4/team_test.go +++ b/api4/team_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/terms_of_service.go b/api4/terms_of_service.go index 560c0f1f7e..681ca3e7d5 100644 --- a/api4/terms_of_service.go +++ b/api4/terms_of_service.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package api4 diff --git a/api4/terms_of_service_test.go b/api4/terms_of_service_test.go index 00a9b6721f..c9dd2de200 100644 --- a/api4/terms_of_service_test.go +++ b/api4/terms_of_service_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package api4 import ( diff --git a/api4/user.go b/api4/user.go index ad1aa00010..a68a03441a 100644 --- a/api4/user.go +++ b/api4/user.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/user_test.go b/api4/user_test.go index e7f0ca8b6e..8246dac698 100644 --- a/api4/user_test.go +++ b/api4/user_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/user_viewmembers_test.go b/api4/user_viewmembers_test.go index 7306647945..5548095798 100644 --- a/api4/user_viewmembers_test.go +++ b/api4/user_viewmembers_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package api4 import ( diff --git a/api4/webhook.go b/api4/webhook.go index 5cef95b93e..c5c7a42f09 100644 --- a/api4/webhook.go +++ b/api4/webhook.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/webhook_test.go b/api4/webhook_test.go index d2afa7ca88..2a4012971e 100644 --- a/api4/webhook_test.go +++ b/api4/webhook_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/websocket.go b/api4/websocket.go index 4d458bfda7..ac8b7fe62a 100644 --- a/api4/websocket.go +++ b/api4/websocket.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/api4/websocket_test.go b/api4/websocket_test.go index a90ff8df28..f48f256241 100644 --- a/api4/websocket_test.go +++ b/api4/websocket_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package api4 diff --git a/app/admin.go b/app/admin.go index 6169dc5e62..3a69995da5 100644 --- a/app/admin.go +++ b/app/admin.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 4a01743949..0b44e2e55f 100644 --- a/app/analytics.go +++ b/app/analytics.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 fd94a20322..1c0fab26ab 100644 --- a/app/app.go +++ b/app/app.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/app_test.go b/app/app_test.go index a294a916d1..d2365a49f7 100644 --- a/app/app_test.go +++ b/app/app_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 8e8847c745..d492a83341 100644 --- a/app/audit.go +++ b/app/audit.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 fbd232d593..45749309b5 100644 --- a/app/authentication.go +++ b/app/authentication.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/authentication_test.go b/app/authentication_test.go index 4daa77b962..459ec18f96 100644 --- a/app/authentication_test.go +++ b/app/authentication_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 8b655e77f5..f0e98b4fc9 100644 --- a/app/authorization.go +++ b/app/authorization.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 bf4f8a8ab3..96e2310455 100644 --- a/app/authorization_test.go +++ b/app/authorization_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 74f1c82da7..4f176cff55 100644 --- a/app/auto_channels.go +++ b/app/auto_channels.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/auto_constants.go b/app/auto_constants.go index 0f86d3e081..668019c6dd 100644 --- a/app/auto_constants.go +++ b/app/auto_constants.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/auto_environment.go b/app/auto_environment.go index 7d6781c96e..f46c5e7846 100644 --- a/app/auto_environment.go +++ b/app/auto_environment.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/auto_posts.go b/app/auto_posts.go index 2707a77d05..15a6b76d3b 100644 --- a/app/auto_posts.go +++ b/app/auto_posts.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/auto_responder.go b/app/auto_responder.go index c4c4deb45c..49b2d843fb 100644 --- a/app/auto_responder.go +++ b/app/auto_responder.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/auto_responder_test.go b/app/auto_responder_test.go index cec5bf8386..dcca57964e 100644 --- a/app/auto_responder_test.go +++ b/app/auto_responder_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// 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 1ace888a99..ce1a690a90 100644 --- a/app/auto_teams.go +++ b/app/auto_teams.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/auto_users.go b/app/auto_users.go index 56253d1c5a..b86f4d3075 100644 --- a/app/auto_users.go +++ b/app/auto_users.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/bot.go b/app/bot.go index 964b2d450c..3c051fbf2e 100644 --- a/app/bot.go +++ b/app/bot.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/bot_test.go b/app/bot_test.go index b6fa64c2fb..df9cbae43c 100644 --- a/app/bot_test.go +++ b/app/bot_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// 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 95e05a6bac..1a8d5795fe 100644 --- a/app/brand.go +++ b/app/brand.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/busy.go b/app/busy.go index a52d973beb..a6dde358db 100644 --- a/app/busy.go +++ b/app/busy.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/busy_test.go b/app/busy_test.go index 087abbf0e5..b7f8a3aa79 100644 --- a/app/busy_test.go +++ b/app/busy_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 cba7e9ef5f..9fe6219283 100644 --- a/app/channel.go +++ b/app/channel.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/channel_test.go b/app/channel_test.go index 133e0ad699..fc546bbcb5 100644 --- a/app/channel_test.go +++ b/app/channel_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/cluster.go b/app/cluster.go index 8dc9269bb2..5ca16c9364 100644 --- a/app/cluster.go +++ b/app/cluster.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/cluster_discovery.go b/app/cluster_discovery.go index 133ea3aac0..9cd8d18fd9 100644 --- a/app/cluster_discovery.go +++ b/app/cluster_discovery.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/cluster_discovery_test.go b/app/cluster_discovery_test.go index b75cb895f4..ff1cb53419 100644 --- a/app/cluster_discovery_test.go +++ b/app/cluster_discovery_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/cluster_handlers.go b/app/cluster_handlers.go index 5787b084b0..71c2417afa 100644 --- a/app/cluster_handlers.go +++ b/app/cluster_handlers.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command.go b/app/command.go index 599ee88cc8..eba75cb1df 100644 --- a/app/command.go +++ b/app/command.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 ae4e6cc382..61f6bf5ab6 100644 --- a/app/command_away.go +++ b/app/command_away.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_channel_header.go b/app/command_channel_header.go index fbacd7dd7e..5ddddac012 100644 --- a/app/command_channel_header.go +++ b/app/command_channel_header.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_channel_header_test.go b/app/command_channel_header_test.go index 05cfb12679..0af2571ba1 100644 --- a/app/command_channel_header_test.go +++ b/app/command_channel_header_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/command_channel_purpose.go b/app/command_channel_purpose.go index f143fa24f2..dec699b45a 100644 --- a/app/command_channel_purpose.go +++ b/app/command_channel_purpose.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_channel_purpose_test.go b/app/command_channel_purpose_test.go index 93079725e9..1c4b4070c7 100644 --- a/app/command_channel_purpose_test.go +++ b/app/command_channel_purpose_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/command_channel_rename.go b/app/command_channel_rename.go index a96a4ffb8d..0ffbc1b63d 100644 --- a/app/command_channel_rename.go +++ b/app/command_channel_rename.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_channel_rename_test.go b/app/command_channel_rename_test.go index 9a8f81fdb3..3cf81af855 100644 --- a/app/command_channel_rename_test.go +++ b/app/command_channel_rename_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/command_code.go b/app/command_code.go index 73c2e6a347..04ac57dd00 100644 --- a/app/command_code.go +++ b/app/command_code.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_code_test.go b/app/command_code_test.go index 890fa9122f..66980f1ff1 100644 --- a/app/command_code_test.go +++ b/app/command_code_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/command_dnd.go b/app/command_dnd.go index f45959a654..c911e402e0 100644 --- a/app/command_dnd.go +++ b/app/command_dnd.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 31978bba4e..b9f7c4f1b7 100644 --- a/app/command_echo.go +++ b/app/command_echo.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 b09037dead..9df53d30f5 100644 --- a/app/command_expand_collapse.go +++ b/app/command_expand_collapse.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_groupmsg.go b/app/command_groupmsg.go index 218e3a1eba..bf4a2040ba 100644 --- a/app/command_groupmsg.go +++ b/app/command_groupmsg.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_groupmsg_test.go b/app/command_groupmsg_test.go index 08fa547124..d35b5a20cb 100644 --- a/app/command_groupmsg_test.go +++ b/app/command_groupmsg_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/command_help.go b/app/command_help.go index a783187ca4..8465b1dad4 100644 --- a/app/command_help.go +++ b/app/command_help.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_invite.go b/app/command_invite.go index eca6dab516..ca8bd56b76 100644 --- a/app/command_invite.go +++ b/app/command_invite.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/command_invite_people.go b/app/command_invite_people.go index e4d6530634..b91e9074fa 100644 --- a/app/command_invite_people.go +++ b/app/command_invite_people.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_invite_people_test.go b/app/command_invite_people_test.go index 140477ad14..10ca5a3094 100644 --- a/app/command_invite_people_test.go +++ b/app/command_invite_people_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/command_invite_test.go b/app/command_invite_test.go index 75c47b33c5..becf776f1e 100644 --- a/app/command_invite_test.go +++ b/app/command_invite_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/command_join.go b/app/command_join.go index 87643127d6..4e79b57b34 100644 --- a/app/command_join.go +++ b/app/command_join.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_join_test.go b/app/command_join_test.go index 676c45f9b3..3dee394e03 100644 --- a/app/command_join_test.go +++ b/app/command_join_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_leave.go b/app/command_leave.go index 8d70efae8a..05db20afa0 100644 --- a/app/command_leave.go +++ b/app/command_leave.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_leave_test.go b/app/command_leave_test.go index 47ac23bed9..1da6f3bd23 100644 --- a/app/command_leave_test.go +++ b/app/command_leave_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/command_loadtest.go b/app/command_loadtest.go index 7d48263a6b..6b44628ac6 100644 --- a/app/command_loadtest.go +++ b/app/command_loadtest.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 ad44565173..e12de2f05a 100644 --- a/app/command_logout.go +++ b/app/command_logout.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 912b9e5f5b..cc4c89de29 100644 --- a/app/command_me.go +++ b/app/command_me.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_me_test.go b/app/command_me_test.go index 7fbedb6cfd..1449ce9b66 100644 --- a/app/command_me_test.go +++ b/app/command_me_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/command_msg.go b/app/command_msg.go index b71f15cf25..d19e6a5a9d 100644 --- a/app/command_msg.go +++ b/app/command_msg.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_msg_test.go b/app/command_msg_test.go index 92ddecf603..8673215261 100644 --- a/app/command_msg_test.go +++ b/app/command_msg_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_mute.go b/app/command_mute.go index aea15269dc..e9d888664d 100644 --- a/app/command_mute.go +++ b/app/command_mute.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_mute_test.go b/app/command_mute_test.go index fd35888f0f..a5927d9ded 100644 --- a/app/command_mute_test.go +++ b/app/command_mute_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 efc91c55c2..5e8e0924de 100644 --- a/app/command_offline.go +++ b/app/command_offline.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 3aa9be72cb..35a558867a 100644 --- a/app/command_online.go +++ b/app/command_online.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_open.go b/app/command_open.go index bceceff244..e9b8aac74f 100644 --- a/app/command_open.go +++ b/app/command_open.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_remove.go b/app/command_remove.go index 80fcf82f8d..df2a140a36 100644 --- a/app/command_remove.go +++ b/app/command_remove.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_remove_test.go b/app/command_remove_test.go index 938d339c60..2b33ba697f 100644 --- a/app/command_remove_test.go +++ b/app/command_remove_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/command_search.go b/app/command_search.go index 49c760ca5b..0616f6ba43 100644 --- a/app/command_search.go +++ b/app/command_search.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_settings.go b/app/command_settings.go index b9005b61d4..8e9cc030ed 100644 --- a/app/command_settings.go +++ b/app/command_settings.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 0d6e6f58ff..80df91506e 100644 --- a/app/command_shortcuts.go +++ b/app/command_shortcuts.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 b8488ec2a9..2cd3238b95 100644 --- a/app/command_shrug.go +++ b/app/command_shrug.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/command_test.go b/app/command_test.go index 47291d5374..554b94a1ba 100644 --- a/app/command_test.go +++ b/app/command_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 e102881502..ae4e755e7f 100644 --- a/app/compliance.go +++ b/app/compliance.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/config.go b/app/config.go index 43b1463253..50abb7a5bf 100644 --- a/app/config.go +++ b/app/config.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/config_test.go b/app/config_test.go index 73f8ed4cf2..f2258e5697 100644 --- a/app/config_test.go +++ b/app/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/data_retention.go b/app/data_retention.go index e7b8b3aa71..a404513df5 100644 --- a/app/data_retention.go +++ b/app/data_retention.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 a1655454aa..56340f8da1 100644 --- a/app/diagnostics.go +++ b/app/diagnostics.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/diagnostics_test.go b/app/diagnostics_test.go index b56e166ba6..07d8b5c604 100644 --- a/app/diagnostics_test.go +++ b/app/diagnostics_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/elasticsearch.go b/app/elasticsearch.go index 7c2bcafc53..2f7d6b2fb8 100644 --- a/app/elasticsearch.go +++ b/app/elasticsearch.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 65c4fc5cfc..5ff5e455dc 100644 --- a/app/email.go +++ b/app/email.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/email_batching.go b/app/email_batching.go index f9f8021fb5..664a40f96d 100644 --- a/app/email_batching.go +++ b/app/email_batching.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 5bda1a75e8..e725111479 100644 --- a/app/email_batching_test.go +++ b/app/email_batching_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 206d370e95..0bec302581 100644 --- a/app/email_test.go +++ b/app/email_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/emoji.go b/app/emoji.go index af167b2549..a182c0d6ce 100644 --- a/app/emoji.go +++ b/app/emoji.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/enterprise.go b/app/enterprise.go index 77132bb061..745294d26e 100644 --- a/app/enterprise.go +++ b/app/enterprise.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/export.go b/app/export.go index cb7fa27f67..a6d35e84ca 100644 --- a/app/export.go +++ b/app/export.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/export_converters.go b/app/export_converters.go index df1ae29f87..876d8666b3 100644 --- a/app/export_converters.go +++ b/app/export_converters.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/export_test.go b/app/export_test.go index 29733780ff..47e14620c4 100644 --- a/app/export_test.go +++ b/app/export_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/file.go b/app/file.go index 6a063f2596..0b934e13d7 100644 --- a/app/file.go +++ b/app/file.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/file_bench_test.go b/app/file_bench_test.go index f6f40edfd7..73a18495b4 100644 --- a/app/file_bench_test.go +++ b/app/file_bench_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 a4735f66c4..7f3c96812f 100644 --- a/app/file_test.go +++ b/app/file_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/group.go b/app/group.go index 4e23a0b361..76ae9ed5e0 100644 --- a/app/group.go +++ b/app/group.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/group_test.go b/app/group_test.go index cd5512b4f3..e0da9e4843 100644 --- a/app/group_test.go +++ b/app/group_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/helper_test.go b/app/helper_test.go index 1538773d4a..f758c7883c 100644 --- a/app/helper_test.go +++ b/app/helper_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 59f162facc..c92726a4f6 100644 --- a/app/import.go +++ b/app/import.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/import_functions.go b/app/import_functions.go index cdf67e7091..47aaf24357 100644 --- a/app/import_functions.go +++ b/app/import_functions.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/import_functions_test.go b/app/import_functions_test.go index 5a3bf3b253..606f12d513 100644 --- a/app/import_functions_test.go +++ b/app/import_functions_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/import_test.go b/app/import_test.go index d5ab2e0e3c..d099241bd3 100644 --- a/app/import_test.go +++ b/app/import_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/import_types.go b/app/import_types.go index 61e083ebeb..5577c51493 100644 --- a/app/import_types.go +++ b/app/import_types.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/import_validators.go b/app/import_validators.go index 2791361b1c..5243d100e6 100644 --- a/app/import_validators.go +++ b/app/import_validators.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/import_validators_test.go b/app/import_validators_test.go index 6ddc5c1262..a79c9cdaf0 100644 --- a/app/import_validators_test.go +++ b/app/import_validators_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/integration_action.go b/app/integration_action.go index bffc1653ca..603d906a47 100644 --- a/app/integration_action.go +++ b/app/integration_action.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // Integration Action Flow // diff --git a/app/integration_action_test.go b/app/integration_action_test.go index 9773694126..aef7f9bed3 100644 --- a/app/integration_action_test.go +++ b/app/integration_action_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/job.go b/app/job.go index 7ee060aaa9..c38e6f6239 100644 --- a/app/job.go +++ b/app/job.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/job_test.go b/app/job_test.go index 4dc70ff20f..c8a5a57ae5 100644 --- a/app/job_test.go +++ b/app/job_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 65b6087a49..b040d2127e 100644 --- a/app/ldap.go +++ b/app/ldap.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 285b57fc2b..8922266412 100644 --- a/app/license.go +++ b/app/license.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 0d0ede59d7..286f9019ab 100644 --- a/app/license_test.go +++ b/app/license_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 a273d56692..5993c2bf26 100644 --- a/app/login.go +++ b/app/login.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/login_test.go b/app/login_test.go index 7cd9523f83..23f7a55707 100644 --- a/app/login_test.go +++ b/app/login_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/main_test.go b/app/main_test.go index 2d13879d0c..562b676422 100644 --- a/app/main_test.go +++ b/app/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/migrations.go b/app/migrations.go index 4515dce45a..067e194f81 100644 --- a/app/migrations.go +++ b/app/migrations.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 e18ca2b9b1..d18b8b0ee2 100644 --- a/app/notification.go +++ b/app/notification.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/notification_email.go b/app/notification_email.go index a3a4f40b85..5da7fc5ddf 100644 --- a/app/notification_email.go +++ b/app/notification_email.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/notification_email_test.go b/app/notification_email_test.go index eeb76048d7..c15dd9f1eb 100644 --- a/app/notification_email_test.go +++ b/app/notification_email_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/notification_push.go b/app/notification_push.go index 321e01acd4..d6bd1bbdf1 100644 --- a/app/notification_push.go +++ b/app/notification_push.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/notification_push_test.go b/app/notification_push_test.go index 7609ad0a65..a7db86e395 100644 --- a/app/notification_push_test.go +++ b/app/notification_push_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 db5b849552..686f3a1f26 100644 --- a/app/notification_test.go +++ b/app/notification_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 0601caa4fa..6f4c1ce9a7 100644 --- a/app/oauth.go +++ b/app/oauth.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 0dd5837717..faffc5896a 100644 --- a/app/oauth_test.go +++ b/app/oauth_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/opengraph.go b/app/opengraph.go index 151349490a..a09c70c3bc 100644 --- a/app/opengraph.go +++ b/app/opengraph.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/opengraph_test.go b/app/opengraph_test.go index cd93fb7bca..f0e42339d8 100644 --- a/app/opengraph_test.go +++ b/app/opengraph_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/options.go b/app/options.go index 7cbfa9f83f..28a7f4bc71 100644 --- a/app/options.go +++ b/app/options.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/permissions.go b/app/permissions.go index b2ce484538..5c16a26b18 100644 --- a/app/permissions.go +++ b/app/permissions.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/permissions_migrations.go b/app/permissions_migrations.go index d656c39028..5e5561f692 100644 --- a/app/permissions_migrations.go +++ b/app/permissions_migrations.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/permissions_migrations_test.go b/app/permissions_migrations_test.go index a02904764d..07a98860ff 100644 --- a/app/permissions_migrations_test.go +++ b/app/permissions_migrations_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/permissions_test.go b/app/permissions_test.go index 78882695f2..6d0c818f19 100644 --- a/app/permissions_test.go +++ b/app/permissions_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/plugin.go b/app/plugin.go index efe403b186..305c0fed38 100644 --- a/app/plugin.go +++ b/app/plugin.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_api.go b/app/plugin_api.go index 49e4e0c593..0e6d8c3374 100644 --- a/app/plugin_api.go +++ b/app/plugin_api.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_api_test.go b/app/plugin_api_test.go index 8400c43894..93414e5c21 100644 --- a/app/plugin_api_test.go +++ b/app/plugin_api_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_api_test/plugin_using_log_api.go b/app/plugin_api_test/plugin_using_log_api.go index 08900b2a10..f3d25b38cf 100644 --- a/app/plugin_api_test/plugin_using_log_api.go +++ b/app/plugin_api_test/plugin_using_log_api.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package main diff --git a/app/plugin_commands_test.go b/app/plugin_commands_test.go index c4597e96f0..44700e335f 100644 --- a/app/plugin_commands_test.go +++ b/app/plugin_commands_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_context.go b/app/plugin_context.go index 7901f57fcc..1276fe10e5 100644 --- a/app/plugin_context.go +++ b/app/plugin_context.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_deadlock_test.go b/app/plugin_deadlock_test.go index c98ede3fc2..e46cf42f34 100644 --- a/app/plugin_deadlock_test.go +++ b/app/plugin_deadlock_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_hooks_test.go b/app/plugin_hooks_test.go index baf3b6df72..e9b4b5140b 100644 --- a/app/plugin_hooks_test.go +++ b/app/plugin_hooks_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_install_test.go b/app/plugin_install_test.go index 94348c6783..43262e5cbe 100644 --- a/app/plugin_install_test.go +++ b/app/plugin_install_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/plugin_public_keys.go b/app/plugin_public_keys.go index cec41201ea..218473b66a 100644 --- a/app/plugin_public_keys.go +++ b/app/plugin_public_keys.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_shutdown_test.go b/app/plugin_shutdown_test.go index 92a2912232..9cc618c8c8 100644 --- a/app/plugin_shutdown_test.go +++ b/app/plugin_shutdown_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/plugin_signature_test.go b/app/plugin_signature_test.go index b6f8346163..44dba206ef 100644 --- a/app/plugin_signature_test.go +++ b/app/plugin_signature_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/plugin_test.go b/app/plugin_test.go index 42d3a571da..1f4a42bf87 100644 --- a/app/plugin_test.go +++ b/app/plugin_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 4f8b4dafe9..58947afe4f 100644 --- a/app/post.go +++ b/app/post.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/post_metadata.go b/app/post_metadata.go index 8a4b171a85..a48457f096 100644 --- a/app/post_metadata.go +++ b/app/post_metadata.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/post_metadata_test.go b/app/post_metadata_test.go index 27c704576d..87f20b69c5 100644 --- a/app/post_metadata_test.go +++ b/app/post_metadata_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/post_test.go b/app/post_test.go index 1568facea7..b1a6da895d 100644 --- a/app/post_test.go +++ b/app/post_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 61307b36fe..8f7acfb05f 100644 --- a/app/preference.go +++ b/app/preference.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/ratelimit.go b/app/ratelimit.go index f7c77bca0a..8f11aff686 100644 --- a/app/ratelimit.go +++ b/app/ratelimit.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/ratelimit_test.go b/app/ratelimit_test.go index d0e3969484..99dd983487 100644 --- a/app/ratelimit_test.go +++ b/app/ratelimit_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/reaction.go b/app/reaction.go index 1f235bde0b..dd614c6114 100644 --- a/app/reaction.go +++ b/app/reaction.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/response_transfer.go b/app/response_transfer.go index 3f28e2c17c..624d940a3f 100644 --- a/app/response_transfer.go +++ b/app/response_transfer.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/role.go b/app/role.go index 08e86330ea..cfa8994466 100644 --- a/app/role.go +++ b/app/role.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 93d2c65d5f..5b725c02ef 100644 --- a/app/saml.go +++ b/app/saml.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/scheme.go b/app/scheme.go index 893fbd08d7..75d3f3dcb0 100644 --- a/app/scheme.go +++ b/app/scheme.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 a10febe2f3..91c393860a 100644 --- a/app/security_update_check.go +++ b/app/security_update_check.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/server.go b/app/server.go index d2647178a3..f5185b5974 100644 --- a/app/server.go +++ b/app/server.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/server_app_adapters.go b/app/server_app_adapters.go index 048c88be2f..bfa2dcd449 100644 --- a/app/server_app_adapters.go +++ b/app/server_app_adapters.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/server_license.go b/app/server_license.go index a8e3dd2df4..54b3c2fead 100644 --- a/app/server_license.go +++ b/app/server_license.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/server_test.go b/app/server_test.go index aeb0e84036..c6e8b8e59d 100644 --- a/app/server_test.go +++ b/app/server_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// 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 8f9e78bed6..511e71a3b1 100644 --- a/app/session.go +++ b/app/session.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 291e7a43a2..645605db3d 100644 --- a/app/session_test.go +++ b/app/session_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/slack.go b/app/slack.go index 9fed721fae..68987e1efe 100644 --- a/app/slack.go +++ b/app/slack.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/slack_test.go b/app/slack_test.go index 5f0ad31116..b7c73d1a47 100644 --- a/app/slack_test.go +++ b/app/slack_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/slackimport.go b/app/slackimport.go index e409b92749..6e066ff445 100644 --- a/app/slackimport.go +++ b/app/slackimport.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/slackimport_test.go b/app/slackimport_test.go index 992e639f25..902f668094 100644 --- a/app/slackimport_test.go +++ b/app/slackimport_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 b17321c741..8553b64767 100644 --- a/app/status.go +++ b/app/status.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/status_test.go b/app/status_test.go index e8d0b42664..7ad55eec98 100644 --- a/app/status_test.go +++ b/app/status_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/svg.go b/app/svg.go index 8aeb7e74b7..a5825a6f3c 100644 --- a/app/svg.go +++ b/app/svg.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/svg_test.go b/app/svg_test.go index 895512e1f4..923c8b25f9 100644 --- a/app/svg_test.go +++ b/app/svg_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/syncables.go b/app/syncables.go index be44b47eed..79c0a99741 100644 --- a/app/syncables.go +++ b/app/syncables.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/syncables_test.go b/app/syncables_test.go index 7530296a77..995ef1d2bf 100644 --- a/app/syncables_test.go +++ b/app/syncables_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/team.go b/app/team.go index 0b371062a8..341a392ee7 100644 --- a/app/team.go +++ b/app/team.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 8313aa914c..5fc63d0933 100644 --- a/app/team_test.go +++ b/app/team_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/terms_of_service.go b/app/terms_of_service.go index b1c71ff9b0..0dcf4c3365 100644 --- a/app/terms_of_service.go +++ b/app/terms_of_service.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 772a44c209..579e1da265 100644 --- a/app/user.go +++ b/app/user.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/user_agent_test.go b/app/user_agent_test.go index 818ddf4a67..b9514d6069 100644 --- a/app/user_agent_test.go +++ b/app/user_agent_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/user_terms_of_service.go b/app/user_terms_of_service.go index 5ba01bc3c8..caa45165e2 100644 --- a/app/user_terms_of_service.go +++ b/app/user_terms_of_service.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/user_terms_of_service_test.go b/app/user_terms_of_service_test.go index 219cccef08..d836d3e405 100644 --- a/app/user_terms_of_service_test.go +++ b/app/user_terms_of_service_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 8563c381fe..34fc120f2c 100644 --- a/app/user_test.go +++ b/app/user_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/user_viewmembers_test.go b/app/user_viewmembers_test.go index 641dae48fa..2a55a506c7 100644 --- a/app/user_viewmembers_test.go +++ b/app/user_viewmembers_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/web_conn.go b/app/web_conn.go index 839b898d7a..c66d9f4f84 100644 --- a/app/web_conn.go +++ b/app/web_conn.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/web_conn_test.go b/app/web_conn_test.go index c8d6a0f8af..0ce996941b 100644 --- a/app/web_conn_test.go +++ b/app/web_conn_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// 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 eb76b8d200..dcf5549d4b 100644 --- a/app/web_hub.go +++ b/app/web_hub.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package app diff --git a/app/web_hub_test.go b/app/web_hub_test.go index 1002eb050a..c145cca228 100644 --- a/app/web_hub_test.go +++ b/app/web_hub_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package app import ( diff --git a/app/webhook.go b/app/webhook.go index 31c675598f..f3ee891516 100644 --- a/app/webhook.go +++ b/app/webhook.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/app/webhook_test.go b/app/webhook_test.go index 9a9f534ed1..6f0bd4b4b1 100644 --- a/app/webhook_test.go +++ b/app/webhook_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-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 3e30b0633a..bdb758c0b2 100644 --- a/app/websocket_router.go +++ b/app/websocket_router.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package app diff --git a/cmd/mattermost/commands/channel.go b/cmd/mattermost/commands/channel.go index 85efefd35e..fe9a039367 100644 --- a/cmd/mattermost/commands/channel.go +++ b/cmd/mattermost/commands/channel.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/channel_test.go b/cmd/mattermost/commands/channel_test.go index bd7d18dffe..b0ef798b6f 100644 --- a/cmd/mattermost/commands/channel_test.go +++ b/cmd/mattermost/commands/channel_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/channelargs.go b/cmd/mattermost/commands/channelargs.go index e26b30c13f..ce65aaba1f 100644 --- a/cmd/mattermost/commands/channelargs.go +++ b/cmd/mattermost/commands/channelargs.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/cmdtestlib.go b/cmd/mattermost/commands/cmdtestlib.go index 27ea7534b3..e1611a10f0 100644 --- a/cmd/mattermost/commands/cmdtestlib.go +++ b/cmd/mattermost/commands/cmdtestlib.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/command.go b/cmd/mattermost/commands/command.go index ab7a99050b..3697135fbf 100644 --- a/cmd/mattermost/commands/command.go +++ b/cmd/mattermost/commands/command.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/command_test.go b/cmd/mattermost/commands/command_test.go index e5e130c2b8..31f864f5fb 100644 --- a/cmd/mattermost/commands/command_test.go +++ b/cmd/mattermost/commands/command_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/commandargs.go b/cmd/mattermost/commands/commandargs.go index 48e5134d93..fe497f2bf6 100644 --- a/cmd/mattermost/commands/commandargs.go +++ b/cmd/mattermost/commands/commandargs.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/config.go b/cmd/mattermost/commands/config.go index d30e83abb8..486fa6e955 100644 --- a/cmd/mattermost/commands/config.go +++ b/cmd/mattermost/commands/config.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/config_flag_test.go b/cmd/mattermost/commands/config_flag_test.go index 48c2aeeb48..82554ecb67 100644 --- a/cmd/mattermost/commands/config_flag_test.go +++ b/cmd/mattermost/commands/config_flag_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/config_test.go b/cmd/mattermost/commands/config_test.go index 509fe96066..8260a9c2eb 100644 --- a/cmd/mattermost/commands/config_test.go +++ b/cmd/mattermost/commands/config_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/exec_command_test.go b/cmd/mattermost/commands/exec_command_test.go index c1c61f3828..a5eed09a92 100644 --- a/cmd/mattermost/commands/exec_command_test.go +++ b/cmd/mattermost/commands/exec_command_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/export.go b/cmd/mattermost/commands/export.go index 869b6794be..a5fdb579c9 100644 --- a/cmd/mattermost/commands/export.go +++ b/cmd/mattermost/commands/export.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/export_test.go b/cmd/mattermost/commands/export_test.go index 23e5641068..802d477c25 100644 --- a/cmd/mattermost/commands/export_test.go +++ b/cmd/mattermost/commands/export_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/group.go b/cmd/mattermost/commands/group.go index 4c6f2f3b0e..9a3dccca8c 100644 --- a/cmd/mattermost/commands/group.go +++ b/cmd/mattermost/commands/group.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/group_test.go b/cmd/mattermost/commands/group_test.go index 604df24378..dcdb83197a 100644 --- a/cmd/mattermost/commands/group_test.go +++ b/cmd/mattermost/commands/group_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/import.go b/cmd/mattermost/commands/import.go index 27779921c2..271714a9e3 100644 --- a/cmd/mattermost/commands/import.go +++ b/cmd/mattermost/commands/import.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/init.go b/cmd/mattermost/commands/init.go index 7f205511a6..94e56434e9 100644 --- a/cmd/mattermost/commands/init.go +++ b/cmd/mattermost/commands/init.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/integrity.go b/cmd/mattermost/commands/integrity.go index 050a08c823..433cdee6be 100644 --- a/cmd/mattermost/commands/integrity.go +++ b/cmd/mattermost/commands/integrity.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/jobserver.go b/cmd/mattermost/commands/jobserver.go index f45952dd23..03441b95d6 100644 --- a/cmd/mattermost/commands/jobserver.go +++ b/cmd/mattermost/commands/jobserver.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/ldap.go b/cmd/mattermost/commands/ldap.go index 83b1630a22..d07367522e 100644 --- a/cmd/mattermost/commands/ldap.go +++ b/cmd/mattermost/commands/ldap.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/license.go b/cmd/mattermost/commands/license.go index 1e08814d3a..77946c4073 100644 --- a/cmd/mattermost/commands/license.go +++ b/cmd/mattermost/commands/license.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/logs.go b/cmd/mattermost/commands/logs.go index bf69958dcc..2e560f8a4a 100644 --- a/cmd/mattermost/commands/logs.go +++ b/cmd/mattermost/commands/logs.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/main_test.go b/cmd/mattermost/commands/main_test.go index 62522f5c58..c187c733c3 100644 --- a/cmd/mattermost/commands/main_test.go +++ b/cmd/mattermost/commands/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/output.go b/cmd/mattermost/commands/output.go index f9a4bf483b..b2ee4b7c54 100644 --- a/cmd/mattermost/commands/output.go +++ b/cmd/mattermost/commands/output.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/permissions.go b/cmd/mattermost/commands/permissions.go index d6c6275e44..4e992df789 100644 --- a/cmd/mattermost/commands/permissions.go +++ b/cmd/mattermost/commands/permissions.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/permissions_test.go b/cmd/mattermost/commands/permissions_test.go index f7f55415fc..4bcdd5b012 100644 --- a/cmd/mattermost/commands/permissions_test.go +++ b/cmd/mattermost/commands/permissions_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/plugin.go b/cmd/mattermost/commands/plugin.go index 6658f2a28d..dd3e241615 100644 --- a/cmd/mattermost/commands/plugin.go +++ b/cmd/mattermost/commands/plugin.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/plugin_test.go b/cmd/mattermost/commands/plugin_test.go index 843ca72191..d0312bd7b7 100644 --- a/cmd/mattermost/commands/plugin_test.go +++ b/cmd/mattermost/commands/plugin_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands import ( diff --git a/cmd/mattermost/commands/reset.go b/cmd/mattermost/commands/reset.go index 9b81ec2164..df49bc8f06 100644 --- a/cmd/mattermost/commands/reset.go +++ b/cmd/mattermost/commands/reset.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/roles.go b/cmd/mattermost/commands/roles.go index 9d4482913a..ff9a61f652 100644 --- a/cmd/mattermost/commands/roles.go +++ b/cmd/mattermost/commands/roles.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/roles_test.go b/cmd/mattermost/commands/roles_test.go index a727cb6563..806111314b 100644 --- a/cmd/mattermost/commands/roles_test.go +++ b/cmd/mattermost/commands/roles_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/root.go b/cmd/mattermost/commands/root.go index 1b5ef883be..30e9432ac8 100644 --- a/cmd/mattermost/commands/root.go +++ b/cmd/mattermost/commands/root.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/sampledata.go b/cmd/mattermost/commands/sampledata.go index 0a96c0add1..20423a87f8 100644 --- a/cmd/mattermost/commands/sampledata.go +++ b/cmd/mattermost/commands/sampledata.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/sampledata_test.go b/cmd/mattermost/commands/sampledata_test.go index 4ea914e1d6..b7f8a39734 100644 --- a/cmd/mattermost/commands/sampledata_test.go +++ b/cmd/mattermost/commands/sampledata_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/server.go b/cmd/mattermost/commands/server.go index 30846b92d4..75dcd3aed4 100644 --- a/cmd/mattermost/commands/server.go +++ b/cmd/mattermost/commands/server.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/server_test.go b/cmd/mattermost/commands/server_test.go index 5702d156ae..d965e80fb3 100644 --- a/cmd/mattermost/commands/server_test.go +++ b/cmd/mattermost/commands/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/team.go b/cmd/mattermost/commands/team.go index 95a2373b70..739d4a1e06 100644 --- a/cmd/mattermost/commands/team.go +++ b/cmd/mattermost/commands/team.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/team_test.go b/cmd/mattermost/commands/team_test.go index 7af595691e..5d4f3c2762 100644 --- a/cmd/mattermost/commands/team_test.go +++ b/cmd/mattermost/commands/team_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/teamargs.go b/cmd/mattermost/commands/teamargs.go index 45cedb7750..ab44754ecc 100644 --- a/cmd/mattermost/commands/teamargs.go +++ b/cmd/mattermost/commands/teamargs.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/test.go b/cmd/mattermost/commands/test.go index 8fcf867bb1..96c452a941 100644 --- a/cmd/mattermost/commands/test.go +++ b/cmd/mattermost/commands/test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/user.go b/cmd/mattermost/commands/user.go index 84916db5d1..aa39afadd0 100644 --- a/cmd/mattermost/commands/user.go +++ b/cmd/mattermost/commands/user.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/user_test.go b/cmd/mattermost/commands/user_test.go index 482e702424..a17ac2539f 100644 --- a/cmd/mattermost/commands/user_test.go +++ b/cmd/mattermost/commands/user_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/userargs.go b/cmd/mattermost/commands/userargs.go index 6f6c66b2a3..5114073717 100644 --- a/cmd/mattermost/commands/userargs.go +++ b/cmd/mattermost/commands/userargs.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/utils.go b/cmd/mattermost/commands/utils.go index 768bc18411..6b36000f86 100644 --- a/cmd/mattermost/commands/utils.go +++ b/cmd/mattermost/commands/utils.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/utils_test.go b/cmd/mattermost/commands/utils_test.go index acc155f673..db7d4c1e41 100644 --- a/cmd/mattermost/commands/utils_test.go +++ b/cmd/mattermost/commands/utils_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/version.go b/cmd/mattermost/commands/version.go index b7a39720fb..dd96928147 100644 --- a/cmd/mattermost/commands/version.go +++ b/cmd/mattermost/commands/version.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/version_test.go b/cmd/mattermost/commands/version_test.go index 630024d929..ac59e99122 100644 --- a/cmd/mattermost/commands/version_test.go +++ b/cmd/mattermost/commands/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/webhook.go b/cmd/mattermost/commands/webhook.go index 5a2b28ae93..5c314953a2 100644 --- a/cmd/mattermost/commands/webhook.go +++ b/cmd/mattermost/commands/webhook.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/commands/webhook_test.go b/cmd/mattermost/commands/webhook_test.go index 28a4b075ad..80c43c4e36 100644 --- a/cmd/mattermost/commands/webhook_test.go +++ b/cmd/mattermost/commands/webhook_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package commands diff --git a/cmd/mattermost/main.go b/cmd/mattermost/main.go index e1b11daf20..6570482034 100644 --- a/cmd/mattermost/main.go +++ b/cmd/mattermost/main.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package main diff --git a/config/client.go b/config/client.go index d831ead154..3b677a099e 100644 --- a/config/client.go +++ b/config/client.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/client_test.go b/config/client_test.go index ae5e5696da..6a35036c06 100644 --- a/config/client_test.go +++ b/config/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config_test diff --git a/config/common.go b/config/common.go index e5bfade391..bac91374b1 100644 --- a/config/common.go +++ b/config/common.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/common_test.go b/config/common_test.go index 28d5462740..b1e22e756b 100644 --- a/config/common_test.go +++ b/config/common_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package config_test import ( diff --git a/config/config_generator/generator/generator.go b/config/config_generator/generator/generator.go index ab7d922abf..4fea9d004b 100644 --- a/config/config_generator/generator/generator.go +++ b/config/config_generator/generator/generator.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package generator diff --git a/config/config_generator/main.go b/config/config_generator/main.go index 9a5a37745d..ae0326f147 100644 --- a/config/config_generator/main.go +++ b/config/config_generator/main.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package main diff --git a/config/database.go b/config/database.go index cc66205a16..5cd5969738 100644 --- a/config/database.go +++ b/config/database.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/database_test.go b/config/database_test.go index 6472cf9c4a..0b5c7b5a3d 100644 --- a/config/database_test.go +++ b/config/database_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config_test diff --git a/config/default.go b/config/default.go index 824ccb0d14..2220e8d9f4 100644 --- a/config/default.go +++ b/config/default.go @@ -1,6 +1,6 @@ //go:generate go run -mod=vendor config_generator/main.go // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/default_test.go b/config/default_test.go index f4c87b063d..abdb9aab7e 100644 --- a/config/default_test.go +++ b/config/default_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/emitter.go b/config/emitter.go index b12bef466b..3856390f35 100644 --- a/config/emitter.go +++ b/config/emitter.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/emitter_test.go b/config/emitter_test.go index b084a58765..762c6f66a2 100644 --- a/config/emitter_test.go +++ b/config/emitter_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/environment.go b/config/environment.go index 2efc49ab67..deb6e37511 100644 --- a/config/environment.go +++ b/config/environment.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package config diff --git a/config/export_test.go b/config/export_test.go index 5cd9dd366d..fbacab7c31 100644 --- a/config/export_test.go +++ b/config/export_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package config import ( diff --git a/config/file.go b/config/file.go index 2db191f0a4..fceea8016c 100644 --- a/config/file.go +++ b/config/file.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/file_test.go b/config/file_test.go index 5ca2a5d51d..048c3aa320 100644 --- a/config/file_test.go +++ b/config/file_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config_test diff --git a/config/main_test.go b/config/main_test.go index 6e30024c07..21701ba559 100644 --- a/config/main_test.go +++ b/config/main_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package config_test import ( diff --git a/config/memory.go b/config/memory.go index 3e3fa5e826..ceaf23f251 100644 --- a/config/memory.go +++ b/config/memory.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/memory_test.go b/config/memory_test.go index 2200e26ba5..d1c8836407 100644 --- a/config/memory_test.go +++ b/config/memory_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config_test diff --git a/config/migrate.go b/config/migrate.go index 720a6ebba5..de3888223c 100644 --- a/config/migrate.go +++ b/config/migrate.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/migrate_test.go b/config/migrate_test.go index 932fd67d49..1cc614bfcd 100644 --- a/config/migrate_test.go +++ b/config/migrate_test.go @@ -1,11 +1,15 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package config import ( "fmt" + "testing" + "github.com/mattermost/mattermost-server/v5/testlib" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "testing" ) func TestMigrateDatabaseToFile(t *testing.T) { diff --git a/config/store.go b/config/store.go index 231ee50549..be5b528759 100644 --- a/config/store.go +++ b/config/store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/store_test.go b/config/store_test.go index 5f0536e6c0..b806826f33 100644 --- a/config/store_test.go +++ b/config/store_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package config_test import ( diff --git a/config/unmarshal.go b/config/unmarshal.go index 3bfa02226b..07fd6afef0 100644 --- a/config/unmarshal.go +++ b/config/unmarshal.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/unmarshal_test.go b/config/unmarshal_test.go index a303134abb..cd6a2e2f4b 100644 --- a/config/unmarshal_test.go +++ b/config/unmarshal_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/utils.go b/config/utils.go index 0a30b822b1..387f212bed 100644 --- a/config/utils.go +++ b/config/utils.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/utils_test.go b/config/utils_test.go index cafbc09242..676f94dca8 100644 --- a/config/utils_test.go +++ b/config/utils_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/watcher.go b/config/watcher.go index b6eb6159ee..2f678f5996 100644 --- a/config/watcher.go +++ b/config/watcher.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/config/watcher_test.go b/config/watcher_test.go index 40c925fc32..43f967e54b 100644 --- a/config/watcher_test.go +++ b/config/watcher_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package config diff --git a/einterfaces/account_migration.go b/einterfaces/account_migration.go index b22510ad25..2f59c28683 100644 --- a/einterfaces/account_migration.go +++ b/einterfaces/account_migration.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go index 653dd06d6d..2d53700299 100644 --- a/einterfaces/cluster.go +++ b/einterfaces/cluster.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/compliance.go b/einterfaces/compliance.go index d50fadc674..8ff660e0a8 100644 --- a/einterfaces/compliance.go +++ b/einterfaces/compliance.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/data_retention.go b/einterfaces/data_retention.go index 0671424fbe..99a1dd2ba7 100644 --- a/einterfaces/data_retention.go +++ b/einterfaces/data_retention.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/elasticsearch.go b/einterfaces/elasticsearch.go index 423d14ddde..e77cb70e88 100644 --- a/einterfaces/elasticsearch.go +++ b/einterfaces/elasticsearch.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/jobs/data_retention.go b/einterfaces/jobs/data_retention.go index 95264dc355..c6bf94da56 100644 --- a/einterfaces/jobs/data_retention.go +++ b/einterfaces/jobs/data_retention.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/einterfaces/jobs/elasticsearch.go b/einterfaces/jobs/elasticsearch.go index a524288862..b5d212e132 100644 --- a/einterfaces/jobs/elasticsearch.go +++ b/einterfaces/jobs/elasticsearch.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/einterfaces/jobs/ldap_sync.go b/einterfaces/jobs/ldap_sync.go index 8af1ffa20b..5bcfc9edfa 100644 --- a/einterfaces/jobs/ldap_sync.go +++ b/einterfaces/jobs/ldap_sync.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/einterfaces/jobs/message_export.go b/einterfaces/jobs/message_export.go index 611fb46764..e7f7fe5dc5 100644 --- a/einterfaces/jobs/message_export.go +++ b/einterfaces/jobs/message_export.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/einterfaces/ldap.go b/einterfaces/ldap.go index 794730b3c7..3572f68dc8 100644 --- a/einterfaces/ldap.go +++ b/einterfaces/ldap.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/message_export.go b/einterfaces/message_export.go index 8105089467..9e3ba5e230 100644 --- a/einterfaces/message_export.go +++ b/einterfaces/message_export.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/metrics.go b/einterfaces/metrics.go index b6319225bc..abcede5beb 100644 --- a/einterfaces/metrics.go +++ b/einterfaces/metrics.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/mfa.go b/einterfaces/mfa.go index 2c69f020b9..b42aae748a 100644 --- a/einterfaces/mfa.go +++ b/einterfaces/mfa.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/notification.go b/einterfaces/notification.go index e9f8a89218..05a07a331e 100644 --- a/einterfaces/notification.go +++ b/einterfaces/notification.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/oauthproviders.go b/einterfaces/oauthproviders.go index 3ac78dd518..b137d5e710 100644 --- a/einterfaces/oauthproviders.go +++ b/einterfaces/oauthproviders.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package einterfaces diff --git a/einterfaces/saml.go b/einterfaces/saml.go index 8e45a519c5..157ab013e9 100644 --- a/einterfaces/saml.go +++ b/einterfaces/saml.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package einterfaces diff --git a/imports/placeholder.go b/imports/placeholder.go index c416897ac1..1e5dc76c24 100644 --- a/imports/placeholder.go +++ b/imports/placeholder.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imports diff --git a/jobs/interfaces/migrations_interface.go b/jobs/interfaces/migrations_interface.go index d72f254118..3184d1799a 100644 --- a/jobs/interfaces/migrations_interface.go +++ b/jobs/interfaces/migrations_interface.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package interfaces diff --git a/jobs/interfaces/plugins_interface.go b/jobs/interfaces/plugins_interface.go index a2dd10d56d..a2863f3598 100644 --- a/jobs/interfaces/plugins_interface.go +++ b/jobs/interfaces/plugins_interface.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package interfaces diff --git a/jobs/jobs.go b/jobs/jobs.go index 1aae32f1c3..8042185e20 100644 --- a/jobs/jobs.go +++ b/jobs/jobs.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/jobs/jobs_watcher.go b/jobs/jobs_watcher.go index 015425f8da..4086aeca9c 100644 --- a/jobs/jobs_watcher.go +++ b/jobs/jobs_watcher.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/jobs/schedulers.go b/jobs/schedulers.go index 4ef547f6da..d7aebe0804 100644 --- a/jobs/schedulers.go +++ b/jobs/schedulers.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/jobs/schedulers_test.go b/jobs/schedulers_test.go index fdc9455b4c..4324493bdb 100644 --- a/jobs/schedulers_test.go +++ b/jobs/schedulers_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs import ( diff --git a/jobs/server.go b/jobs/server.go index 40ce5c0c08..217b95d573 100644 --- a/jobs/server.go +++ b/jobs/server.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/jobs/workers.go b/jobs/workers.go index 29b98950ec..c16a8a7e58 100644 --- a/jobs/workers.go +++ b/jobs/workers.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jobs diff --git a/manualtesting/manual_testing.go b/manualtesting/manual_testing.go index 0cfabef3f0..f985a6cbac 100644 --- a/manualtesting/manual_testing.go +++ b/manualtesting/manual_testing.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package manualtesting diff --git a/manualtesting/test_autolink.go b/manualtesting/test_autolink.go index 823a4c46b8..a1d7c30921 100644 --- a/manualtesting/test_autolink.go +++ b/manualtesting/test_autolink.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package manualtesting diff --git a/migrations/advanced_permissions_phase_2.go b/migrations/advanced_permissions_phase_2.go index b65f4116ad..1f29ad161d 100644 --- a/migrations/advanced_permissions_phase_2.go +++ b/migrations/advanced_permissions_phase_2.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package migrations diff --git a/migrations/helper_test.go b/migrations/helper_test.go index 055d6e7642..7740dbbc69 100644 --- a/migrations/helper_test.go +++ b/migrations/helper_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package migrations diff --git a/migrations/main_test.go b/migrations/main_test.go index d4b36ff4da..39c633b2a8 100644 --- a/migrations/main_test.go +++ b/migrations/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package migrations diff --git a/migrations/migrations.go b/migrations/migrations.go index a0200be0e0..d738edd5fc 100644 --- a/migrations/migrations.go +++ b/migrations/migrations.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package migrations diff --git a/migrations/migrations_test.go b/migrations/migrations_test.go index 4a138c4e5f..ce8f9fb416 100644 --- a/migrations/migrations_test.go +++ b/migrations/migrations_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package migrations diff --git a/migrations/scheduler.go b/migrations/scheduler.go index 798fc650cf..12bcc6f33c 100644 --- a/migrations/scheduler.go +++ b/migrations/scheduler.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package migrations diff --git a/migrations/worker.go b/migrations/worker.go index c887b04be3..42f5e80c86 100644 --- a/migrations/worker.go +++ b/migrations/worker.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package migrations diff --git a/mlog/default.go b/mlog/default.go index b30ca16a20..f356eec72a 100644 --- a/mlog/default.go +++ b/mlog/default.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package mlog diff --git a/mlog/global.go b/mlog/global.go index ba90ace2f8..73f40b2f64 100644 --- a/mlog/global.go +++ b/mlog/global.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package mlog diff --git a/mlog/global_test.go b/mlog/global_test.go index 8bf24a33e9..5abc977914 100644 --- a/mlog/global_test.go +++ b/mlog/global_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package mlog_test import ( diff --git a/mlog/human/entry.go b/mlog/human/entry.go index 8790e00253..5ef52eb4a0 100644 --- a/mlog/human/entry.go +++ b/mlog/human/entry.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package human diff --git a/mlog/human/logrus_writer.go b/mlog/human/logrus_writer.go index 64272d483b..f086112fe0 100644 --- a/mlog/human/logrus_writer.go +++ b/mlog/human/logrus_writer.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package human diff --git a/mlog/human/parser.go b/mlog/human/parser.go index 17dd23bb1f..2be7efd10b 100644 --- a/mlog/human/parser.go +++ b/mlog/human/parser.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package human diff --git a/mlog/human/process.go b/mlog/human/process.go index 71633c3e0a..ae31acdad3 100644 --- a/mlog/human/process.go +++ b/mlog/human/process.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package human diff --git a/mlog/human/simple_writer.go b/mlog/human/simple_writer.go index 3ffba9a20d..760ed91596 100644 --- a/mlog/human/simple_writer.go +++ b/mlog/human/simple_writer.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package human diff --git a/mlog/log.go b/mlog/log.go index 59bc91df2d..eedb83f5a5 100644 --- a/mlog/log.go +++ b/mlog/log.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package mlog diff --git a/mlog/main_test.go b/mlog/main_test.go index e5426e3105..3335e0cff6 100644 --- a/mlog/main_test.go +++ b/mlog/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package mlog_test diff --git a/mlog/stdlog.go b/mlog/stdlog.go index 1abf30b2ca..fd702abffa 100644 --- a/mlog/stdlog.go +++ b/mlog/stdlog.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package mlog diff --git a/mlog/stdlog_test.go b/mlog/stdlog_test.go index e924b406bf..139b5eab7f 100644 --- a/mlog/stdlog_test.go +++ b/mlog/stdlog_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package mlog diff --git a/mlog/testing.go b/mlog/testing.go index 1b97c2fb7e..7a0eb134e2 100644 --- a/mlog/testing.go +++ b/mlog/testing.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package mlog diff --git a/model/access.go b/model/access.go index e9603c78ed..896cdc3f82 100644 --- a/model/access.go +++ b/model/access.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/access_test.go b/model/access_test.go index 775de8cf72..d679fc09d9 100644 --- a/model/access_test.go +++ b/model/access_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/analytics_row.go b/model/analytics_row.go index 4615bb7928..1180ad225f 100644 --- a/model/analytics_row.go +++ b/model/analytics_row.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/analytics_row_test.go b/model/analytics_row_test.go index 31ad461041..2102314df4 100644 --- a/model/analytics_row_test.go +++ b/model/analytics_row_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/audit.go b/model/audit.go index e3d1bdf90e..dd1e060260 100644 --- a/model/audit.go +++ b/model/audit.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/audit_test.go b/model/audit_test.go index 7a9ce9395e..f51abe27a5 100644 --- a/model/audit_test.go +++ b/model/audit_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/audits.go b/model/audits.go index 3673eb618b..a8f01e1b9b 100644 --- a/model/audits.go +++ b/model/audits.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/audits_test.go b/model/audits_test.go index 9c1fb9e575..fc7fd77ed7 100644 --- a/model/audits_test.go +++ b/model/audits_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/authorize.go b/model/authorize.go index 922adc070e..15b4d9c82e 100644 --- a/model/authorize.go +++ b/model/authorize.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/authorize_test.go b/model/authorize_test.go index 211d74def4..26e8978cd6 100644 --- a/model/authorize_test.go +++ b/model/authorize_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/bot.go b/model/bot.go index 362c439ec7..c17f82fb8e 100644 --- a/model/bot.go +++ b/model/bot.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/bot_default_image.go b/model/bot_default_image.go index 96dd77e04c..d9cdd2e240 100644 --- a/model/bot_default_image.go +++ b/model/bot_default_image.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/bot_test.go b/model/bot_test.go index 3a7a0db9fc..cd0d073011 100644 --- a/model/bot_test.go +++ b/model/bot_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/builtin.go b/model/builtin.go index 5dd00a9643..38e01f8b2c 100644 --- a/model/builtin.go +++ b/model/builtin.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/bundle_info.go b/model/bundle_info.go index f0e5be06a5..429e1c3d52 100644 --- a/model/bundle_info.go +++ b/model/bundle_info.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/bundle_info_test.go b/model/bundle_info_test.go index e94a5cb64d..d30569d846 100644 --- a/model/bundle_info_test.go +++ b/model/bundle_info_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package model import ( diff --git a/model/channel.go b/model/channel.go index 920c85d37a..62b0761185 100644 --- a/model/channel.go +++ b/model/channel.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_count.go b/model/channel_count.go index 8c6d8dd0ed..11ddeec407 100644 --- a/model/channel_count.go +++ b/model/channel_count.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_data.go b/model/channel_data.go index aae0a1490e..0a1e0d57af 100644 --- a/model/channel_data.go +++ b/model/channel_data.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_list.go b/model/channel_list.go index b1db60ecc3..b47077aed8 100644 --- a/model/channel_list.go +++ b/model/channel_list.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_member.go b/model/channel_member.go index 9a3a3f2e9c..ea559d3dc5 100644 --- a/model/channel_member.go +++ b/model/channel_member.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_member_history.go b/model/channel_member_history.go index 55435c3206..b77e0ff933 100644 --- a/model/channel_member_history.go +++ b/model/channel_member_history.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/channel_member_history_result.go b/model/channel_member_history_result.go index 11cb19d37e..6197d410ee 100644 --- a/model/channel_member_history_result.go +++ b/model/channel_member_history_result.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/channel_member_test.go b/model/channel_member_test.go index 31f9e417e3..033aaf09c0 100644 --- a/model/channel_member_test.go +++ b/model/channel_member_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_mentions.go b/model/channel_mentions.go index 795ec379c6..eb14e8eda7 100644 --- a/model/channel_mentions.go +++ b/model/channel_mentions.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_search.go b/model/channel_search.go index b50ff7e43c..2e994227f8 100644 --- a/model/channel_search.go +++ b/model/channel_search.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/channel_search_test.go b/model/channel_search_test.go index e53fe4f2ca..7a5921f220 100644 --- a/model/channel_search_test.go +++ b/model/channel_search_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/channel_stats.go b/model/channel_stats.go index 63367fa48f..76f682aa94 100644 --- a/model/channel_stats.go +++ b/model/channel_stats.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_test.go b/model/channel_test.go index 1d2097ecfa..2b47cf1f73 100644 --- a/model/channel_test.go +++ b/model/channel_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/channel_view.go b/model/channel_view.go index 650d14ce36..42fcac3a36 100644 --- a/model/channel_view.go +++ b/model/channel_view.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/channel_view_test.go b/model/channel_view_test.go index 7f99133b80..dbfc3cb433 100644 --- a/model/channel_view_test.go +++ b/model/channel_view_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/client4.go b/model/client4.go index b519a19792..4bf7150f0c 100644 --- a/model/client4.go +++ b/model/client4.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/client4_test.go b/model/client4_test.go index c129b3e615..3734bf4117 100644 --- a/model/client4_test.go +++ b/model/client4_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/cluster_discovery.go b/model/cluster_discovery.go index 9fbd84fe41..bd045c6789 100644 --- a/model/cluster_discovery.go +++ b/model/cluster_discovery.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/cluster_discovery_test.go b/model/cluster_discovery_test.go index 28adfff2df..109c7ea0cd 100644 --- a/model/cluster_discovery_test.go +++ b/model/cluster_discovery_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/cluster_info.go b/model/cluster_info.go index 46a3487a94..8243746931 100644 --- a/model/cluster_info.go +++ b/model/cluster_info.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/cluster_info_test.go b/model/cluster_info_test.go index 4f81d221cc..f4f121b453 100644 --- a/model/cluster_info_test.go +++ b/model/cluster_info_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/cluster_message.go b/model/cluster_message.go index a3c169b344..8432264e3f 100644 --- a/model/cluster_message.go +++ b/model/cluster_message.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/cluster_message_test.go b/model/cluster_message_test.go index ba02eed78c..44df3bf3b1 100644 --- a/model/cluster_message_test.go +++ b/model/cluster_message_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/cluster_stats.go b/model/cluster_stats.go index 064f7b816e..afc2ab44f0 100644 --- a/model/cluster_stats.go +++ b/model/cluster_stats.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/cluster_stats_test.go b/model/cluster_stats_test.go index 7aea9a9295..36c73b48be 100644 --- a/model/cluster_stats_test.go +++ b/model/cluster_stats_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/command.go b/model/command.go index b23e5020fd..0c99486dd9 100644 --- a/model/command.go +++ b/model/command.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/command_args.go b/model/command_args.go index 67ea018c87..1faba18c66 100644 --- a/model/command_args.go +++ b/model/command_args.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/command_response.go b/model/command_response.go index 4099f62093..fb2a67603e 100644 --- a/model/command_response.go +++ b/model/command_response.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/command_response_test.go b/model/command_response_test.go index 76d46da0c3..31a7c2735e 100644 --- a/model/command_response_test.go +++ b/model/command_response_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/command_test.go b/model/command_test.go index 0c8136b57c..3bb0432e07 100644 --- a/model/command_test.go +++ b/model/command_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/command_webhook.go b/model/command_webhook.go index 0b00e00b65..035a4004db 100644 --- a/model/command_webhook.go +++ b/model/command_webhook.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/command_webhook_test.go b/model/command_webhook_test.go index 141350b78a..7cfe28f8e8 100644 --- a/model/command_webhook_test.go +++ b/model/command_webhook_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/compliance.go b/model/compliance.go index 5546b7830b..4b031b90ab 100644 --- a/model/compliance.go +++ b/model/compliance.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/compliance_post.go b/model/compliance_post.go index ac3cf4e1f5..fcf65075bd 100644 --- a/model/compliance_post.go +++ b/model/compliance_post.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/compliance_post_test.go b/model/compliance_post_test.go index 21044c1281..298b8f8f85 100644 --- a/model/compliance_post_test.go +++ b/model/compliance_post_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/compliance_test.go b/model/compliance_test.go index 2f22dc2b22..afd0f60390 100644 --- a/model/compliance_test.go +++ b/model/compliance_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/config.go b/model/config.go index 079a01c593..fd9e0e0607 100644 --- a/model/config.go +++ b/model/config.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/config_test.go b/model/config_test.go index 79624f3591..21026a270e 100644 --- a/model/config_test.go +++ b/model/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/data_retention_policy.go b/model/data_retention_policy.go index dbb13374d6..a39ff91161 100644 --- a/model/data_retention_policy.go +++ b/model/data_retention_policy.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/emoji.go b/model/emoji.go index c2ef25afa1..67cb300e58 100644 --- a/model/emoji.go +++ b/model/emoji.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/emoji_data.go b/model/emoji_data.go index f6e62e680c..807f6abb56 100644 --- a/model/emoji_data.go +++ b/model/emoji_data.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/emoji_search.go b/model/emoji_search.go index 3a768a5745..71e2671cf2 100644 --- a/model/emoji_search.go +++ b/model/emoji_search.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/emoji_search_test.go b/model/emoji_search_test.go index 14055b8178..aca109cd59 100644 --- a/model/emoji_search_test.go +++ b/model/emoji_search_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/emoji_test.go b/model/emoji_test.go index c33a164d23..1600113258 100644 --- a/model/emoji_test.go +++ b/model/emoji_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/file.go b/model/file.go index e3ee032689..45b15d59b5 100644 --- a/model/file.go +++ b/model/file.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/file_info.go b/model/file_info.go index 25832b93c3..94595ded7b 100644 --- a/model/file_info.go +++ b/model/file_info.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/file_info_test.go b/model/file_info_test.go index 04920270e4..d3695a402f 100644 --- a/model/file_info_test.go +++ b/model/file_info_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/gitlab.go b/model/gitlab.go index 8777614c12..0b069cd6bc 100644 --- a/model/gitlab.go +++ b/model/gitlab.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/gitlab/gitlab.go b/model/gitlab/gitlab.go index 852735d51f..c9c88a9eca 100644 --- a/model/gitlab/gitlab.go +++ b/model/gitlab/gitlab.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package oauthgitlab diff --git a/model/group.go b/model/group.go index 535fbdf8ca..3143192b61 100644 --- a/model/group.go +++ b/model/group.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/group_member.go b/model/group_member.go index 0f1a0baf01..d18d78499b 100644 --- a/model/group_member.go +++ b/model/group_member.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/group_syncable.go b/model/group_syncable.go index 038164f217..227e00e32b 100644 --- a/model/group_syncable.go +++ b/model/group_syncable.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/guest_invite.go b/model/guest_invite.go index 893c26d33c..575d9a58b6 100644 --- a/model/guest_invite.go +++ b/model/guest_invite.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/incoming_webhook.go b/model/incoming_webhook.go index 8806a73f6a..957d2152d0 100644 --- a/model/incoming_webhook.go +++ b/model/incoming_webhook.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/incoming_webhook_test.go b/model/incoming_webhook_test.go index 784675f2e3..ca94222448 100644 --- a/model/incoming_webhook_test.go +++ b/model/incoming_webhook_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/initial_load.go b/model/initial_load.go index 3be680446f..9368f371c8 100644 --- a/model/initial_load.go +++ b/model/initial_load.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/initial_load_test.go b/model/initial_load_test.go index 980dcea11f..7495dace55 100644 --- a/model/initial_load_test.go +++ b/model/initial_load_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/integration_action.go b/model/integration_action.go index 177c416445..7ae24ba5b5 100644 --- a/model/integration_action.go +++ b/model/integration_action.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/integration_action_test.go b/model/integration_action_test.go index 924997f721..5b453dd6b7 100644 --- a/model/integration_action_test.go +++ b/model/integration_action_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/job.go b/model/job.go index 2533ea751e..36c5c1e024 100644 --- a/model/job.go +++ b/model/job.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/ldap.go b/model/ldap.go index 9051c5a304..d5f98f1a06 100644 --- a/model/ldap.go +++ b/model/ldap.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/license.go b/model/license.go index 41630a0a19..e924a03302 100644 --- a/model/license.go +++ b/model/license.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/license_test.go b/model/license_test.go index 5baab8cec3..d14eb33264 100644 --- a/model/license_test.go +++ b/model/license_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/link_metadata.go b/model/link_metadata.go index 28c0fca826..d20be2cb95 100644 --- a/model/link_metadata.go +++ b/model/link_metadata.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/link_metadata_test.go b/model/link_metadata_test.go index 61c8acb09a..f652c3b5ca 100644 --- a/model/link_metadata_test.go +++ b/model/link_metadata_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/main_test.go b/model/main_test.go index 8533f72ed2..986ed0f5cb 100644 --- a/model/main_test.go +++ b/model/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model_test diff --git a/model/manifest.go b/model/manifest.go index 74f75a5c14..05cff11fd6 100644 --- a/model/manifest.go +++ b/model/manifest.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/manifest_test.go b/model/manifest_test.go index f93b642acc..5161c8bca9 100644 --- a/model/manifest_test.go +++ b/model/manifest_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/message_export.go b/model/message_export.go index 6011948dd3..88108e2ef7 100644 --- a/model/message_export.go +++ b/model/message_export.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/mfa_secret.go b/model/mfa_secret.go index 23a903c892..979ff34280 100644 --- a/model/mfa_secret.go +++ b/model/mfa_secret.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/mfa_secret_test.go b/model/mfa_secret_test.go index a554bf912f..efe0027339 100644 --- a/model/mfa_secret_test.go +++ b/model/mfa_secret_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/migration.go b/model/migration.go index ead7acce2c..a0113afd84 100644 --- a/model/migration.go +++ b/model/migration.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/modeltestlib_test.go b/model/modeltestlib_test.go index 02e597665f..4705e88e7e 100644 --- a/model/modeltestlib_test.go +++ b/model/modeltestlib_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/oauth.go b/model/oauth.go index 49f018fc31..da2b6da042 100644 --- a/model/oauth.go +++ b/model/oauth.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/oauth_test.go b/model/oauth_test.go index fb6d44ddd3..eeee7673ea 100644 --- a/model/oauth_test.go +++ b/model/oauth_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/outgoing_webhook.go b/model/outgoing_webhook.go index 6da3c6e45b..c7a8a577ff 100644 --- a/model/outgoing_webhook.go +++ b/model/outgoing_webhook.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/outgoing_webhook_test.go b/model/outgoing_webhook_test.go index 16b05246b2..03d3ad7273 100644 --- a/model/outgoing_webhook_test.go +++ b/model/outgoing_webhook_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/permission.go b/model/permission.go index 72080483b3..1acae3eec8 100644 --- a/model/permission.go +++ b/model/permission.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/permission_test.go b/model/permission_test.go index cef72af90e..141d01bf21 100644 --- a/model/permission_test.go +++ b/model/permission_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package model import ( diff --git a/model/plugin_key_value.go b/model/plugin_key_value.go index 7e156d93d8..cd5406ea9d 100644 --- a/model/plugin_key_value.go +++ b/model/plugin_key_value.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/plugin_key_value_test.go b/model/plugin_key_value_test.go index cbbab54cd3..f5505c9659 100644 --- a/model/plugin_key_value_test.go +++ b/model/plugin_key_value_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/plugin_kvset_options.go b/model/plugin_kvset_options.go index 6498fa4b9e..b71555e68c 100644 --- a/model/plugin_kvset_options.go +++ b/model/plugin_kvset_options.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/plugins_response.go b/model/plugins_response.go index 177cfe6c89..421ee2f545 100644 --- a/model/plugins_response.go +++ b/model/plugins_response.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/plugins_response_test.go b/model/plugins_response_test.go index 4b889ea1c3..dbe6d3433c 100644 --- a/model/plugins_response_test.go +++ b/model/plugins_response_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package model import ( diff --git a/model/post.go b/model/post.go index 2ae2c2d537..a991b45102 100644 --- a/model/post.go +++ b/model/post.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/post_embed.go b/model/post_embed.go index 15d061fc79..5c6efec1f3 100644 --- a/model/post_embed.go +++ b/model/post_embed.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/post_list.go b/model/post_list.go index dfb690a534..9e63882abf 100644 --- a/model/post_list.go +++ b/model/post_list.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/post_list_test.go b/model/post_list_test.go index 8ee618f2da..7f0c4dfab8 100644 --- a/model/post_list_test.go +++ b/model/post_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/post_metadata.go b/model/post_metadata.go index 5fb394b92d..7b0687ca08 100644 --- a/model/post_metadata.go +++ b/model/post_metadata.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/post_search_results.go b/model/post_search_results.go index 2317f18317..74ef4b5259 100644 --- a/model/post_search_results.go +++ b/model/post_search_results.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/post_test.go b/model/post_test.go index cf66a54cd4..ee8b2f069a 100644 --- a/model/post_test.go +++ b/model/post_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/preference.go b/model/preference.go index 05379b90a4..4d4abde87a 100644 --- a/model/preference.go +++ b/model/preference.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/preference_test.go b/model/preference_test.go index a619950e2d..6c3cb4e07d 100644 --- a/model/preference_test.go +++ b/model/preference_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/preferences.go b/model/preferences.go index 172e1aa833..6ed845b6c1 100644 --- a/model/preferences.go +++ b/model/preferences.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/push_notification.go b/model/push_notification.go index 3c640817eb..78711abbde 100644 --- a/model/push_notification.go +++ b/model/push_notification.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/push_notification_test.go b/model/push_notification_test.go index e2d7de1a5e..8fe0980cff 100644 --- a/model/push_notification_test.go +++ b/model/push_notification_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/push_response.go b/model/push_response.go index 1434a2b112..e6e8059bfc 100644 --- a/model/push_response.go +++ b/model/push_response.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/push_response_test.go b/model/push_response_test.go index 6f9315550f..4660aa7232 100644 --- a/model/push_response_test.go +++ b/model/push_response_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/reaction.go b/model/reaction.go index 550918a33a..dfa079665f 100644 --- a/model/reaction.go +++ b/model/reaction.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/reaction_test.go b/model/reaction_test.go index 53f40494d7..ede7b3ac14 100644 --- a/model/reaction_test.go +++ b/model/reaction_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/role.go b/model/role.go index e246cf9153..0a41daa729 100644 --- a/model/role.go +++ b/model/role.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/saml.go b/model/saml.go index c184b0350b..efc3cbac09 100644 --- a/model/saml.go +++ b/model/saml.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/saml_test.go b/model/saml_test.go index 6fd05b20d6..26a5d8ee57 100644 --- a/model/saml_test.go +++ b/model/saml_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/scheduled_task.go b/model/scheduled_task.go index f3529dedb7..657cc7493c 100644 --- a/model/scheduled_task.go +++ b/model/scheduled_task.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/scheduled_task_test.go b/model/scheduled_task_test.go index 9537a662af..5a4106aff6 100644 --- a/model/scheduled_task_test.go +++ b/model/scheduled_task_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/scheme.go b/model/scheme.go index 2a6fccc01b..3be3b3ab63 100644 --- a/model/scheme.go +++ b/model/scheme.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/search_params.go b/model/search_params.go index bbfff31651..e6dce73c32 100644 --- a/model/search_params.go +++ b/model/search_params.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/search_params_test.go b/model/search_params_test.go index 056a5c9b68..81a02e3351 100644 --- a/model/search_params_test.go +++ b/model/search_params_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/security_bulletin.go b/model/security_bulletin.go index 958b9c9e3e..ae66cf3080 100644 --- a/model/security_bulletin.go +++ b/model/security_bulletin.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/security_bulletin_test.go b/model/security_bulletin_test.go index 356f405127..b21a57a68a 100644 --- a/model/security_bulletin_test.go +++ b/model/security_bulletin_test.go @@ -1,12 +1,13 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model import ( - "github.com/stretchr/testify/require" "strings" "testing" + + "github.com/stretchr/testify/require" ) func TestSecurityBulletinToFromJson(t *testing.T) { diff --git a/model/session.go b/model/session.go index dd146531ed..a391774ba5 100644 --- a/model/session.go +++ b/model/session.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/session_test.go b/model/session_test.go index 0171f9e0a9..5ac99e5cc9 100644 --- a/model/session_test.go +++ b/model/session_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/slack_attachment.go b/model/slack_attachment.go index 30757061e6..a85c6be2d2 100644 --- a/model/slack_attachment.go +++ b/model/slack_attachment.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/slack_attachment_test.go b/model/slack_attachment_test.go index 8043f34245..9602809def 100644 --- a/model/slack_attachment_test.go +++ b/model/slack_attachment_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package model import ( diff --git a/model/slack_compatibility.go b/model/slack_compatibility.go index 25539063d9..2d3e28788a 100644 --- a/model/slack_compatibility.go +++ b/model/slack_compatibility.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/slack_compatibility_test.go b/model/slack_compatibility_test.go index c920ea0ed2..2aa162938c 100644 --- a/model/slack_compatibility_test.go +++ b/model/slack_compatibility_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/status.go b/model/status.go index 7888c60a46..2dabd52e83 100644 --- a/model/status.go +++ b/model/status.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/status_test.go b/model/status_test.go index cc15e1c0ae..79dae409de 100644 --- a/model/status_test.go +++ b/model/status_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/suggest_command.go b/model/suggest_command.go index 44f46bf7a5..45a7af38a8 100644 --- a/model/suggest_command.go +++ b/model/suggest_command.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/suggest_command_test.go b/model/suggest_command_test.go index da8f041a69..202099758a 100644 --- a/model/suggest_command_test.go +++ b/model/suggest_command_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/switch_request.go b/model/switch_request.go index 2a522f4924..0ec4db7d1e 100644 --- a/model/switch_request.go +++ b/model/switch_request.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/switch_request_test.go b/model/switch_request_test.go index bbd33e66e8..b0b0f15e28 100644 --- a/model/switch_request_test.go +++ b/model/switch_request_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/system.go b/model/system.go index 3ac37adffe..412bc2be65 100644 --- a/model/system.go +++ b/model/system.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/system_test.go b/model/system_test.go index 29da1bfa3c..07dce1cbd3 100644 --- a/model/system_test.go +++ b/model/system_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/team.go b/model/team.go index 44abd88cda..2f57b83ff2 100644 --- a/model/team.go +++ b/model/team.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/team_member.go b/model/team_member.go index 4b33c1410a..1be2ab5569 100644 --- a/model/team_member.go +++ b/model/team_member.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/team_member_test.go b/model/team_member_test.go index 9adee8e9a7..ba05f25d7f 100644 --- a/model/team_member_test.go +++ b/model/team_member_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/team_search.go b/model/team_search.go index 042d353910..b4c4a44f89 100644 --- a/model/team_search.go +++ b/model/team_search.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/team_search_test.go b/model/team_search_test.go index e48896fa56..e07e878c44 100644 --- a/model/team_search_test.go +++ b/model/team_search_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/team_stats.go b/model/team_stats.go index 0d688b806e..9209a0cfe6 100644 --- a/model/team_stats.go +++ b/model/team_stats.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/team_test.go b/model/team_test.go index a586bf2b77..7d1769306c 100644 --- a/model/team_test.go +++ b/model/team_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/terms_of_service.go b/model/terms_of_service.go index e43f89095c..3eb8283cd4 100644 --- a/model/terms_of_service.go +++ b/model/terms_of_service.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/terms_of_service_test.go b/model/terms_of_service_test.go index c52dfb28ea..da8c4d857e 100644 --- a/model/terms_of_service_test.go +++ b/model/terms_of_service_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/token.go b/model/token.go index 290d577500..0730778cd0 100644 --- a/model/token.go +++ b/model/token.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user.go b/model/user.go index a66069cfb9..20d5243427 100644 --- a/model/user.go +++ b/model/user.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/user_access_token.go b/model/user_access_token.go index bffd9fcb55..834391fc92 100644 --- a/model/user_access_token.go +++ b/model/user_access_token.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_access_token_search.go b/model/user_access_token_search.go index 1b0146edb4..a692f69297 100644 --- a/model/user_access_token_search.go +++ b/model/user_access_token_search.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_access_token_search_test.go b/model/user_access_token_search_test.go index 0d1ea57535..7e08f051c2 100644 --- a/model/user_access_token_search_test.go +++ b/model/user_access_token_search_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_access_token_test.go b/model/user_access_token_test.go index 04ac3e96a7..351eac0b52 100644 --- a/model/user_access_token_test.go +++ b/model/user_access_token_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/user_autocomplete.go b/model/user_autocomplete.go index b5edb45be5..48a892e2cc 100644 --- a/model/user_autocomplete.go +++ b/model/user_autocomplete.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_count.go b/model/user_count.go index 03dbc95e3f..3c20b23a09 100644 --- a/model/user_count.go +++ b/model/user_count.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_get.go b/model/user_get.go index d4863fe767..74fa569f09 100644 --- a/model/user_get.go +++ b/model/user_get.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_search.go b/model/user_search.go index 2a814d0fcb..5e4ed621c3 100644 --- a/model/user_search.go +++ b/model/user_search.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_search_test.go b/model/user_search_test.go index dc0dfae2d6..948d683d39 100644 --- a/model/user_search_test.go +++ b/model/user_search_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_terms_of_Service_test.go b/model/user_terms_of_Service_test.go index 242325a74c..0e88143328 100644 --- a/model/user_terms_of_Service_test.go +++ b/model/user_terms_of_Service_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_terms_of_service.go b/model/user_terms_of_service.go index b714f923c4..af0954e4a3 100644 --- a/model/user_terms_of_service.go +++ b/model/user_terms_of_service.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/user_test.go b/model/user_test.go index 97e513894d..d81d6e5492 100644 --- a/model/user_test.go +++ b/model/user_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/users_stats.go b/model/users_stats.go index 49c882e341..3e18296e13 100644 --- a/model/users_stats.go +++ b/model/users_stats.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/utils.go b/model/utils.go index a883c8cfb3..2947603b58 100644 --- a/model/utils.go +++ b/model/utils.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/utils_test.go b/model/utils_test.go index e3967f5b86..8c4c70cd97 100644 --- a/model/utils_test.go +++ b/model/utils_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/version.go b/model/version.go index a165be095b..98e5b7cc45 100644 --- a/model/version.go +++ b/model/version.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/version_test.go b/model/version_test.go index a06db326ce..2f0a6223b2 100644 --- a/model/version_test.go +++ b/model/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/websocket_client.go b/model/websocket_client.go index 4e6c1d8cc3..f31431ec1f 100644 --- a/model/websocket_client.go +++ b/model/websocket_client.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/websocket_message.go b/model/websocket_message.go index 38273d2c48..585280c888 100644 --- a/model/websocket_message.go +++ b/model/websocket_message.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/websocket_message_test.go b/model/websocket_message_test.go index cb32fff627..76d5811a9e 100644 --- a/model/websocket_message_test.go +++ b/model/websocket_message_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/model/websocket_request.go b/model/websocket_request.go index aa6bd8079f..2186209a0d 100644 --- a/model/websocket_request.go +++ b/model/websocket_request.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package model diff --git a/model/websocket_request_test.go b/model/websocket_request_test.go index edf8f538fd..962cf88b6e 100644 --- a/model/websocket_request_test.go +++ b/model/websocket_request_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package model diff --git a/plugin/api.go b/plugin/api.go index 3cdc1df629..734e8a5d3a 100644 --- a/plugin/api.go +++ b/plugin/api.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package plugin diff --git a/plugin/checker/check_api.go b/plugin/checker/check_api.go index 81db539031..5940a1da6a 100644 --- a/plugin/checker/check_api.go +++ b/plugin/checker/check_api.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package main diff --git a/plugin/checker/check_api_test.go b/plugin/checker/check_api_test.go index 0c8ee9c6d6..ea4d2db6fd 100644 --- a/plugin/checker/check_api_test.go +++ b/plugin/checker/check_api_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package main diff --git a/plugin/checker/check_helpers.go b/plugin/checker/check_helpers.go index f94738ba75..8c37507def 100644 --- a/plugin/checker/check_helpers.go +++ b/plugin/checker/check_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package main diff --git a/plugin/checker/check_helpers_test.go b/plugin/checker/check_helpers_test.go index 69f245fce2..177421158f 100644 --- a/plugin/checker/check_helpers_test.go +++ b/plugin/checker/check_helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package main diff --git a/plugin/checker/internal/asthelpers/helpers.go b/plugin/checker/internal/asthelpers/helpers.go index 1caf72e78d..5ba4d4017b 100644 --- a/plugin/checker/internal/asthelpers/helpers.go +++ b/plugin/checker/internal/asthelpers/helpers.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package asthelpers diff --git a/plugin/checker/internal/test/invalid/invalid.go b/plugin/checker/internal/test/invalid/invalid.go index 56f413713c..e4cfffa124 100644 --- a/plugin/checker/internal/test/invalid/invalid.go +++ b/plugin/checker/internal/test/invalid/invalid.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package invalid diff --git a/plugin/checker/internal/test/missing/missing.go b/plugin/checker/internal/test/missing/missing.go index 14c0a7af87..f2cfc8eade 100644 --- a/plugin/checker/internal/test/missing/missing.go +++ b/plugin/checker/internal/test/missing/missing.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package missing diff --git a/plugin/checker/internal/test/valid/valid.go b/plugin/checker/internal/test/valid/valid.go index ecdb379d6b..e0b6cb92fa 100644 --- a/plugin/checker/internal/test/valid/valid.go +++ b/plugin/checker/internal/test/valid/valid.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package valid diff --git a/plugin/checker/internal/version/comments.go b/plugin/checker/internal/version/comments.go index ac003d3070..90257aa5af 100644 --- a/plugin/checker/internal/version/comments.go +++ b/plugin/checker/internal/version/comments.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package version diff --git a/plugin/checker/internal/version/comments_test.go b/plugin/checker/internal/version/comments_test.go index 4d71f71499..33cb36e136 100644 --- a/plugin/checker/internal/version/comments_test.go +++ b/plugin/checker/internal/version/comments_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package version diff --git a/plugin/checker/internal/version/version.go b/plugin/checker/internal/version/version.go index 997179250f..05e9c950fe 100644 --- a/plugin/checker/internal/version/version.go +++ b/plugin/checker/internal/version/version.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package version diff --git a/plugin/checker/internal/version/version_test.go b/plugin/checker/internal/version/version_test.go index 54bdf65b5c..b0da2d76db 100644 --- a/plugin/checker/internal/version/version_test.go +++ b/plugin/checker/internal/version/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package version diff --git a/plugin/checker/main.go b/plugin/checker/main.go index 0269cee0e5..37298955e0 100644 --- a/plugin/checker/main.go +++ b/plugin/checker/main.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package main diff --git a/plugin/checker/render.go b/plugin/checker/render.go index 885c09e986..51016e8027 100644 --- a/plugin/checker/render.go +++ b/plugin/checker/render.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package main diff --git a/plugin/example_hello_world_test.go b/plugin/example_hello_world_test.go index ef7ae83a05..b4716d5bf1 100644 --- a/plugin/example_hello_world_test.go +++ b/plugin/example_hello_world_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package plugin_test import ( diff --git a/plugin/example_help_test.go b/plugin/example_help_test.go index afd8114ab2..e224df6f46 100644 --- a/plugin/example_help_test.go +++ b/plugin/example_help_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package plugin_test import ( diff --git a/plugin/health_check.go b/plugin/health_check.go index 2a6545f4cf..0c873f82e4 100644 --- a/plugin/health_check.go +++ b/plugin/health_check.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package plugin diff --git a/plugin/health_check_test.go b/plugin/health_check_test.go index 0b3b79b763..aeafe57be8 100644 --- a/plugin/health_check_test.go +++ b/plugin/health_check_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package plugin diff --git a/plugin/helpers_kv_test.go b/plugin/helpers_kv_test.go index b1089e9574..a8c8c48b2f 100644 --- a/plugin/helpers_kv_test.go +++ b/plugin/helpers_kv_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package plugin_test import ( diff --git a/plugin/hooks.go b/plugin/hooks.go index dec0adc6ce..454b5417ac 100644 --- a/plugin/hooks.go +++ b/plugin/hooks.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package plugin diff --git a/plugin/main_test.go b/plugin/main_test.go index db3a7358d2..69c83b0cde 100644 --- a/plugin/main_test.go +++ b/plugin/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package plugin_test diff --git a/plugin/plugintest/doc.go b/plugin/plugintest/doc.go index 383711395e..ed55748af2 100644 --- a/plugin/plugintest/doc.go +++ b/plugin/plugintest/doc.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // The plugintest package provides mocks that can be used to test plugins. // diff --git a/plugin/plugintest/example_hello_user_test.go b/plugin/plugintest/example_hello_user_test.go index 24d053589d..4d198e75a3 100644 --- a/plugin/plugintest/example_hello_user_test.go +++ b/plugin/plugintest/example_hello_user_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package plugintest_test import ( diff --git a/plugin/plugintest/mock/mock.go b/plugin/plugintest/mock/mock.go index 6d593a4fe6..397ba42883 100644 --- a/plugin/plugintest/mock/mock.go +++ b/plugin/plugintest/mock/mock.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // This package provides aliases for the contents of "github.com/stretchr/testify/mock". Because // external packages can't import our vendored dependencies, this is necessary for them to be able diff --git a/plugin/scheduler/scheduler.go b/plugin/scheduler/scheduler.go index a14641470b..a483cf91c1 100644 --- a/plugin/scheduler/scheduler.go +++ b/plugin/scheduler/scheduler.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package scheduler diff --git a/plugin/scheduler/worker.go b/plugin/scheduler/worker.go index 1dc746a851..cce5faa8e1 100644 --- a/plugin/scheduler/worker.go +++ b/plugin/scheduler/worker.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package scheduler diff --git a/plugin/stringifier.go b/plugin/stringifier.go index 4a438d1ce2..6f4fcfbac4 100644 --- a/plugin/stringifier.go +++ b/plugin/stringifier.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package plugin diff --git a/plugin/stringifier_test.go b/plugin/stringifier_test.go index c9ac212939..db40510b12 100644 --- a/plugin/stringifier_test.go +++ b/plugin/stringifier_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package plugin diff --git a/plugin/supervisor_test.go b/plugin/supervisor_test.go index 2515e39f35..b2c65805f3 100644 --- a/plugin/supervisor_test.go +++ b/plugin/supervisor_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package plugin diff --git a/plugin/valid.go b/plugin/valid.go index 5c543e6732..1121d45519 100644 --- a/plugin/valid.go +++ b/plugin/valid.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package plugin diff --git a/plugin/valid_test.go b/plugin/valid_test.go index 7fa10003e9..cdc8fffd80 100644 --- a/plugin/valid_test.go +++ b/plugin/valid_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package plugin_test import ( diff --git a/services/configservice/configservice.go b/services/configservice/configservice.go index 66a16a35c8..a2978d4d89 100644 --- a/services/configservice/configservice.go +++ b/services/configservice/configservice.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package configservice diff --git a/services/filesstore/filesstore.go b/services/filesstore/filesstore.go index 6bc6316bd0..cc07969bba 100644 --- a/services/filesstore/filesstore.go +++ b/services/filesstore/filesstore.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package filesstore diff --git a/services/filesstore/filesstore_test.go b/services/filesstore/filesstore_test.go index 09f12488c2..35bdf119c8 100644 --- a/services/filesstore/filesstore_test.go +++ b/services/filesstore/filesstore_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package filesstore diff --git a/services/filesstore/localstore.go b/services/filesstore/localstore.go index cdadab4160..ca43bdbb42 100644 --- a/services/filesstore/localstore.go +++ b/services/filesstore/localstore.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package filesstore diff --git a/services/filesstore/main_test.go b/services/filesstore/main_test.go index cf342d5ca9..8626388125 100644 --- a/services/filesstore/main_test.go +++ b/services/filesstore/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package filesstore_test diff --git a/services/filesstore/s3store.go b/services/filesstore/s3store.go index f7d65a9be0..307b8b0700 100644 --- a/services/filesstore/s3store.go +++ b/services/filesstore/s3store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package filesstore diff --git a/services/filesstore/s3store_test.go b/services/filesstore/s3store_test.go index 2ccbf2dabf..a72a4cc6b1 100644 --- a/services/filesstore/s3store_test.go +++ b/services/filesstore/s3store_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package filesstore diff --git a/services/httpservice/client.go b/services/httpservice/client.go index d3031a130a..5d89c93664 100644 --- a/services/httpservice/client.go +++ b/services/httpservice/client.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package httpservice diff --git a/services/httpservice/client_test.go b/services/httpservice/client_test.go index 61c0132975..947e0d8dd7 100644 --- a/services/httpservice/client_test.go +++ b/services/httpservice/client_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package httpservice diff --git a/services/httpservice/httpservice.go b/services/httpservice/httpservice.go index 33ec661a82..375b0a6a65 100644 --- a/services/httpservice/httpservice.go +++ b/services/httpservice/httpservice.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package httpservice diff --git a/services/httpservice/main_test.go b/services/httpservice/main_test.go index 797f5c8000..8c03f5d7f2 100644 --- a/services/httpservice/main_test.go +++ b/services/httpservice/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package httpservice_test diff --git a/services/httpservice/transport.go b/services/httpservice/transport.go index f442d0c8b2..abbc6c8d72 100644 --- a/services/httpservice/transport.go +++ b/services/httpservice/transport.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package httpservice diff --git a/services/imageproxy/atmos_camo.go b/services/imageproxy/atmos_camo.go index 46b358c934..88cd3e2567 100644 --- a/services/imageproxy/atmos_camo.go +++ b/services/imageproxy/atmos_camo.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imageproxy diff --git a/services/imageproxy/atmos_camo_test.go b/services/imageproxy/atmos_camo_test.go index 2d86175676..cc10c0bd72 100644 --- a/services/imageproxy/atmos_camo_test.go +++ b/services/imageproxy/atmos_camo_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imageproxy diff --git a/services/imageproxy/error.go b/services/imageproxy/error.go index 3a46f64a31..38a6b9d72e 100644 --- a/services/imageproxy/error.go +++ b/services/imageproxy/error.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imageproxy diff --git a/services/imageproxy/imageproxy.go b/services/imageproxy/imageproxy.go index 63f042f2d2..a6913b4fee 100644 --- a/services/imageproxy/imageproxy.go +++ b/services/imageproxy/imageproxy.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imageproxy diff --git a/services/imageproxy/imageproxy_test.go b/services/imageproxy/imageproxy_test.go index 719dca73dd..4cc961d21d 100644 --- a/services/imageproxy/imageproxy_test.go +++ b/services/imageproxy/imageproxy_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imageproxy diff --git a/services/imageproxy/local.go b/services/imageproxy/local.go index e312f49075..f79a1424b8 100644 --- a/services/imageproxy/local.go +++ b/services/imageproxy/local.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imageproxy diff --git a/services/imageproxy/local_test.go b/services/imageproxy/local_test.go index 4e37fbe586..34d95b2163 100644 --- a/services/imageproxy/local_test.go +++ b/services/imageproxy/local_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imageproxy diff --git a/services/imageproxy/main_test.go b/services/imageproxy/main_test.go index 73250e02a6..1726081f71 100644 --- a/services/imageproxy/main_test.go +++ b/services/imageproxy/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imageproxy_test diff --git a/services/mailservice/inbucket.go b/services/mailservice/inbucket.go index b2a9a3bd80..0b6d1e8c69 100644 --- a/services/mailservice/inbucket.go +++ b/services/mailservice/inbucket.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package mailservice diff --git a/services/mailservice/mail.go b/services/mailservice/mail.go index fa6c9ca7b1..f7e003cb5b 100644 --- a/services/mailservice/mail.go +++ b/services/mailservice/mail.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package mailservice diff --git a/services/mailservice/mail_test.go b/services/mailservice/mail_test.go index 127d7b3354..cd22c5495a 100644 --- a/services/mailservice/mail_test.go +++ b/services/mailservice/mail_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package mailservice diff --git a/services/mailservice/main_test.go b/services/mailservice/main_test.go index b831e32a72..ea6d186e0c 100644 --- a/services/mailservice/main_test.go +++ b/services/mailservice/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package mailservice_test diff --git a/services/marketplace/client.go b/services/marketplace/client.go index 274a6215dd..5b176b4f57 100644 --- a/services/marketplace/client.go +++ b/services/marketplace/client.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package marketplace diff --git a/services/mfa/main_test.go b/services/mfa/main_test.go index d7c7617cc6..caebdb60e0 100644 --- a/services/mfa/main_test.go +++ b/services/mfa/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package mfa_test diff --git a/services/mfa/mfa.go b/services/mfa/mfa.go index 5947a2b80f..eb7076bf28 100644 --- a/services/mfa/mfa.go +++ b/services/mfa/mfa.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package mfa diff --git a/services/mfa/mfa_test.go b/services/mfa/mfa_test.go index 46e2998b7d..8760803d08 100644 --- a/services/mfa/mfa_test.go +++ b/services/mfa/mfa_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package mfa diff --git a/services/timezones/default.go b/services/timezones/default.go index db84a2510c..3d835f7d3b 100644 --- a/services/timezones/default.go +++ b/services/timezones/default.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package timezones diff --git a/services/timezones/timezones.go b/services/timezones/timezones.go index ab955bd4e2..e211a4cd85 100644 --- a/services/timezones/timezones.go +++ b/services/timezones/timezones.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package timezones diff --git a/services/timezones/timezones_test.go b/services/timezones/timezones_test.go index db202bb1bd..6749ba68b2 100644 --- a/services/timezones/timezones_test.go +++ b/services/timezones/timezones_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package timezones diff --git a/store/constants.go b/store/constants.go index 6d3c4812e4..a9f9a4f8d9 100644 --- a/store/constants.go +++ b/store/constants.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package store diff --git a/store/localcachelayer/channel_layer.go b/store/localcachelayer/channel_layer.go index 3e979a80da..4e586a8036 100644 --- a/store/localcachelayer/channel_layer.go +++ b/store/localcachelayer/channel_layer.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/channel_layer_test.go b/store/localcachelayer/channel_layer_test.go index 6968ea8087..35dd08b6b2 100644 --- a/store/localcachelayer/channel_layer_test.go +++ b/store/localcachelayer/channel_layer_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package localcachelayer import ( diff --git a/store/localcachelayer/emoji_layer.go b/store/localcachelayer/emoji_layer.go index 117befe22a..22e01293f5 100644 --- a/store/localcachelayer/emoji_layer.go +++ b/store/localcachelayer/emoji_layer.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/emoji_layer_test.go b/store/localcachelayer/emoji_layer_test.go index d010954f02..c8b10598ea 100644 --- a/store/localcachelayer/emoji_layer_test.go +++ b/store/localcachelayer/emoji_layer_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/layer.go b/store/localcachelayer/layer.go index 93a5b34e84..4975ba18f3 100644 --- a/store/localcachelayer/layer.go +++ b/store/localcachelayer/layer.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/layer_test.go b/store/localcachelayer/layer_test.go index 01d7ccd5fd..a6c749f719 100644 --- a/store/localcachelayer/layer_test.go +++ b/store/localcachelayer/layer_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/main_test.go b/store/localcachelayer/main_test.go index 3bfc1c3731..513fcff510 100644 --- a/store/localcachelayer/main_test.go +++ b/store/localcachelayer/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/post_layer.go b/store/localcachelayer/post_layer.go index 4fff3ce1dd..d06a9a7381 100644 --- a/store/localcachelayer/post_layer.go +++ b/store/localcachelayer/post_layer.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/post_layer_test.go b/store/localcachelayer/post_layer_test.go index 1c1e22c6aa..e4ca5790c6 100644 --- a/store/localcachelayer/post_layer_test.go +++ b/store/localcachelayer/post_layer_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/reaction_layer.go b/store/localcachelayer/reaction_layer.go index 918efce88d..7497b6c8ea 100644 --- a/store/localcachelayer/reaction_layer.go +++ b/store/localcachelayer/reaction_layer.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/reaction_layer_test.go b/store/localcachelayer/reaction_layer_test.go index 41e27c92f5..2fd578ddce 100644 --- a/store/localcachelayer/reaction_layer_test.go +++ b/store/localcachelayer/reaction_layer_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/role_layer.go b/store/localcachelayer/role_layer.go index 2303e070ab..e2556c91c6 100644 --- a/store/localcachelayer/role_layer.go +++ b/store/localcachelayer/role_layer.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/role_layer_test.go b/store/localcachelayer/role_layer_test.go index fb841fbebb..75f2e17948 100644 --- a/store/localcachelayer/role_layer_test.go +++ b/store/localcachelayer/role_layer_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/scheme_layer.go b/store/localcachelayer/scheme_layer.go index c33b824081..693d5edea3 100644 --- a/store/localcachelayer/scheme_layer.go +++ b/store/localcachelayer/scheme_layer.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/scheme_layer_test.go b/store/localcachelayer/scheme_layer_test.go index 206a2f38a1..0b694f398d 100644 --- a/store/localcachelayer/scheme_layer_test.go +++ b/store/localcachelayer/scheme_layer_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/user_layer.go b/store/localcachelayer/user_layer.go index a93fbe9332..7104602a9e 100644 --- a/store/localcachelayer/user_layer.go +++ b/store/localcachelayer/user_layer.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/user_layer_test.go b/store/localcachelayer/user_layer_test.go index 9fb05e7c81..1a9bb1e79f 100644 --- a/store/localcachelayer/user_layer_test.go +++ b/store/localcachelayer/user_layer_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/webhook_layer.go b/store/localcachelayer/webhook_layer.go index e1cfa3dc74..fa7729b980 100644 --- a/store/localcachelayer/webhook_layer.go +++ b/store/localcachelayer/webhook_layer.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/localcachelayer/webhook_layer_test.go b/store/localcachelayer/webhook_layer_test.go index 0be05ff2dd..ad28260fbf 100644 --- a/store/localcachelayer/webhook_layer_test.go +++ b/store/localcachelayer/webhook_layer_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package localcachelayer diff --git a/store/sqlstore/audit_store.go b/store/sqlstore/audit_store.go index 97d2402669..95f986f503 100644 --- a/store/sqlstore/audit_store.go +++ b/store/sqlstore/audit_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/audit_store_test.go b/store/sqlstore/audit_store_test.go index 76c938090c..b510054a6f 100644 --- a/store/sqlstore/audit_store_test.go +++ b/store/sqlstore/audit_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/bot_store.go b/store/sqlstore/bot_store.go index 43e2d83a07..e10d4e5602 100644 --- a/store/sqlstore/bot_store.go +++ b/store/sqlstore/bot_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/bot_store_test.go b/store/sqlstore/bot_store_test.go index 59098bfc1b..28f28a260f 100644 --- a/store/sqlstore/bot_store_test.go +++ b/store/sqlstore/bot_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/channel_member_history_store.go b/store/sqlstore/channel_member_history_store.go index 64e5125866..d445acbfcd 100644 --- a/store/sqlstore/channel_member_history_store.go +++ b/store/sqlstore/channel_member_history_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/channel_member_history_store_test.go b/store/sqlstore/channel_member_history_store_test.go index c60ffd5c37..20a40e3c7f 100644 --- a/store/sqlstore/channel_member_history_store_test.go +++ b/store/sqlstore/channel_member_history_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/channel_store.go b/store/sqlstore/channel_store.go index 86d3fceb2a..6a728f8ddf 100644 --- a/store/sqlstore/channel_store.go +++ b/store/sqlstore/channel_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/channel_store_test.go b/store/sqlstore/channel_store_test.go index 5eb44e6533..0cca273f54 100644 --- a/store/sqlstore/channel_store_test.go +++ b/store/sqlstore/channel_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/cluster_discovery_store.go b/store/sqlstore/cluster_discovery_store.go index c39ae0fb2c..98e3cda7e2 100644 --- a/store/sqlstore/cluster_discovery_store.go +++ b/store/sqlstore/cluster_discovery_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/cluster_discovery_store_test.go b/store/sqlstore/cluster_discovery_store_test.go index e7115c9b92..342f3509d1 100644 --- a/store/sqlstore/cluster_discovery_store_test.go +++ b/store/sqlstore/cluster_discovery_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/command_store.go b/store/sqlstore/command_store.go index 2e9899f129..ae791e89f4 100644 --- a/store/sqlstore/command_store.go +++ b/store/sqlstore/command_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/command_store_test.go b/store/sqlstore/command_store_test.go index 49b789dde9..7490d28b62 100644 --- a/store/sqlstore/command_store_test.go +++ b/store/sqlstore/command_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/command_webhook_store.go b/store/sqlstore/command_webhook_store.go index 853f2df7b3..fa3280ede5 100644 --- a/store/sqlstore/command_webhook_store.go +++ b/store/sqlstore/command_webhook_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/command_webhook_store_test.go b/store/sqlstore/command_webhook_store_test.go index 0182d95490..46db27bb9c 100644 --- a/store/sqlstore/command_webhook_store_test.go +++ b/store/sqlstore/command_webhook_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/compliance_store.go b/store/sqlstore/compliance_store.go index 5bc8226017..3ec46fb565 100644 --- a/store/sqlstore/compliance_store.go +++ b/store/sqlstore/compliance_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/compliance_store_test.go b/store/sqlstore/compliance_store_test.go index ec385c9c70..687c854453 100644 --- a/store/sqlstore/compliance_store_test.go +++ b/store/sqlstore/compliance_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/emoji_store.go b/store/sqlstore/emoji_store.go index 62be1bd236..bfe6dae7c0 100644 --- a/store/sqlstore/emoji_store.go +++ b/store/sqlstore/emoji_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/emoji_store_test.go b/store/sqlstore/emoji_store_test.go index bf08e7c533..c5bc1b6c61 100644 --- a/store/sqlstore/emoji_store_test.go +++ b/store/sqlstore/emoji_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/file_info_store.go b/store/sqlstore/file_info_store.go index 8a01965357..1f4eed7ca2 100644 --- a/store/sqlstore/file_info_store.go +++ b/store/sqlstore/file_info_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/file_info_store_test.go b/store/sqlstore/file_info_store_test.go index 2415a64137..e20b028f76 100644 --- a/store/sqlstore/file_info_store_test.go +++ b/store/sqlstore/file_info_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/group_store.go b/store/sqlstore/group_store.go index 09c401d56d..d5eb1e3d12 100644 --- a/store/sqlstore/group_store.go +++ b/store/sqlstore/group_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/group_store_test.go b/store/sqlstore/group_store_test.go index 97ff9c00e5..1ee0417102 100644 --- a/store/sqlstore/group_store_test.go +++ b/store/sqlstore/group_store_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/init_test.go b/store/sqlstore/init_test.go index fe85e3b298..d8b198a0e8 100644 --- a/store/sqlstore/init_test.go +++ b/store/sqlstore/init_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package sqlstore func InitTest() { diff --git a/store/sqlstore/integrity.go b/store/sqlstore/integrity.go index 340ceb339f..c7fb884e93 100644 --- a/store/sqlstore/integrity.go +++ b/store/sqlstore/integrity.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/integrity_test.go b/store/sqlstore/integrity_test.go index f58fdbd9e9..7e52b02654 100644 --- a/store/sqlstore/integrity_test.go +++ b/store/sqlstore/integrity_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/job_store.go b/store/sqlstore/job_store.go index fa74f958f7..328d207c1b 100644 --- a/store/sqlstore/job_store.go +++ b/store/sqlstore/job_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/job_store_test.go b/store/sqlstore/job_store_test.go index cc3cea3ed2..ca7ed249c4 100644 --- a/store/sqlstore/job_store_test.go +++ b/store/sqlstore/job_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/license_store.go b/store/sqlstore/license_store.go index a73eefc8f9..6b582a0a55 100644 --- a/store/sqlstore/license_store.go +++ b/store/sqlstore/license_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/license_store_test.go b/store/sqlstore/license_store_test.go index a72c96f3f0..82ef57d60a 100644 --- a/store/sqlstore/license_store_test.go +++ b/store/sqlstore/license_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/link_metadata_store.go b/store/sqlstore/link_metadata_store.go index d1b73c3c53..99f9aeda7a 100644 --- a/store/sqlstore/link_metadata_store.go +++ b/store/sqlstore/link_metadata_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/link_metadata_store_test.go b/store/sqlstore/link_metadata_store_test.go index 1f454403f1..76071210c0 100644 --- a/store/sqlstore/link_metadata_store_test.go +++ b/store/sqlstore/link_metadata_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/main_test.go b/store/sqlstore/main_test.go index 09db83b783..1c639241f7 100644 --- a/store/sqlstore/main_test.go +++ b/store/sqlstore/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore_test diff --git a/store/sqlstore/oauth_store.go b/store/sqlstore/oauth_store.go index f719b588c1..3f246a1070 100644 --- a/store/sqlstore/oauth_store.go +++ b/store/sqlstore/oauth_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/oauth_store_test.go b/store/sqlstore/oauth_store_test.go index b7475ddc62..cc9290eab6 100644 --- a/store/sqlstore/oauth_store_test.go +++ b/store/sqlstore/oauth_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/plugin_store.go b/store/sqlstore/plugin_store.go index 294d5e17f0..d5804676bd 100644 --- a/store/sqlstore/plugin_store.go +++ b/store/sqlstore/plugin_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/plugin_store_test.go b/store/sqlstore/plugin_store_test.go index ee082239d3..8e2c170ef7 100644 --- a/store/sqlstore/plugin_store_test.go +++ b/store/sqlstore/plugin_store_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/post_store.go b/store/sqlstore/post_store.go index 84b84778b3..19f81c1855 100644 --- a/store/sqlstore/post_store.go +++ b/store/sqlstore/post_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/post_store_test.go b/store/sqlstore/post_store_test.go index 44267ddf07..6cbaf809c3 100644 --- a/store/sqlstore/post_store_test.go +++ b/store/sqlstore/post_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/preference_store.go b/store/sqlstore/preference_store.go index 4bcdbbc75c..c8fd3459be 100644 --- a/store/sqlstore/preference_store.go +++ b/store/sqlstore/preference_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/preference_store_test.go b/store/sqlstore/preference_store_test.go index d634709a07..5259da78aa 100644 --- a/store/sqlstore/preference_store_test.go +++ b/store/sqlstore/preference_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/reaction_store_test.go b/store/sqlstore/reaction_store_test.go index d61c7d34ad..a23a20ce77 100644 --- a/store/sqlstore/reaction_store_test.go +++ b/store/sqlstore/reaction_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/role_store_test.go b/store/sqlstore/role_store_test.go index 2caf92f264..a5aa823ab0 100644 --- a/store/sqlstore/role_store_test.go +++ b/store/sqlstore/role_store_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/role_supplier.go b/store/sqlstore/role_supplier.go index dcdc5cb703..c5a33afbe0 100644 --- a/store/sqlstore/role_supplier.go +++ b/store/sqlstore/role_supplier.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/scheme_store_test.go b/store/sqlstore/scheme_store_test.go index c9615dbf1f..fbd7ce43b7 100644 --- a/store/sqlstore/scheme_store_test.go +++ b/store/sqlstore/scheme_store_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/scheme_supplier.go b/store/sqlstore/scheme_supplier.go index d25b5fca90..b04926306a 100644 --- a/store/sqlstore/scheme_supplier.go +++ b/store/sqlstore/scheme_supplier.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/session_store.go b/store/sqlstore/session_store.go index 025998b8ce..40d4196d00 100644 --- a/store/sqlstore/session_store.go +++ b/store/sqlstore/session_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/session_store_test.go b/store/sqlstore/session_store_test.go index 50aecc6100..79c389937d 100644 --- a/store/sqlstore/session_store_test.go +++ b/store/sqlstore/session_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/status_store.go b/store/sqlstore/status_store.go index 609caf1faf..ddf3abdeae 100644 --- a/store/sqlstore/status_store.go +++ b/store/sqlstore/status_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/status_store_test.go b/store/sqlstore/status_store_test.go index ee8c5a479d..da96808bdf 100644 --- a/store/sqlstore/status_store_test.go +++ b/store/sqlstore/status_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/store.go b/store/sqlstore/store.go index ed581ae449..984b4e4ae2 100644 --- a/store/sqlstore/store.go +++ b/store/sqlstore/store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/store_test.go b/store/sqlstore/store_test.go index 7e4a4ea012..ebe4746baa 100644 --- a/store/sqlstore/store_test.go +++ b/store/sqlstore/store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/supplier.go b/store/sqlstore/supplier.go index 813f25a909..dc3aac4613 100644 --- a/store/sqlstore/supplier.go +++ b/store/sqlstore/supplier.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/supplier_reactions.go b/store/sqlstore/supplier_reactions.go index 9ee8174dbb..4265e8324c 100644 --- a/store/sqlstore/supplier_reactions.go +++ b/store/sqlstore/supplier_reactions.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/supplier_test.go b/store/sqlstore/supplier_test.go index ac0b3adc46..68ff306ad7 100644 --- a/store/sqlstore/supplier_test.go +++ b/store/sqlstore/supplier_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package sqlstore_test import ( diff --git a/store/sqlstore/system_store.go b/store/sqlstore/system_store.go index 454ae3fdaa..b3f220d56a 100644 --- a/store/sqlstore/system_store.go +++ b/store/sqlstore/system_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/system_store_test.go b/store/sqlstore/system_store_test.go index a448449684..dfd8381bd4 100644 --- a/store/sqlstore/system_store_test.go +++ b/store/sqlstore/system_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/team_store.go b/store/sqlstore/team_store.go index 81188d8c7d..06870f4593 100644 --- a/store/sqlstore/team_store.go +++ b/store/sqlstore/team_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/team_store_test.go b/store/sqlstore/team_store_test.go index 4d8056c8da..164a96c1d2 100644 --- a/store/sqlstore/team_store_test.go +++ b/store/sqlstore/team_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/terms_of_service_store.go b/store/sqlstore/terms_of_service_store.go index 9ef8bec420..73ee31648e 100644 --- a/store/sqlstore/terms_of_service_store.go +++ b/store/sqlstore/terms_of_service_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/terms_of_service_store_test.go b/store/sqlstore/terms_of_service_store_test.go index 1ff5089995..45d919b574 100644 --- a/store/sqlstore/terms_of_service_store_test.go +++ b/store/sqlstore/terms_of_service_store_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package sqlstore import ( diff --git a/store/sqlstore/tokens_store.go b/store/sqlstore/tokens_store.go index 1b49fc07e2..718d7f22b5 100644 --- a/store/sqlstore/tokens_store.go +++ b/store/sqlstore/tokens_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/upgrade.go b/store/sqlstore/upgrade.go index e3b56c1d6d..919a9a0fdd 100644 --- a/store/sqlstore/upgrade.go +++ b/store/sqlstore/upgrade.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/upgrade_test.go b/store/sqlstore/upgrade_test.go index fa40aad09f..0206042539 100644 --- a/store/sqlstore/upgrade_test.go +++ b/store/sqlstore/upgrade_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/user_access_token_store.go b/store/sqlstore/user_access_token_store.go index 9fa524592b..3671d30fdb 100644 --- a/store/sqlstore/user_access_token_store.go +++ b/store/sqlstore/user_access_token_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/user_access_token_store_test.go b/store/sqlstore/user_access_token_store_test.go index ae3fd08567..dacd767317 100644 --- a/store/sqlstore/user_access_token_store_test.go +++ b/store/sqlstore/user_access_token_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/user_store.go b/store/sqlstore/user_store.go index f43bb06d28..c159d9da3b 100644 --- a/store/sqlstore/user_store.go +++ b/store/sqlstore/user_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/user_store_test.go b/store/sqlstore/user_store_test.go index 97a87e7218..5af2659f3b 100644 --- a/store/sqlstore/user_store_test.go +++ b/store/sqlstore/user_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/user_terms_of_service.go b/store/sqlstore/user_terms_of_service.go index 7ead0a6ea4..5e6fb4830b 100644 --- a/store/sqlstore/user_terms_of_service.go +++ b/store/sqlstore/user_terms_of_service.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/user_terms_of_service_store_test.go b/store/sqlstore/user_terms_of_service_store_test.go index 535647a290..d938d59751 100644 --- a/store/sqlstore/user_terms_of_service_store_test.go +++ b/store/sqlstore/user_terms_of_service_store_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package sqlstore import ( diff --git a/store/sqlstore/utils.go b/store/sqlstore/utils.go index b0d9cab646..4018a17a65 100644 --- a/store/sqlstore/utils.go +++ b/store/sqlstore/utils.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/utils_test.go b/store/sqlstore/utils_test.go index 8f16cffbbc..e7c6bdce2d 100644 --- a/store/sqlstore/utils_test.go +++ b/store/sqlstore/utils_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package sqlstore import ( diff --git a/store/sqlstore/webhook_store.go b/store/sqlstore/webhook_store.go index 7054834f86..7a413f32c5 100644 --- a/store/sqlstore/webhook_store.go +++ b/store/sqlstore/webhook_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/sqlstore/webhook_store_test.go b/store/sqlstore/webhook_store_test.go index 1ca01e2213..88a1c11758 100644 --- a/store/sqlstore/webhook_store_test.go +++ b/store/sqlstore/webhook_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package sqlstore diff --git a/store/store.go b/store/store.go index 653b17c3eb..6adeb45582 100644 --- a/store/store.go +++ b/store/store.go @@ -1,7 +1,7 @@ //go:generate go run layer_generators/main.go -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package store diff --git a/store/storetest/audit_store.go b/store/storetest/audit_store.go index 0eb04d00e7..b9bbbd726c 100644 --- a/store/storetest/audit_store.go +++ b/store/storetest/audit_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/bot_store.go b/store/storetest/bot_store.go index 59b7fa3937..0eb63a85a6 100644 --- a/store/storetest/bot_store.go +++ b/store/storetest/bot_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/channel_member_history_store.go b/store/storetest/channel_member_history_store.go index 2e382576f6..5eba1ff2b8 100644 --- a/store/storetest/channel_member_history_store.go +++ b/store/storetest/channel_member_history_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/channel_store.go b/store/storetest/channel_store.go index e981305e73..cb6cf78b9b 100644 --- a/store/storetest/channel_store.go +++ b/store/storetest/channel_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/cluster_discovery_store.go b/store/storetest/cluster_discovery_store.go index b577cd49b8..f4e34df17e 100644 --- a/store/storetest/cluster_discovery_store.go +++ b/store/storetest/cluster_discovery_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/command_store.go b/store/storetest/command_store.go index 65d9b6b406..2c32c3fdde 100644 --- a/store/storetest/command_store.go +++ b/store/storetest/command_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/command_webhook_store.go b/store/storetest/command_webhook_store.go index 9d36bda730..e1b3a558c2 100644 --- a/store/storetest/command_webhook_store.go +++ b/store/storetest/command_webhook_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/compliance_store.go b/store/storetest/compliance_store.go index 397c983f10..45e1e51ef0 100644 --- a/store/storetest/compliance_store.go +++ b/store/storetest/compliance_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/emoji_store.go b/store/storetest/emoji_store.go index 32dab6532b..6e9b63f980 100644 --- a/store/storetest/emoji_store.go +++ b/store/storetest/emoji_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/file_info_store.go b/store/storetest/file_info_store.go index 82328aad16..c06bffef6b 100644 --- a/store/storetest/file_info_store.go +++ b/store/storetest/file_info_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/group_store.go b/store/storetest/group_store.go index 7027cdf95c..a1787fc3a8 100644 --- a/store/storetest/group_store.go +++ b/store/storetest/group_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/job_store.go b/store/storetest/job_store.go index 40022b6464..8cac520afd 100644 --- a/store/storetest/job_store.go +++ b/store/storetest/job_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/license_store.go b/store/storetest/license_store.go index 7354f9e57a..206058a9e1 100644 --- a/store/storetest/license_store.go +++ b/store/storetest/license_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/link_metadata_store.go b/store/storetest/link_metadata_store.go index 9da744deb4..5a3bae2a04 100644 --- a/store/storetest/link_metadata_store.go +++ b/store/storetest/link_metadata_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/oauth_store.go b/store/storetest/oauth_store.go index 89656daae0..034bbac5e2 100644 --- a/store/storetest/oauth_store.go +++ b/store/storetest/oauth_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/plugin_store.go b/store/storetest/plugin_store.go index f9d55acb2c..869c56cae1 100644 --- a/store/storetest/plugin_store.go +++ b/store/storetest/plugin_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/post_store.go b/store/storetest/post_store.go index c10be34a3c..05079da864 100644 --- a/store/storetest/post_store.go +++ b/store/storetest/post_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/preference_store.go b/store/storetest/preference_store.go index 8a355359ca..399978c58a 100644 --- a/store/storetest/preference_store.go +++ b/store/storetest/preference_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/reaction_store.go b/store/storetest/reaction_store.go index 45d71e839e..243dab2e2e 100644 --- a/store/storetest/reaction_store.go +++ b/store/storetest/reaction_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/role_store.go b/store/storetest/role_store.go index 2eeb1e2f49..917bf32048 100644 --- a/store/storetest/role_store.go +++ b/store/storetest/role_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/scheme_store.go b/store/storetest/scheme_store.go index 20007c8903..a42aebe456 100644 --- a/store/storetest/scheme_store.go +++ b/store/storetest/scheme_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/session_store.go b/store/storetest/session_store.go index 1216f784d5..7be440e85e 100644 --- a/store/storetest/session_store.go +++ b/store/storetest/session_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/settings.go b/store/storetest/settings.go index 2fc6050eb5..d7cd40b0f8 100644 --- a/store/storetest/settings.go +++ b/store/storetest/settings.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/status_store.go b/store/storetest/status_store.go index 35022ce67e..7a1fdfc1f8 100644 --- a/store/storetest/status_store.go +++ b/store/storetest/status_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/store.go b/store/storetest/store.go index 8c8597d94c..3ec2bc4f30 100644 --- a/store/storetest/store.go +++ b/store/storetest/store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/storetestlib.go b/store/storetest/storetestlib.go index 7ad96ba023..7f3d4ead7c 100644 --- a/store/storetest/storetestlib.go +++ b/store/storetest/storetestlib.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/system_store.go b/store/storetest/system_store.go index 2c1b0f71b9..b116fae1e3 100644 --- a/store/storetest/system_store.go +++ b/store/storetest/system_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/team_store.go b/store/storetest/team_store.go index 91c82d557c..c785457314 100644 --- a/store/storetest/team_store.go +++ b/store/storetest/team_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/terms_of_service_store.go b/store/storetest/terms_of_service_store.go index e93600e94c..22ce9d561a 100644 --- a/store/storetest/terms_of_service_store.go +++ b/store/storetest/terms_of_service_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/user_access_token_store.go b/store/storetest/user_access_token_store.go index 0c286aee8f..f86945df2e 100644 --- a/store/storetest/user_access_token_store.go +++ b/store/storetest/user_access_token_store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/user_store.go b/store/storetest/user_store.go index af8ed239e2..b8a5ab3cc2 100644 --- a/store/storetest/user_store.go +++ b/store/storetest/user_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/user_terms_of_service.go b/store/storetest/user_terms_of_service.go index b3027286f3..c566096e2f 100644 --- a/store/storetest/user_terms_of_service.go +++ b/store/storetest/user_terms_of_service.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package storetest diff --git a/store/storetest/webhook_store.go b/store/storetest/webhook_store.go index 452ef316c9..fc3d403235 100644 --- a/store/storetest/webhook_store.go +++ b/store/storetest/webhook_store.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package storetest diff --git a/testlib/cluster.go b/testlib/cluster.go index fba0b0289c..a6bfd5b240 100644 --- a/testlib/cluster.go +++ b/testlib/cluster.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package testlib diff --git a/testlib/doc.go b/testlib/doc.go index 77897e96c1..f15f018647 100644 --- a/testlib/doc.go +++ b/testlib/doc.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // testlib exposes helper methods for running unit tests against a containerized test store. package testlib diff --git a/testlib/helper.go b/testlib/helper.go index 643cddc9a4..bd486b1b9a 100644 --- a/testlib/helper.go +++ b/testlib/helper.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package testlib diff --git a/testlib/resources.go b/testlib/resources.go index 2eb978a0e0..681e6607df 100644 --- a/testlib/resources.go +++ b/testlib/resources.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package testlib diff --git a/testlib/resources_test.go b/testlib/resources_test.go index e74752cfec..b7b7487a97 100644 --- a/testlib/resources_test.go +++ b/testlib/resources_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package testlib import ( diff --git a/testlib/store.go b/testlib/store.go index 131b237049..21672ff92f 100644 --- a/testlib/store.go +++ b/testlib/store.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package testlib diff --git a/utils/api.go b/utils/api.go index f23c22af83..f85b34b004 100644 --- a/utils/api.go +++ b/utils/api.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/api_test.go b/utils/api_test.go index 35bdb99239..e790e6a4e3 100644 --- a/utils/api_test.go +++ b/utils/api_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/authorization.go b/utils/authorization.go index e8d0f392ef..fcd88b820a 100644 --- a/utils/authorization.go +++ b/utils/authorization.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/authorization_test.go b/utils/authorization_test.go index 5300bb7999..617f23b1a7 100644 --- a/utils/authorization_test.go +++ b/utils/authorization_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/backoff.go b/utils/backoff.go index be6dcc9a79..08a996f436 100644 --- a/utils/backoff.go +++ b/utils/backoff.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/backoff_test.go b/utils/backoff_test.go index 1ebff82e73..f3ee5d7de4 100644 --- a/utils/backoff_test.go +++ b/utils/backoff_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package utils import ( diff --git a/utils/emoji.go b/utils/emoji.go index 6797e5e0a2..bfad8ee1f4 100644 --- a/utils/emoji.go +++ b/utils/emoji.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/extract.go b/utils/extract.go index 12f21da865..37064e1d16 100644 --- a/utils/extract.go +++ b/utils/extract.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/file.go b/utils/file.go index 923c559cc4..b4de4bdaf9 100644 --- a/utils/file.go +++ b/utils/file.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/file_test.go b/utils/file_test.go index 6c7e3c4627..cdaff587f5 100644 --- a/utils/file_test.go +++ b/utils/file_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/fileutils/fileutils.go b/utils/fileutils/fileutils.go index 81c37415e5..8e708c8c8f 100644 --- a/utils/fileutils/fileutils.go +++ b/utils/fileutils/fileutils.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package fileutils diff --git a/utils/fileutils/fileutils_test.go b/utils/fileutils/fileutils_test.go index a6b2c51a0a..97805b0ebd 100644 --- a/utils/fileutils/fileutils_test.go +++ b/utils/fileutils/fileutils_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package fileutils diff --git a/utils/fileutils/main_test.go b/utils/fileutils/main_test.go index b9966bde6a..4c4e1ff548 100644 --- a/utils/fileutils/main_test.go +++ b/utils/fileutils/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package fileutils_test diff --git a/utils/hash.go b/utils/hash.go index cc82fd94b1..49f63b7eed 100644 --- a/utils/hash.go +++ b/utils/hash.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/html.go b/utils/html.go index 157610e4e1..78904ffab9 100644 --- a/utils/html.go +++ b/utils/html.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/html_test.go b/utils/html_test.go index ca531ae210..e819492f91 100644 --- a/utils/html_test.go +++ b/utils/html_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/i18n.go b/utils/i18n.go index 97fbfc3505..347a4664b4 100644 --- a/utils/i18n.go +++ b/utils/i18n.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/imgutils/gif.go b/utils/imgutils/gif.go index 48aa988b2f..0c8420f8e7 100644 --- a/utils/imgutils/gif.go +++ b/utils/imgutils/gif.go @@ -1,6 +1,8 @@ -// Copyright (c) 2011 The Go Authors. -// Modified work: Copyright (c) 2019 Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + +// This is a modified version, the original copyright was: Copyright (c) 2011 +// The Go Authors. package imgutils diff --git a/utils/imgutils/gif_test.go b/utils/imgutils/gif_test.go index 6a3047803a..c5fb4e6a6c 100644 --- a/utils/imgutils/gif_test.go +++ b/utils/imgutils/gif_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package imgutils diff --git a/utils/jsonutils/json.go b/utils/jsonutils/json.go index da77a2b6ba..4651ec873a 100644 --- a/utils/jsonutils/json.go +++ b/utils/jsonutils/json.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package jsonutils diff --git a/utils/jsonutils/json_test.go b/utils/jsonutils/json_test.go index 36ef0906c2..22720f23ce 100644 --- a/utils/jsonutils/json_test.go +++ b/utils/jsonutils/json_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package jsonutils_test diff --git a/utils/jsonutils/main_test.go b/utils/jsonutils/main_test.go index e733797789..3a7db37a76 100644 --- a/utils/jsonutils/main_test.go +++ b/utils/jsonutils/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package jsonutils_test diff --git a/utils/license.go b/utils/license.go index 8c8f340a7a..ec42cf98cd 100644 --- a/utils/license.go +++ b/utils/license.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/license_test.go b/utils/license_test.go index 513b351671..f540e81ec9 100644 --- a/utils/license_test.go +++ b/utils/license_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/logger.go b/utils/logger.go index 320f1b7089..57e43f17da 100644 --- a/utils/logger.go +++ b/utils/logger.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/lru.go b/utils/lru.go index 5a516493e4..7a5027b192 100644 --- a/utils/lru.go +++ b/utils/lru.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + // This files was copied/modified from https://github.com/hashicorp/golang-lru // which was (see below) diff --git a/utils/lru_test.go b/utils/lru_test.go index d366e3de2e..578d41400d 100644 --- a/utils/lru_test.go +++ b/utils/lru_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + // This files was copied/modified from https://github.com/hashicorp/golang-lru // which was (see below) diff --git a/utils/main_test.go b/utils/main_test.go index 4409a3d572..d434711636 100644 --- a/utils/main_test.go +++ b/utils/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils_test diff --git a/utils/markdown/autolink.go b/utils/markdown/autolink.go index d362151aa7..1418083688 100644 --- a/utils/markdown/autolink.go +++ b/utils/markdown/autolink.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/autolink_test.go b/utils/markdown/autolink_test.go index 2ced13b52b..2ab7dc1587 100644 --- a/utils/markdown/autolink_test.go +++ b/utils/markdown/autolink_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/block_quote.go b/utils/markdown/block_quote.go index 04a324617d..6ae2ff4468 100644 --- a/utils/markdown/block_quote.go +++ b/utils/markdown/block_quote.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/blocks.go b/utils/markdown/blocks.go index 921cdebc5a..44ee178d1b 100644 --- a/utils/markdown/blocks.go +++ b/utils/markdown/blocks.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/commonmark_test.go b/utils/markdown/commonmark_test.go index d1381cee51..e989670a42 100644 --- a/utils/markdown/commonmark_test.go +++ b/utils/markdown/commonmark_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/document.go b/utils/markdown/document.go index 224b5d2152..306b93da87 100644 --- a/utils/markdown/document.go +++ b/utils/markdown/document.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/fenced_code.go b/utils/markdown/fenced_code.go index 8b2ebd4fe0..4fd97fd064 100644 --- a/utils/markdown/fenced_code.go +++ b/utils/markdown/fenced_code.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/html.go b/utils/markdown/html.go index afb72bff32..52583074c5 100644 --- a/utils/markdown/html.go +++ b/utils/markdown/html.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/html_entities.go b/utils/markdown/html_entities.go index 8fe2481115..e94cebb9f7 100644 --- a/utils/markdown/html_entities.go +++ b/utils/markdown/html_entities.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/indented_code.go b/utils/markdown/indented_code.go index dc5dce1acc..a89ee6c70c 100644 --- a/utils/markdown/indented_code.go +++ b/utils/markdown/indented_code.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/inlines.go b/utils/markdown/inlines.go index 8ec0fcc963..4303607fdd 100644 --- a/utils/markdown/inlines.go +++ b/utils/markdown/inlines.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/inspect.go b/utils/markdown/inspect.go index 80b5bc2464..3c7f2d1c75 100644 --- a/utils/markdown/inspect.go +++ b/utils/markdown/inspect.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/inspect_test.go b/utils/markdown/inspect_test.go index 0c5032f2d7..41ec683dce 100644 --- a/utils/markdown/inspect_test.go +++ b/utils/markdown/inspect_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/lines.go b/utils/markdown/lines.go index a38b5164cf..a0a644916e 100644 --- a/utils/markdown/lines.go +++ b/utils/markdown/lines.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/lines_test.go b/utils/markdown/lines_test.go index 78603c5eac..673e128490 100644 --- a/utils/markdown/lines_test.go +++ b/utils/markdown/lines_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/links.go b/utils/markdown/links.go index 9f3128c4fb..df4aa74877 100644 --- a/utils/markdown/links.go +++ b/utils/markdown/links.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/links_test.go b/utils/markdown/links_test.go index 15012e26bd..082b32c2a6 100644 --- a/utils/markdown/links_test.go +++ b/utils/markdown/links_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/list.go b/utils/markdown/list.go index aea71156c8..3903929504 100644 --- a/utils/markdown/list.go +++ b/utils/markdown/list.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/main_test.go b/utils/markdown/main_test.go index 777e65ef42..a601790712 100644 --- a/utils/markdown/main_test.go +++ b/utils/markdown/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown_test diff --git a/utils/markdown/markdown.go b/utils/markdown/markdown.go index 57b10f3fb9..a9879ceedf 100644 --- a/utils/markdown/markdown.go +++ b/utils/markdown/markdown.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. // This package implements a parser for the subset of the CommonMark spec necessary for us to do // server-side processing. It is not a full implementation and lacks many features. But it is diff --git a/utils/markdown/paragraph.go b/utils/markdown/paragraph.go index 6a40fdf898..aef01b5e15 100644 --- a/utils/markdown/paragraph.go +++ b/utils/markdown/paragraph.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/reference_definition.go b/utils/markdown/reference_definition.go index e2d0be350e..69e8ed9401 100644 --- a/utils/markdown/reference_definition.go +++ b/utils/markdown/reference_definition.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/markdown/text_range_test.go b/utils/markdown/text_range_test.go index de3dd09850..7909d4be60 100644 --- a/utils/markdown/text_range_test.go +++ b/utils/markdown/text_range_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package markdown diff --git a/utils/merge.go b/utils/merge.go index 968b4992a5..84287b0023 100644 --- a/utils/merge.go +++ b/utils/merge.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/merge_test.go b/utils/merge_test.go index 1a04f54951..54f0a4eb58 100644 --- a/utils/merge_test.go +++ b/utils/merge_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package utils_test import ( diff --git a/utils/password.go b/utils/password.go index c522cc2188..9e05a8abea 100644 --- a/utils/password.go +++ b/utils/password.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/password_test.go b/utils/password_test.go index 777d244482..29b1fb9cb5 100644 --- a/utils/password_test.go +++ b/utils/password_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package utils import ( diff --git a/utils/path.go b/utils/path.go index 5f921b41d3..d1fc6ebc7f 100644 --- a/utils/path.go +++ b/utils/path.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/path_test.go b/utils/path_test.go index 70b7c24fcb..86a756a925 100644 --- a/utils/path_test.go +++ b/utils/path_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/random.go b/utils/random.go index 8f3008f9d7..eaffcdca15 100644 --- a/utils/random.go +++ b/utils/random.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/subpath.go b/utils/subpath.go index 759b13b2b0..23da53be12 100644 --- a/utils/subpath.go +++ b/utils/subpath.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/subpath_test.go b/utils/subpath_test.go index 3f95cda97a..e033c7658e 100644 --- a/utils/subpath_test.go +++ b/utils/subpath_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package utils_test import ( diff --git a/utils/test_files_compiler.go b/utils/test_files_compiler.go index 6bf6ad05f0..9f083f8828 100644 --- a/utils/test_files_compiler.go +++ b/utils/test_files_compiler.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/testutils/static_config_service.go b/utils/testutils/static_config_service.go index b6aac2b15d..07500d9a63 100644 --- a/utils/testutils/static_config_service.go +++ b/utils/testutils/static_config_service.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package testutils diff --git a/utils/testutils/testutils.go b/utils/testutils/testutils.go index 6a3c17a118..3ad1b16d60 100644 --- a/utils/testutils/testutils.go +++ b/utils/testutils/testutils.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package testutils diff --git a/utils/textgeneration.go b/utils/textgeneration.go index cede61426d..c7bcda8807 100644 --- a/utils/textgeneration.go +++ b/utils/textgeneration.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/time.go b/utils/time.go index 5227887f7e..7843fe4977 100644 --- a/utils/time.go +++ b/utils/time.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/time_test.go b/utils/time_test.go index 8f151ccc2e..13146146b5 100644 --- a/utils/time_test.go +++ b/utils/time_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/urlencode.go b/utils/urlencode.go index 0110ab6e33..dae3f7e76a 100644 --- a/utils/urlencode.go +++ b/utils/urlencode.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package utils diff --git a/utils/urlencode_test.go b/utils/urlencode_test.go index 54bd3b7329..139fefa513 100644 --- a/utils/urlencode_test.go +++ b/utils/urlencode_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/utils.go b/utils/utils.go index 5800faa508..f9d347cafc 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/utils/utils_test.go b/utils/utils_test.go index 0f18b98061..ff42165935 100644 --- a/utils/utils_test.go +++ b/utils/utils_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package utils diff --git a/web/context.go b/web/context.go index 385caea838..8bc7f17992 100644 --- a/web/context.go +++ b/web/context.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/context_test.go b/web/context_test.go index dfd779992c..f6278af242 100644 --- a/web/context_test.go +++ b/web/context_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. + package web import ( diff --git a/web/handlers.go b/web/handlers.go index 03782bf424..0d024eacf5 100644 --- a/web/handlers.go +++ b/web/handlers.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/handlers_test.go b/web/handlers_test.go index 3003e8b8bb..a64a7c6ade 100644 --- a/web/handlers_test.go +++ b/web/handlers_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/main_test.go b/web/main_test.go index 89f931110b..7f47d6a1a0 100644 --- a/web/main_test.go +++ b/web/main_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package web diff --git a/web/oauth.go b/web/oauth.go index 94148c9e49..8c5f47e086 100644 --- a/web/oauth.go +++ b/web/oauth.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package web diff --git a/web/oauth_test.go b/web/oauth_test.go index 2fbf19a153..add0a5f5a4 100644 --- a/web/oauth_test.go +++ b/web/oauth_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2019-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package web diff --git a/web/params.go b/web/params.go index a9eebebf1f..a01ba5c6de 100644 --- a/web/params.go +++ b/web/params.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package web diff --git a/web/saml.go b/web/saml.go index 6efc686385..991dd1807a 100644 --- a/web/saml.go +++ b/web/saml.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/static.go b/web/static.go index 8bfb443b31..5ecb60e16e 100644 --- a/web/static.go +++ b/web/static.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/unsupported_browser.go b/web/unsupported_browser.go index 5edd430a5b..5178821df8 100644 --- a/web/unsupported_browser.go +++ b/web/unsupported_browser.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/web.go b/web/web.go index 4b7921d648..278b0a8fe3 100644 --- a/web/web.go +++ b/web/web.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/web_test.go b/web/web_test.go index dcb9564b35..9dc5244070 100644 --- a/web/web_test.go +++ b/web/web_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/webhook.go b/web/webhook.go index ac103a204c..f589904777 100644 --- a/web/webhook.go +++ b/web/webhook.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/web/webhook_test.go b/web/webhook_test.go index 7e617590e9..f887e0818b 100644 --- a/web/webhook_test.go +++ b/web/webhook_test.go @@ -1,5 +1,5 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// See LICENSE.txt for license information. package web diff --git a/wsapi/api.go b/wsapi/api.go index c659032ced..de430bcda3 100644 --- a/wsapi/api.go +++ b/wsapi/api.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package wsapi diff --git a/wsapi/status.go b/wsapi/status.go index 3ba158adaf..2f407456ae 100644 --- a/wsapi/status.go +++ b/wsapi/status.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package wsapi diff --git a/wsapi/system.go b/wsapi/system.go index 343c9c06cd..237392d3ab 100644 --- a/wsapi/system.go +++ b/wsapi/system.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package wsapi diff --git a/wsapi/user.go b/wsapi/user.go index 0d2e16b9e4..2b6acdadf2 100644 --- a/wsapi/user.go +++ b/wsapi/user.go @@ -1,5 +1,5 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package wsapi diff --git a/wsapi/websocket_handler.go b/wsapi/websocket_handler.go index 7dcef3f3b6..3812c2c755 100644 --- a/wsapi/websocket_handler.go +++ b/wsapi/websocket_handler.go @@ -1,5 +1,5 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. +// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. +// See LICENSE.txt for license information. package wsapi