diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-06-01 17:36:45 +0800 |
---|---|---|
committer | Serena Feng <feng.xiaowei@zte.com.cn> | 2016-06-01 13:42:01 +0000 |
commit | 5a70780d9bb105f8aef312d67cf1ec2e3751f0c3 (patch) | |
tree | da9c1863330375074509c2a61223fdb5de917534 /result_collection_api/opnfv_testapi/tornado_swagger_ui/LICENSE | |
parent | 2d2a12935a39aa8fc7dc615da9058085a1661876 (diff) |
change the usage of tornado_swagger package
changes:
move tornado_swagger package out of tornado_swagger_ui
remove tornado_swagger_ui
modify files that import tornado_swagger
originally: opnfv_testapi.tornado_swagger_ui.tornado_swagger
to: opnfv_testapi.tornado_swagger
modify setup.cfg to delete tornado_swagger_ui prefix
JIRA: FUNCTEST-286
Change-Id: I1e8972e4fbe26ad3a5d945f3aed6783d0b666a5f
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/opnfv_testapi/tornado_swagger_ui/LICENSE')
-rw-r--r-- | result_collection_api/opnfv_testapi/tornado_swagger_ui/LICENSE | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/result_collection_api/opnfv_testapi/tornado_swagger_ui/LICENSE b/result_collection_api/opnfv_testapi/tornado_swagger_ui/LICENSE deleted file mode 100644 index fbefeff..0000000 --- a/result_collection_api/opnfv_testapi/tornado_swagger_ui/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -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. |