diff options
Diffstat (limited to 'modules/process')
-rw-r--r-- | modules/process/manager_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/process/manager_test.go b/modules/process/manager_test.go index b18f76f944..42f4b0c04b 100644 --- a/modules/process/manager_test.go +++ b/modules/process/manager_test.go @@ -1,3 +1,7 @@ +// Copyright 2020 The Gitea Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + package process import ( |