From df237a6439f6e335c01112ead5f6c72174a79efc Mon Sep 17 00:00:00 2001 From: xudan Date: Mon, 18 Dec 2017 01:31:52 -0500 Subject: Add License for the python scripts in folder offline Change-Id: I9c585f132c10ef726cd859e4abe3c9a874cbe0bc Signed-off-by: xudan --- dovetail/utils/offline/download.py | 9 ++++++++- dovetail/utils/offline/load.py | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'dovetail/utils') 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 -- cgit 1.2.3-korg