diff options
Diffstat (limited to 'coverage/debug.py')
-rw-r--r-- | coverage/debug.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/debug.py b/coverage/debug.py index 45d720c..8d36c1c 100644 --- a/coverage/debug.py +++ b/coverage/debug.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 + """Control of and utilities for debugging.""" import inspect |