diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-02-09 00:44:18 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-09 13:44:18 +0800 |
commit | 13973348df6f8b47b9b757882d3917dbf30d32e8 (patch) | |
tree | 99714d56997b80aa5477314fdaeb3796965e4869 | |
parent | e6b4448ba373a5346dc54332980f3f56320bb0c6 (diff) | |
download | gitea-13973348df6f8b47b9b757882d3917dbf30d32e8.tar.gz gitea-13973348df6f8b47b9b757882d3917dbf30d32e8.zip |
Gogs -> Gitea (#877)
-rw-r--r-- | models/issue_user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issue_user.go b/models/issue_user.go index cb11a8a076..024a3cccd9 100644 --- a/models/issue_user.go +++ b/models/issue_user.go @@ -1,4 +1,4 @@ -// Copyright 2017 The Gogs Authors. All rights reserved. +// 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. |