diff options
author | Sandro Santilli <strk@kbt.io> | 2016-11-11 10:39:44 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-11-11 17:39:44 +0800 |
commit | a1c5f02444b5124a8a96a57769e00728e828c7fc (patch) | |
tree | 47282e3a97e11b4eeaeadb0feefd74d6a0af1b0f /vendor/code.gitea.io/sdk/LICENSE | |
parent | 96c9fef35f919fc2809cff989e215955402fa3f7 (diff) | |
download | gitea-a1c5f02444b5124a8a96a57769e00728e828c7fc.tar.gz gitea-a1c5f02444b5124a8a96a57769e00728e828c7fc.zip |
Fix import path of go-sdk (#141)
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
Diffstat (limited to 'vendor/code.gitea.io/sdk/LICENSE')
-rw-r--r-- | vendor/code.gitea.io/sdk/LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/code.gitea.io/sdk/LICENSE b/vendor/code.gitea.io/sdk/LICENSE new file mode 100644 index 0000000000..10aeba46bc --- /dev/null +++ b/vendor/code.gitea.io/sdk/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2016 The Gitea Authors +Copyright (c) 2014 The Gogs Authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. |