Add Copyright to the diff-coverage tool

Change-Id: I60002c2396dbbf329fa8e513d5c0d6404524fb90
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
Zhijiang Hu 2016-12-27 03:49:31 -05:00
parent 3cf0d7b5be
commit bdc134e961
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -40,7 +40,7 @@ pip-delete-this-directory.txt
.coverage
.cache
cover/
diff_coverage_html/
# Log files:
*.log

View File

@ -5,6 +5,12 @@
diff-coverage
Copyright (c) 2012, Preston Holmes and other contributors.
All rights reserved.
Mainly from https://github.com/ptone/diff-coverage, with modifications to
fit the daisycloud-core project directory arrangement.
This module will, in a somewhat inflexible way, compare a diff coverage.py
data to determine whether lines added or modified in the diff, were executed
during a coverage session.