diff options
Diffstat (limited to 'tests/try_execfile.py')
-rw-r--r-- | tests/try_execfile.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/try_execfile.py b/tests/try_execfile.py index e0b79b48..70905071 100644 --- a/tests/try_execfile.py +++ b/tests/try_execfile.py @@ -1,3 +1,6 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt + """Test file for run_python_file. This file is executed two ways:: |