From b87595c644421e9ddd72ad15634382b89c902dcc Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Fri, 22 Jun 2018 21:37:35 +0200 Subject: Update licence headers to comply with guidelines Updating the licence headers to comply with the community guidelines [1] and anteater checks. [1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines#ContributionGuidelines-License Change-Id: Idec787e32daf76c0b1bd6108977b78828125da5e Signed-off-by: Georg Kunz --- dovetail/utils/dovetail_config.py | 2 ++ dovetail/utils/dovetail_logger.py | 3 ++- dovetail/utils/dovetail_utils.py | 5 ++--- dovetail/utils/openstack_utils.py | 10 ++++++++++ 4 files changed, 16 insertions(+), 4 deletions(-) (limited to 'dovetail/utils') 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 -- cgit 1.2.3-korg