diff options
author | Simon Hausmann <simon@lst.de> | 2007-05-28 14:43:25 +0200 |
---|---|---|
committer | Simon Hausmann <simon@lst.de> | 2007-05-28 14:43:25 +0200 |
commit | c8cbbee980ac3961d5cdae164f2cb0a6b88075e0 (patch) | |
tree | f11118123a80b8fdf927e0884de624304cb02a67 /contrib | |
parent | rename apply() to applyCommit(); apply is a python builtin (diff) | |
download | tgif-c8cbbee980ac3961d5cdae164f2cb0a6b88075e0.tar.xz |
Fix my email address, this isn't really KDE related :)
Signed-off-by: Simon Hausmann <simon@lst.de>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/fast-import/git-p4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index bd0ea54929..400edce459 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -2,8 +2,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> +# Author: Simon Hausmann <simon@lst.de> +# Copyright: 2007 Simon Hausmann <simon@lst.de> # 2007 Trolltech ASA # License: MIT <http://www.opensource.org/licenses/mit-license.php> # |