Add missing license headers 35/29735/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 3 Mar 2017 15:08:45 +0000 (23:08 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 3 Mar 2017 15:08:45 +0000 (23:08 +0800)
Change-Id: I33cdd3b1304c695b81d2e23434a70acfcc9a21f8
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
qtip/api/__main__.py
qtip/api/swagger/swagger.yaml
tests/unit/util/logger_test.py

index 89298e6..aa2941a 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2017 akhil.batra@research.iiit.ac.in 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 connexion
 
 
index 97a9c35..a5a815f 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2017 akhil.batra@research.iiit.ac.in 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
+##############################################################################
+
 swagger: '2.0'
 info:
   title: QTIP-API
index 339b2bf..78c4c10 100644 (file)
@@ -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 pytest
 
 from qtip.util import logger