From 76e77ea374b36ad37912c1798223aa0fa9ed7911 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 5 Jun 2017 17:25:56 +0200 Subject: Add the copyright header to decorators.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie7c60b8ca174c9c95920d0b7ef73b8eff60ae7e1 Signed-off-by: Cédric Ollivier --- functest/utils/decorators.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'functest/utils/decorators.py') diff --git a/functest/utils/decorators.py b/functest/utils/decorators.py index 73e0a352..230a99e7 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 -- cgit 1.2.3-korg