summaryrefslogtreecommitdiffstats
path: root/plugin/supervisor.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/supervisor.go')
-rw-r--r--plugin/supervisor.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/supervisor.go b/plugin/supervisor.go
index 5ddf5f169..f3e576e99 100644
--- a/plugin/supervisor.go
+++ b/plugin/supervisor.go
@@ -1,3 +1,6 @@
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
package plugin
// Supervisor provides the interface for an object that controls the execution of a plugin.