diff options
author | Unknown <joe2010xtmf@163.com> | 2014-02-14 18:16:54 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-02-14 18:16:54 -0500 |
commit | 8ef198dface6a4e7b851ea495e236450f40ad1dc (patch) | |
tree | 6171c33b935c63aa49defb49fc4bb7a5156fd208 /models/models_test.go | |
parent | 237193ef2a58d890d50e96fcc99481849c42dca9 (diff) | |
download | gitea-8ef198dface6a4e7b851ea495e236450f40ad1dc.tar.gz gitea-8ef198dface6a4e7b851ea495e236450f40ad1dc.zip |
Formatting
Diffstat (limited to 'models/models_test.go')
-rw-r--r-- | models/models_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/models_test.go b/models/models_test.go index f4a40ff32c..c44ef476c6 100644 --- a/models/models_test.go +++ b/models/models_test.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 ( |