From: Rocco Rutte Date: Tue, 25 Nov 2008 10:25:22 +0000 (+0100) Subject: hg2git: Update copyrights and maintainership information. X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=fdbb1decaa587fb589e375571e551a9724af1d3e;p=python%2Ffast-export.git hg2git: Update copyrights and maintainership information. Signed-off-by: Rocco Rutte --- diff --git a/hg-fast-export.py b/hg-fast-export.py index ff32dbc..166204c 100755 --- a/hg-fast-export.py +++ b/hg-fast-export.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2007 Rocco Rutte +# Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT from mercurial import repo,hg,cmdutil,util,ui,revlog,node diff --git a/hg-fast-export.sh b/hg-fast-export.sh index 0f6b170..2f721e2 100755 --- a/hg-fast-export.sh +++ b/hg-fast-export.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2007 Rocco Rutte +# Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT ROOT="`dirname $0`" diff --git a/hg-fast-export.txt b/hg-fast-export.txt index 1b8bb1c..fea8f60 100644 --- a/hg-fast-export.txt +++ b/hg-fast-export.txt @@ -8,6 +8,8 @@ by Rocco Rutte 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 . + Usage ===== diff --git a/hg-reset.py b/hg-reset.py index cc361f0..411d9f7 100755 --- a/hg-reset.py +++ b/hg-reset.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2007 Rocco Rutte +# Copyright (c) 2007, 2008 Rocco Rutte and others. # License: GPLv2 from mercurial import repo,hg,cmdutil,util,ui,revlog,node diff --git a/hg-reset.sh b/hg-reset.sh index 8d1730c..2625ace 100755 --- a/hg-reset.sh +++ b/hg-reset.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2007 Rocco Rutte +# Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT ROOT="`dirname $0`" diff --git a/hg2git.py b/hg2git.py index 0d835f9..12dd574 100755 --- a/hg2git.py +++ b/hg2git.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2007 Rocco Rutte +# Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT from mercurial import repo,hg,cmdutil,util,ui,revlog,node