summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-19 08:55:00 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-19 08:55:00 -0500
commit01374a3ddd117764397facc6084bfca49516813c (patch)
treedfb0cc8a9328b7622a14a1ccb1dcdd205cd7b893 /perf
parent902cbd1a070719cb6b4acfdfc5603324613c8f83 (diff)
downloadpython-coveragepy-01374a3ddd117764397facc6084bfca49516813c.tar.gz
Every file should have the license statement
Diffstat (limited to 'perf')
-rw-r--r--perf/stress_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/perf/stress_test.py b/perf/stress_test.py
index a32f313..8ead6ce 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