Add the copyright header to decorators.py
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 5 Jun 2017 15:25:56 +0000 (17:25 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 5 Jun 2017 15:31:21 +0000 (17:31 +0200)
Change-Id: Ie7c60b8ca174c9c95920d0b7ef73b8eff60ae7e1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/utils/decorators.py

index 73e0a35..230a99e 100644 (file)
@@ -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