diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-21 18:23:39 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-21 21:29:01 +0800 |
commit | 29df737b48ccf31f555d0e4c08a65e14ecb66331 (patch) | |
tree | 23fb5a1c9b3e9fbc9cc936240493a14203b52aac | |
parent | 06638bb68811dda1a3599c7ef0176c5a58d056c5 (diff) |
Add missing license headers
Change-Id: Idd76277c84a6afc9a545d6e2bba39aae6e7f5d71
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | qtip/api/controllers/common.py | 9 | ||||
-rw-r--r-- | qtip/api/swagger/swagger.yaml | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/qtip/api/controllers/common.py b/qtip/api/controllers/common.py index 6cabbc7f..eeae0fee 100644 --- a/qtip/api/controllers/common.py +++ b/qtip/api/controllers/common.py @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + import httplib import connexion diff --git a/qtip/api/swagger/swagger.yaml b/qtip/api/swagger/swagger.yaml index fb10317f..c2de2d68 100644 --- a/qtip/api/swagger/swagger.yaml +++ b/qtip/api/swagger/swagger.yaml @@ -4,7 +4,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE -2.0 +# http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## swagger: '2.0' |