aboutsummaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-05 22:52:24 +0800
committerskyblue <ssx205@gmail.com>2014-04-05 22:52:24 +0800
commitc22d3503fd65ec95fd215b395be059392bf90d87 (patch)
treec0ec2b4cd2bae6ce4f8e02e3dcc14add74658fb8 /start.sh
parenta92826a8feee904440d86fd851ac4ecce35520fd (diff)
parentce350a737a63aeb4e2ca5924adf28862a6a6cfb1 (diff)
add oauth2 table init
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 331d340c..b0c9af50 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)"