From: xudan Date: Mon, 18 Dec 2017 06:31:52 +0000 (-0500) Subject: Add License for the python scripts in folder offline X-Git-Tag: ovp-2.0.0-rc1~151 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=df237a6439f6e335c01112ead5f6c72174a79efc;p=dovetail.git Add License for the python scripts in folder offline Change-Id: I9c585f132c10ef726cd859e4abe3c9a874cbe0bc Signed-off-by: xudan --- diff --git a/dovetail/utils/offline/download.py b/dovetail/utils/offline/download.py index 3fb0cde2..b6778c96 100755 --- a/dovetail/utils/offline/download.py +++ b/dovetail/utils/offline/download.py @@ -1,4 +1,11 @@ -#!/usr/bin/env python +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD 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 os import yaml diff --git a/dovetail/utils/offline/load.py b/dovetail/utils/offline/load.py index c56868a5..e3b1fb14 100755 --- a/dovetail/utils/offline/load.py +++ b/dovetail/utils/offline/load.py @@ -1,4 +1,11 @@ -#!/usr/bin/env python +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD 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 os import sys