diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/TestCasesBase.py | 7 |
1 files changed, 7 insertions, 0 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 |