diff options
Diffstat (limited to 'coverage/monkey.py')
-rw-r--r-- | coverage/monkey.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/coverage/monkey.py b/coverage/monkey.py index 417b64fe..c4ec68c6 100644 --- a/coverage/monkey.py +++ b/coverage/monkey.py @@ -1,4 +1,7 @@ -"""Monkey-patching to make coverage work right in some cases.""" +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt + +"""Monkey-patching to make coverage.py work right in some cases.""" import multiprocessing import multiprocessing.process |