summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README14
-rwxr-xr-xlorry2
2 files changed, 13 insertions, 3 deletions
diff --git a/README b/README
index 173114c..c9c116e 100644
--- a/README
+++ b/README
@@ -219,8 +219,8 @@ Tips
Legal stuff
-----------
-Copyright (C) 2013 Codethink Limited
-
+Copyright (C) 2013-2015 Codethink Limited
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
@@ -234,3 +234,13 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+We carry 2 slightly modified git-fast-import frontends:
+
+lorry.tar-importer which is based on
+https://github.com/git/git/blob/master/contrib/fast-import/import-tars.perl
+
+and lorry.zip-importer, which is based on
+https://github.com/git/git/blob/master/contrib/fast-import/import-zips.py
+
+all parts of git are under a GPLv2 compatible license,
+see the git source code for more details.
diff --git a/lorry b/lorry
index da1e556..aa87d52 100755
--- a/lorry
+++ b/lorry
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (C) 2013-2014 Codethink Limited
+# Copyright (C) 2013-2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by