From d474a2db1c90ec6bd593f5bdaff0b6ca8a7eecdb Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 15 Jul 2020 16:08:37 +0100 Subject: Add proper copyright notices for lorry.{tar,zip}-importer These are based on scripts in the git project, which we noted but didn't include a copyright statement for. Put copyright notices (including for our changes) in those files and in LICENSE. --- lorry.zip-importer | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lorry.zip-importer') diff --git a/lorry.zip-importer b/lorry.zip-importer index dfb73eb..da0b34f 100755 --- a/lorry.zip-importer +++ b/lorry.zip-importer @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +## Copyright 2005-2015 Linus Torvalds and others +## Copyright 2015, 2019, 2020 Codethink Limited +## ## Note: Modified for Baserock lorry. ## zip archive frontend for git-fast-import -- cgit v1.2.1