diff options
Diffstat (limited to 'coverage/plugin_support.py')
-rw-r--r-- | coverage/plugin_support.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/plugin_support.py b/coverage/plugin_support.py index ae72f797..5c577be1 100644 --- a/coverage/plugin_support.py +++ b/coverage/plugin_support.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 + """Support for plugins.""" import os.path |