diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-05-11 11:48:06 +0800 |
---|---|---|
committer | Serena Feng <feng.xiaowei@zte.com.cn> | 2016-05-11 09:28:03 +0000 |
commit | 5993262403014cfd053783cca1ac646089101cc0 (patch) | |
tree | 1d83460b35c8b431a364eb464b5cf4dd953906bb /utils/test/result_collection_api/tornado_swagger_ui/LICENSE | |
parent | accf6fb545a8c406cc5cb3f6c6f502d7419fb7b9 (diff) |
integration of tornado and swagger-ui
this code will be applied to testApi later, as regards how to use it,
please refer utils/test/result_collection_api/tornado_swagger_ui/README.md
JIRA: FUNCTEST-247
Change-Id: Ie40e125846add7ceda15f05a38232dc8813b8f29
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/result_collection_api/tornado_swagger_ui/LICENSE')
-rw-r--r-- | utils/test/result_collection_api/tornado_swagger_ui/LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/tornado_swagger_ui/LICENSE b/utils/test/result_collection_api/tornado_swagger_ui/LICENSE new file mode 100644 index 000000000..fbefeff74 --- /dev/null +++ b/utils/test/result_collection_api/tornado_swagger_ui/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013 Ran Tavory + +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. |