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
commit76506edd0fe70b6425fbb672ed5d828cb7da8076 (patch)
tree08cd00437c1302cccbfd549f9095fb82302159e6 /ci
parent489a9075b3437b77ec92952bbe77fb5153a770b6 (diff)
downloadpython-coveragepy-76506edd0fe70b6425fbb672ed5d828cb7da8076.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 9eba5d1..a4ef8d5 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