diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-04-14 14:45:36 +0800 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-04-14 08:59:43 +0200 |
commit | e2bef24394cbfa22c67328d13024e08a4ac6a266 (patch) | |
tree | b907c78c366576c7bfc4639125ce0c78526e1c6a /functest/core | |
parent | d467ead2a0d8585cd7b702804029ed514f26b513 (diff) |
Add license in feature.py
Change-Id: I75f51f216dcbf0db1c563cf381c28efc47241d3c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'functest/core')
-rw-r--r-- | functest/core/feature.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/functest/core/feature.py b/functest/core/feature.py index 3c95bdaf..bab1d507 100644 --- a/functest/core/feature.py +++ b/functest/core/feature.py @@ -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 |