From e2bef24394cbfa22c67328d13024e08a4ac6a266 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 14 Apr 2017 14:45:36 +0800 Subject: Add license in feature.py Change-Id: I75f51f216dcbf0db1c563cf381c28efc47241d3c Signed-off-by: SerenaFeng --- functest/core/feature.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'functest/core') 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 -- cgit 1.2.3-korg