aboutsummaryrefslogtreecommitdiffstats
path: root/unit_tests
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2016-10-19 11:57:01 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2016-10-20 11:01:21 +0200
commitcd9acef4bc986d7d96eb6a032df3ad521e72d331 (patch)
treefe7c57639123a92a37f67fe68e320c64421c9a19 /unit_tests
parent179beeb48c5d7f0eaf611652cc4b050bf9da7496 (diff)
Add Copyright headers
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>
Diffstat (limited to 'unit_tests')
-rw-r--r--unit_tests/core/test_base.py7
-rw-r--r--unit_tests/odl/test_odl.py7
2 files changed, 14 insertions, 0 deletions
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