summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-07-15 16:08:37 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-07-15 16:18:20 +0100
commitd474a2db1c90ec6bd593f5bdaff0b6ca8a7eecdb (patch)
tree3998f909f892ce90dc78dc586f232d138ddfeaec
parent79830886716a9c2728a24c6692d5c8447aea5118 (diff)
downloadlorry-d474a2db1c90ec6bd593f5bdaff0b6ca8a7eecdb.tar.gz
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.
-rw-r--r--LICENSE1
-rwxr-xr-xlorry.tar-importer3
-rwxr-xr-xlorry.zip-importer3
3 files changed, 7 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index c415e54..bdce0ea 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,3 +1,4 @@
+Copyright 2005-2015 Linus Torvalds and others
Copyright (C) 2013-2020 Codethink Limited
This program is free software; you can redistribute it and/or modify
diff --git a/lorry.tar-importer b/lorry.tar-importer
index 2a7c746..581ecc1 100755
--- a/lorry.tar-importer
+++ b/lorry.tar-importer
@@ -1,5 +1,8 @@
#!/usr/bin/perl
+## Copyright 2005-2012 Linus Torvalds and others
+## Copyright 2012, 2015, 2018 Codethink Limited
+##
## Note: Modified for Baserock lorry.
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