summaryrefslogtreecommitdiffstats
path: root/modules/sync
diff options
context:
space:
mode:
authorAndrew <write@imaginarycode.com>2017-02-11 04:53:47 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-11 17:53:47 +0800
commita36a8f4d72bd8d5161f29c2df177ae5a73fe882c (patch)
tree8599acaac7b94151f1291be4b58575d67954774e /modules/sync
parent42835c7f82ac379d5d583fa8406cff529b9d0e9e (diff)
downloadgitea-a36a8f4d72bd8d5161f29c2df177ae5a73fe882c.tar.gz
gitea-a36a8f4d72bd8d5161f29c2df177ae5a73fe882c.zip
Add missing copyright header to status table test (#902)
Diffstat (limited to 'modules/sync')
-rw-r--r--modules/sync/status_pool_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/sync/status_pool_test.go b/modules/sync/status_pool_test.go
index 61e5a27329..eef3ff6f4f 100644
--- a/modules/sync/status_pool_test.go
+++ b/modules/sync/status_pool_test.go
@@ -1,3 +1,7 @@
+// Copyright 2017 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 sync
import (