diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2017-03-30 19:11:58 -0300 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2017-03-30 19:11:58 -0300 |
commit | 18952c40f80d41d2edc582305265dbfe3b62120d (patch) | |
tree | 0f97a6050874657cd99494543a034def8bffc77d /models/issue_watch.go | |
parent | 4b284f814c21c34b61f94f7daa39d6254246ab5f (diff) | |
download | gitea-18952c40f80d41d2edc582305265dbfe3b62120d.tar.gz gitea-18952c40f80d41d2edc582305265dbfe3b62120d.zip |
Add copyright headers
Diffstat (limited to 'models/issue_watch.go')
-rw-r--r-- | models/issue_watch.go | 4 |
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 ( |