summaryrefslogtreecommitdiffstats
path: root/plugin/plugintest
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-10-25 11:33:19 -0500
committerChristopher Speller <crspeller@gmail.com>2017-10-25 09:33:19 -0700
commit5dd4466ab32d55f1369ad6a30670b3559ff41e11 (patch)
treeb26dd5e89550023ed8d8638fd54dc87276f2a75b /plugin/plugintest
parent62b3569025347a1291229771f363be5962951f25 (diff)
downloadchat-5dd4466ab32d55f1369ad6a30670b3559ff41e11.tar.gz
chat-5dd4466ab32d55f1369ad6a30670b3559ff41e11.tar.bz2
chat-5dd4466ab32d55f1369ad6a30670b3559ff41e11.zip
add missing license headers, test to makefile (#7711)
Diffstat (limited to 'plugin/plugintest')
-rw-r--r--plugin/plugintest/api.go3
-rw-r--r--plugin/plugintest/hooks.go3
2 files changed, 6 insertions, 0 deletions
diff --git a/plugin/plugintest/api.go b/plugin/plugintest/api.go
index 6c8646c23..c0e77648b 100644
--- a/plugin/plugintest/api.go
+++ b/plugin/plugintest/api.go
@@ -1,3 +1,6 @@
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
package plugintest
import (
diff --git a/plugin/plugintest/hooks.go b/plugin/plugintest/hooks.go
index 721a709ea..56d048d6a 100644
--- a/plugin/plugintest/hooks.go
+++ b/plugin/plugintest/hooks.go
@@ -1,3 +1,6 @@
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
package plugintest
import (