summaryrefslogtreecommitdiff
path: root/lorry.gzip-importer
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-07-15 16:15:59 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-07-15 16:20:21 +0100
commit05f50af6b44ec365bfa59024426c38ba5093883e (patch)
tree483fed2d654fd179e42b35e267e32da49c89db3e /lorry.gzip-importer
parent29b201d74c57ec7afe4c89f6a146ba94f46bbb77 (diff)
downloadlorry-05f50af6b44ec365bfa59024426c38ba5093883e.tar.gz
Add copyright notices and years to several scripts
* lorry.gzip-importer was missing a copyright notice * Various changes were not included in the copyright dates
Diffstat (limited to 'lorry.gzip-importer')
-rwxr-xr-xlorry.gzip-importer2
1 files changed, 2 insertions, 0 deletions
diff --git a/lorry.gzip-importer b/lorry.gzip-importer
index d3d78b4..5c0c6d0 100755
--- a/lorry.gzip-importer
+++ b/lorry.gzip-importer
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
+## Copyright 2015, 2019-2020 Codethink Limited
+
# gzip archive frontend for git-fast-import
from gzip import GzipFile