diff options
Diffstat (limited to 'coverage/summary.py')
-rw-r--r-- | coverage/summary.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/summary.py b/coverage/summary.py index 60cb415..03270c0 100644 --- a/coverage/summary.py +++ b/coverage/summary.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 + """Summary reporting""" import sys |