From d1688a9d1ef8f6005e4d45e108fc52fea837d32b Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 24 Jul 2017 07:09:44 +0000 Subject: Bugfix: missing license in api directory JIRA: YARDSTICK-759 In api directory, there are many files missing license header. We need to add it. Change-Id: Ia46cf207295007d4eb7fbf0d3319611f256c36bc Signed-off-by: chenjiankun --- api/resources/v2/environments.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'api/resources/v2/environments.py') diff --git a/api/resources/v2/environments.py b/api/resources/v2/environments.py index e4679b0d6..f021a3c5a 100644 --- a/api/resources/v2/environments.py +++ b/api/resources/v2/environments.py @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd. +# +# 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 uuid import logging -- cgit 1.2.3-korg