aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-06-06 13:16:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-06 13:16:22 +0000
commit7d5b68b2239c38e4c90b1c4387640b18917173d8 (patch)
treea663ad92c0ab287b1db1450fc124ba0772dfbe4b
parent19cc397138a72ed21c2bd65d1014e44388bc71ea (diff)
parent76e77ea374b36ad37912c1798223aa0fa9ed7911 (diff)
Merge "Add the copyright header to decorators.py"
-rw-r--r--functest/utils/decorators.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/functest/utils/decorators.py b/functest/utils/decorators.py
index 73e0a3520..230a99e75 100644
--- a/functest/utils/decorators.py
+++ b/functest/utils/decorators.py
@@ -1,5 +1,12 @@
#!/usr/bin/env python
+# Copyright (c) 2017 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
+
# pylint: disable=missing-docstring
import errno