diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-15 05:53:13 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-15 05:53:13 -0400 |
commit | e9fdf1031da4bf3c1acff0377b1d125ad99274e6 (patch) | |
tree | 510af882f866b312d2b1b7e888a4432c26d5dbe2 /models | |
parent | 4b8e888437a9972459e73496d811ea30f105f06c (diff) | |
download | gitea-e9fdf1031da4bf3c1acff0377b1d125ad99274e6.tar.gz gitea-e9fdf1031da4bf3c1acff0377b1d125ad99274e6.zip |
Clean code
Diffstat (limited to 'models')
-rw-r--r-- | models/repo2.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/repo2.go b/models/repo2.go index ef0131d83e..6aa6eda60c 100644 --- a/models/repo2.go +++ b/models/repo2.go @@ -1,3 +1,7 @@ +// Copyright 2014 The Gogs 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 ( |