aboutsummaryrefslogtreecommitdiffstats
path: root/bin/deliver_file2disk.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/deliver_file2disk.py')
-rwxr-xr-xbin/deliver_file2disk.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/deliver_file2disk.py b/bin/deliver_file2disk.py
index f54ecb3..49e0c73 100755
--- a/bin/deliver_file2disk.py
+++ b/bin/deliver_file2disk.py
@@ -10,6 +10,8 @@ Behavior:
- try downloading from any archive.org or web.archive.org URLs
- verify SHA-1
- write out to disk
+
+This file is copied from the fatcat repository.
"""
# XXX: some broken MRO thing going on in here due to python3 object wrangling