summaryrefslogtreecommitdiffstats
path: root/routers/repo
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-03-30 19:11:58 -0300
committerAndrey Nering <andrey.nering@gmail.com>2017-03-30 19:11:58 -0300
commit18952c40f80d41d2edc582305265dbfe3b62120d (patch)
tree0f97a6050874657cd99494543a034def8bffc77d /routers/repo
parent4b284f814c21c34b61f94f7daa39d6254246ab5f (diff)
downloadgitea-18952c40f80d41d2edc582305265dbfe3b62120d.tar.gz
gitea-18952c40f80d41d2edc582305265dbfe3b62120d.zip
Add copyright headers
Diffstat (limited to 'routers/repo')
-rw-r--r--routers/repo/issue_watch.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/routers/repo/issue_watch.go b/routers/repo/issue_watch.go
index 64c99c5f79..382798025e 100644
--- a/routers/repo/issue_watch.go
+++ b/routers/repo/issue_watch.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 repo
import (