From 13973348df6f8b47b9b757882d3917dbf30d32e8 Mon Sep 17 00:00:00 2001
From: Ethan Koenig <etk39@cornell.edu>
Date: Thu, 9 Feb 2017 00:44:18 -0500
Subject: [PATCH] Gogs -> Gitea (#877)

---
 models/issue_user.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.