diff options
author | xudan <xudan16@huawei.com> | 2017-12-18 01:31:52 -0500 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-12-18 01:31:52 -0500 |
commit | df237a6439f6e335c01112ead5f6c72174a79efc (patch) | |
tree | 5f178a881437fb60831faf6d68fe7238b19dba84 | |
parent | 1bbda3ceda250a3d28ee70e5d9f0ea09cc91e261 (diff) |
Add License for the python scripts in folder offline
Change-Id: I9c585f132c10ef726cd859e4abe3c9a874cbe0bc
Signed-off-by: xudan <xudan16@huawei.com>
-rwxr-xr-x | dovetail/utils/offline/download.py | 9 | ||||
-rwxr-xr-x | dovetail/utils/offline/load.py | 9 |
2 files changed, 16 insertions, 2 deletions
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 |