Add Copyright headers 39/23339/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 19 Oct 2016 09:57:01 +0000 (11:57 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 20 Oct 2016 09:01:21 +0000 (11:01 +0200)
It follows OPNFV Contribution Guidelines [1].

[1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines

Change-Id: I0f603468510e5bb500e2be0f7815eefde3581b03
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
core/TestCasesBase.py
testcases/Controllers/ODL/OpenDaylightTesting.py
unit_tests/core/test_base.py
unit_tests/odl/test_odl.py

index 8e68fa6..3d6b82d 100644 (file)
@@ -1,5 +1,12 @@
 #!/usr/bin/env python
 
+# Copyright (c) 2016 Orange 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 functest.utils.functest_logger as ft_logger
index e302b56..c44be62 100755 (executable)
@@ -1,4 +1,11 @@
-#!/usr/bin/python
+#!/usr/bin/env python
+
+# Copyright (c) 2016 Orange 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 argparse
 import errno
index fc9c2db..25faca0 100644 (file)
@@ -1,5 +1,12 @@
 #!/usr/bin/env python
 
+# Copyright (c) 2016 Orange 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 logging
 import mock
 import unittest
index 500888b..e943dca 100644 (file)
@@ -1,5 +1,12 @@
 #!/usr/bin/env python
 
+# Copyright (c) 2016 Orange 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 errno
 import logging
 import mock