diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-16 05:24:13 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-16 05:24:13 -0400 |
commit | ab747f279088c9ed6114c4227c71173ebd1e6f00 (patch) | |
tree | 941c225f2aed7933e063e8fb25e98ed6f7b78d50 /routers/repo/single.go | |
parent | 8de9517862acd77c27da015654fc236a6722d188 (diff) |
Fix delete SSH key in file
Diffstat (limited to 'routers/repo/single.go')
-rw-r--r-- | routers/repo/single.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/routers/repo/single.go b/routers/repo/single.go index a0f44471..eda30c00 100644 --- a/routers/repo/single.go +++ b/routers/repo/single.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 repo import ( |