aboutsummaryrefslogtreecommitdiffstats
path: root/models
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 /models
parent4b284f814c21c34b61f94f7daa39d6254246ab5f (diff)
downloadgitea-18952c40f80d41d2edc582305265dbfe3b62120d.tar.gz
gitea-18952c40f80d41d2edc582305265dbfe3b62120d.zip
Add copyright headers
Diffstat (limited to 'models')
-rw-r--r--models/issue_watch.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/issue_watch.go b/models/issue_watch.go
index d08e1253e8..c48f05b114 100644
--- a/models/issue_watch.go
+++ b/models/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 models
import (