diff options
author | skyblue <ssx205@gmail.com> | 2014-04-05 22:46:32 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-05 22:46:32 +0800 |
commit | ce350a737a63aeb4e2ca5924adf28862a6a6cfb1 (patch) | |
tree | b77b30927de35ea7c4367fe347a6ad19e3f11fc4 /start.sh | |
parent | b0e7dd6864717841dd218af93dd8bd30d198128d (diff) | |
download | gitea-ce350a737a63aeb4e2ca5924adf28862a6a6cfb1.tar.gz gitea-ce350a737a63aeb4e2ca5924adf28862a6a6cfb1.zip |
update models, add licence in start.sh
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)" |