summaryrefslogtreecommitdiffstats
path: root/serve.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-17 14:03:58 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-17 14:03:58 -0400
commite51afe4621cfbc8380994c818981f42a097e3ec5 (patch)
tree74e26a6c8fa60ab82f9f1e791693cd178adc5a10 /serve.go
parent9d3b003add6bee6cb23cbac5d32f6fb3d4fd50cb (diff)
downloadgitea-e51afe4621cfbc8380994c818981f42a097e3ec5.tar.gz
gitea-e51afe4621cfbc8380994c818981f42a097e3ec5.zip
Add postgres support, clean code, code review
Diffstat (limited to 'serve.go')
-rw-r--r--serve.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/serve.go b/serve.go
index 0289c82c38..fcbde3e5fb 100644
--- a/serve.go
+++ b/serve.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 main
import (