diff options
author | Simon Hausmann <hausmann@kde.org> | 2007-03-19 22:26:36 +0100 |
---|---|---|
committer | Simon Hausmann <hausmann@kde.org> | 2007-03-19 22:26:36 +0100 |
commit | 83dce55af3c792134787bdc807f932dc8a67ea74 (patch) | |
tree | 158537fb6057f229dc206cec6614ee2a27c63b3e /contrib/fast-import/git-p4.py | |
parent | First (untested) attempt at migrating p4-git-sync into the final git-p4 script (diff) | |
download | tgif-83dce55af3c792134787bdc807f932dc8a67ea74.tar.xz |
Part of the code is copyright by Trolltech ASA.
Signed-off-by: Simon Hausmann <hausmann@kde.org>
Diffstat (limited to 'contrib/fast-import/git-p4.py')
-rwxr-xr-x | contrib/fast-import/git-p4.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fast-import/git-p4.py b/contrib/fast-import/git-p4.py index 593bda822f..fa1b19fbbc 100755 --- a/contrib/fast-import/git-p4.py +++ b/contrib/fast-import/git-p4.py @@ -3,6 +3,8 @@ # git-p4.py -- A tool for bidirectional operation between a Perforce depot and git. # # Author: Simon Hausmann <hausmann@kde.org> +# Copyright: 2007 Simon Hausmann <hausmann@kde.org> +# 2007 Trolltech ASA # License: MIT <http://www.opensource.org/licenses/mit-license.php> # |