diff options
-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 |