From: SerenaFeng Date: Fri, 14 Apr 2017 06:45:36 +0000 (+0800) Subject: Add license in feature.py X-Git-Tag: 0.2~717 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e2bef24394cbfa22c67328d13024e08a4ac6a266;p=functest-xtesting.git Add license in feature.py Change-Id: I75f51f216dcbf0db1c563cf381c28efc47241d3c Signed-off-by: SerenaFeng --- 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