diff options
author | xudan <xudan16@huawei.com> | 2017-12-18 01:31:52 -0500 |
---|---|---|
committer | Leo wang <grakiss.wanglei@huawei.com> | 2017-12-18 09:47:55 +0000 |
commit | b8cc8d2a4bf3bd0121555084e6b2b7b084b534b7 (patch) | |
tree | 5f178a881437fb60831faf6d68fe7238b19dba84 | |
parent | 67c2e14dd2157be7bac63148e8ce27504ec1685c (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 |