diff options
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py index 62c13e2..9022ac4 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -1,4 +1,7 @@ -"""HTML reporting for Coverage.""" +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt + +"""HTML reporting for coverage.py.""" import datetime import json |