summaryrefslogtreecommitdiffstats
path: root/dovetail/utils
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/utils')
-rw-r--r--dovetail/utils/dovetail_config.py2
-rw-r--r--dovetail/utils/dovetail_logger.py3
-rw-r--r--dovetail/utils/dovetail_utils.py5
-rw-r--r--dovetail/utils/openstack_utils.py10
4 files changed, 16 insertions, 4 deletions
diff --git a/dovetail/utils/dovetail_config.py b/dovetail/utils/dovetail_config.py
index 67ad9612..e448888f 100644
--- a/dovetail/utils/dovetail_config.py
+++ b/dovetail/utils/dovetail_config.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
#
+# Copyright (c) 2018 grakiss.wanglei@huawei.com and others.
+#
# grakiss.wanglei@huawei.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
diff --git a/dovetail/utils/dovetail_logger.py b/dovetail/utils/dovetail_logger.py
index 5ad127ba..e22ef4d6 100644
--- a/dovetail/utils/dovetail_logger.py
+++ b/dovetail/utils/dovetail_logger.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
#
-# jose.lausuch@ericsson.com
+# Copyright (c) 2018 jose.lausuch@ericsson.com 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
diff --git a/dovetail/utils/dovetail_utils.py b/dovetail/utils/dovetail_utils.py
index e758a84b..aceb36d5 100644
--- a/dovetail/utils/dovetail_utils.py
+++ b/dovetail/utils/dovetail_utils.py
@@ -1,8 +1,7 @@
#!/usr/bin/env python
#
-# jose.lausuch@ericsson.com
-# valentin.boucher@orange.com
-# grakiss.wanglei@huawei.com
+# Copyright (c) 2018 grakiss.wanglei@huawei.com 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
diff --git a/dovetail/utils/openstack_utils.py b/dovetail/utils/openstack_utils.py
index c4dfabf9..2c57b7c8 100644
--- a/dovetail/utils/openstack_utils.py
+++ b/dovetail/utils/openstack_utils.py
@@ -1,3 +1,13 @@
+#!/usr/bin/env python
+#
+# Copyright (c) 2018 xudan16@huawei.com 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 json
import os_client_config
import shade