diff options
Diffstat (limited to 'tests/moremodules/othermods/sub/osa.py')
-rw-r--r-- | tests/moremodules/othermods/sub/osa.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/moremodules/othermods/sub/osa.py b/tests/moremodules/othermods/sub/osa.py index 0139d28b..4005640e 100644 --- a/tests/moremodules/othermods/sub/osa.py +++ b/tests/moremodules/othermods/sub/osa.py @@ -1,2 +1,5 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt + s = 5 t = 6 |