diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-24 08:26:02 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-24 08:26:02 -0400 |
commit | ab3dd5787ca79ea2738e979cd67348406f80b4cf (patch) | |
tree | 74fed11688a7ccda805e489a7863694203489f75 /doc/python-coverage.1.txt | |
parent | 080e181a8cc21b8e555fa96eaa54762eb2a76c8e (diff) | |
download | python-coveragepy-git-ab3dd5787ca79ea2738e979cd67348406f80b4cf.tar.gz |
Switch license to Apache
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r-- | doc/python-coverage.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index f79f33d8..9ee787c5 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -9,7 +9,7 @@ measure code coverage of Python program execution :Author: Ned Batchelder <ned@nedbatchelder.com> :Author: |author| :Date: 2014-09-27 -:Copyright: BSD license, attribution and disclaimer required. +:Copyright: Apache 2.0 license, attribution and disclaimer required. :Manual section: 1 :Manual group: Coverage |