summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-05 11:48:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-05 11:48:23 -0400
commit539fdc0538c7707a3120a0df6c084daf1d6b18b7 (patch)
treea332947e22b421077fb08691b2bc95445df340e1 /ci
parent2caca850f64b9721623e92294c879c5daa9a380c (diff)
downloadpython-coveragepy-git-539fdc0538c7707a3120a0df6c084daf1d6b18b7.tar.gz
Add license text
Diffstat (limited to 'ci')
-rw-r--r--ci/download_appveyor.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/download_appveyor.py b/ci/download_appveyor.py
index 9eba5d11..a4ef8d53 100644
--- a/ci/download_appveyor.py
+++ b/ci/download_appveyor.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
+
"""Use the Appveyor API to download Windows artifacts."""
import os