hg2git: Update copyrights and maintainership information.
authorRocco Rutte <pdmef@gmx.net>
Tue, 25 Nov 2008 10:25:22 +0000 (11:25 +0100)
committerRocco Rutte <pdmef@gmx.net>
Tue, 25 Nov 2008 10:25:22 +0000 (11:25 +0100)
Signed-off-by: Rocco Rutte <pdmef@gmx.net>
hg-fast-export.py
hg-fast-export.sh
hg-fast-export.txt
hg-reset.py
hg-reset.sh
hg2git.py

index ff32dbc..166204c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (c) 2007 Rocco Rutte <pdmef@gmx.net>
+# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
 # License: MIT <http://www.opensource.org/licenses/mit-license.php>
 
 from mercurial import repo,hg,cmdutil,util,ui,revlog,node
index 0f6b170..2f721e2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (c) 2007 Rocco Rutte <pdmef@gmx.net>
+# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
 # License: MIT <http://www.opensource.org/licenses/mit-license.php>
 
 ROOT="`dirname $0`"
index 1b8bb1c..fea8f60 100644 (file)
@@ -8,6 +8,8 @@ by Rocco Rutte <pdmef@gmx.net> with hints and help from the git list and
 #mercurial on freenode. hg-reset.py is licensed under GPLv2 since it
 copies some code from the mercurial sources.
 
+The current maintainer is Frej Drejhammar <frej.drejhammar@gmail.com>.
+
 Usage
 =====
 
index cc361f0..411d9f7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (c) 2007 Rocco Rutte <pdmef@gmx.net>
+# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
 # License: GPLv2
 
 from mercurial import repo,hg,cmdutil,util,ui,revlog,node
index 8d1730c..2625ace 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (c) 2007 Rocco Rutte <pdmef@gmx.net>
+# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
 # License: MIT <http://www.opensource.org/licenses/mit-license.php>
 
 ROOT="`dirname $0`"
index 0d835f9..12dd574 100755 (executable)
--- a/hg2git.py
+++ b/hg2git.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (c) 2007 Rocco Rutte <pdmef@gmx.net>
+# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
 # License: MIT <http://www.opensource.org/licenses/mit-license.php>
 
 from mercurial import repo,hg,cmdutil,util,ui,revlog,node