From 05f50af6b44ec365bfa59024426c38ba5093883e Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 15 Jul 2020 16:15:59 +0100 Subject: 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 --- lorry.gzip-importer | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lorry.gzip-importer') 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 -- cgit v1.2.1