summaryrefslogtreecommitdiffstats
path: root/start.sh
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-05 22:46:32 +0800
committerskyblue <ssx205@gmail.com>2014-04-05 22:46:32 +0800
commitce350a737a63aeb4e2ca5924adf28862a6a6cfb1 (patch)
treeb77b30927de35ea7c4367fe347a6ad19e3f11fc4 /start.sh
parentb0e7dd6864717841dd218af93dd8bd30d198128d (diff)
downloadgitea-ce350a737a63aeb4e2ca5924adf28862a6a6cfb1.tar.gz
gitea-ce350a737a63aeb4e2ca5924adf28862a6a6cfb1.zip
update models, add licence in start.sh
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/start.sh b/start.sh
index 331d340cda..b0c9af505d 100755
--- a/start.sh
+++ b/start.sh
@@ -1,5 +1,9 @@
#!/bin/bash -
#
+# 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.
+#
# start gogs web
#
cd "$(dirname $0)"