diff options
-rw-r--r-- | core/TestCasesBase.py | 7 | ||||
-rwxr-xr-x | testcases/Controllers/ODL/OpenDaylightTesting.py | 9 | ||||
-rw-r--r-- | unit_tests/core/test_base.py | 7 | ||||
-rw-r--r-- | unit_tests/odl/test_odl.py | 7 |
4 files changed, 29 insertions, 1 deletions
diff --git a/core/TestCasesBase.py b/core/TestCasesBase.py index 8e68fa68a..3d6b82d52 100644 --- a/core/TestCasesBase.py +++ b/core/TestCasesBase.py @@ -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 diff --git a/testcases/Controllers/ODL/OpenDaylightTesting.py b/testcases/Controllers/ODL/OpenDaylightTesting.py index e302b569e..c44be626c 100755 --- a/testcases/Controllers/ODL/OpenDaylightTesting.py +++ b/testcases/Controllers/ODL/OpenDaylightTesting.py @@ -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 diff --git a/unit_tests/core/test_base.py b/unit_tests/core/test_base.py index fc9c2db60..25faca0aa 100644 --- a/unit_tests/core/test_base.py +++ b/unit_tests/core/test_base.py @@ -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 diff --git a/unit_tests/odl/test_odl.py b/unit_tests/odl/test_odl.py index 500888b22..e943dcaf4 100644 --- a/unit_tests/odl/test_odl.py +++ b/unit_tests/odl/test_odl.py @@ -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 |