diff options
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/command/base.py | 1 | ||||
-rw-r--r-- | libbe/storage/vcs/bzr.py | 1 | ||||
-rw-r--r-- | libbe/storage/vcs/hg.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/libbe/command/base.py b/libbe/command/base.py index 11835ee..ab98cb1 100644 --- a/libbe/command/base.py +++ b/libbe/command/base.py @@ -1,4 +1,5 @@ # Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# Phil Schumm <philschumm@gmail.com> # Robert Lehmann <mail@robertlehmann.de> # W. Trevor King <wking@drexel.edu> # diff --git a/libbe/storage/vcs/bzr.py b/libbe/storage/vcs/bzr.py index c01b6c7..865df6b 100644 --- a/libbe/storage/vcs/bzr.py +++ b/libbe/storage/vcs/bzr.py @@ -3,6 +3,7 @@ # Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> +# Michel Alexandre Salim <salimma@fedoraproject.org> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/vcs/hg.py b/libbe/storage/vcs/hg.py index 758ea5a..eade02e 100644 --- a/libbe/storage/vcs/hg.py +++ b/libbe/storage/vcs/hg.py @@ -3,6 +3,7 @@ # Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> +# Phil Schumm <philschumm@gmail.com> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. |