Update licence headers to comply with guidelines 35/58935/3
authorGeorg Kunz <georg.kunz@ericsson.com>
Fri, 22 Jun 2018 19:37:35 +0000 (21:37 +0200)
committerGeorg Kunz <georg.kunz@ericsson.com>
Fri, 29 Jun 2018 21:58:55 +0000 (21:58 +0000)
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 <georg.kunz@ericsson.com>
12 files changed:
dovetail/cli/commands/cli_report.py
dovetail/constants.py
dovetail/container.py
dovetail/parser.py
dovetail/report.py
dovetail/test_runner.py
dovetail/testcase.py
dovetail/tests/unit/test_parser.py
dovetail/utils/dovetail_config.py
dovetail/utils/dovetail_logger.py
dovetail/utils/dovetail_utils.py
dovetail/utils/openstack_utils.py

index e69de29..6dbd8d7 100644 (file)
@@ -0,0 +1,8 @@
+##############################################################################
+# 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
+##############################################################################
index 00203f5..edb8b00 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 #
-# feng.xiaowei@zte.com.cn
+# Copyright (c) 2018 feng.xiaowei@zte.com.cn 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
index 1465cb5..89c68cc 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python
+
+#
+# Copyright (c) 2017 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
 # which accompanies this distribution, and is available at
index 1b539c8..55ba6b8 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 #
-# 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
index 9808c7a..c74595c 100644 (file)
@@ -1,11 +1,14 @@
 #!/usr/bin/env python
+
+#
+# Copyright (c) 2017 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
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 #
+
 from __future__ import division
 
 import json
index 7aa5854..68364fd 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# 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
index 272cf43..23220ae 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 #
-# 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
index 5cc3fe9..5348440 100644 (file)
@@ -1,10 +1,13 @@
 #!/usr/bin/env python
 #
-# lingui.zeng@huawei.com
+##############################################################################
+# Copyright (c) 2016 lingui.zeng@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
+##############################################################################
 #
 """
 Test 'parser' module
index 67ad961..e448888 100644 (file)
@@ -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
index 5ad127b..e22ef4d 100644 (file)
@@ -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
index e758a84..aceb36d 100644 (file)
@@ -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
index c4dfabf..2c57b7c 100644 (file)
@@ -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