diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-19 08:55:00 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-19 08:55:00 -0500 |
commit | b542928d589edadcfa960c5c5bf0fa97b0cf07f8 (patch) | |
tree | 278c0785d41823773aeea2c956992d7563d0cbc5 /perf/stress_test.py | |
parent | 93be5f4b512f443b73c3ba67ef2dea8581d2b22f (diff) | |
download | python-coveragepy-git-b542928d589edadcfa960c5c5bf0fa97b0cf07f8.tar.gz |
Every file should have the license statement
Diffstat (limited to 'perf/stress_test.py')
-rw-r--r-- | perf/stress_test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perf/stress_test.py b/perf/stress_test.py index a32f313a..8ead6ce4 100644 --- a/perf/stress_test.py +++ b/perf/stress_test.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 + import csv from collections import namedtuple import os |