Add license in feature.py
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 14 Apr 2017 06:45:36 +0000 (14:45 +0800)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 14 Apr 2017 06:59:43 +0000 (08:59 +0200)
Change-Id: I75f51f216dcbf0db1c563cf381c28efc47241d3c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
functest/core/feature.py

index 3c95bda..bab1d50 100644 (file)
@@ -1,5 +1,12 @@
 #!/usr/bin/env python
 
+# Copyright (c) 2016 ZTE Corp 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 time
 
 import functest.core.testcase as base