From 5dd4466ab32d55f1369ad6a30670b3559ff41e11 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 25 Oct 2017 11:33:19 -0500 Subject: add missing license headers, test to makefile (#7711) --- plugin/plugintest/api.go | 3 +++ plugin/plugintest/hooks.go | 3 +++ 2 files changed, 6 insertions(+) (limited to 'plugin/plugintest') 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 ( -- cgit v1.2.3-1-g7c22