aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-11-09 06:54:43 -0500
committerW. Trevor King <wking@drexel.edu>2011-11-09 06:54:43 -0500
commit567c3151cab38140eb40eb2b0a08ba0c2ac6ec89 (patch)
treebb95ea64eb7973c5591894413d25ed214d1483be /libbe
parentf77935d6206fb092bf31ddd0f12d2deefa660bf8 (diff)
downloadbugseverywhere-567c3151cab38140eb40eb2b0a08ba0c2ac6ec89.tar.gz
Ran update_copyright.py.
Diffstat (limited to 'libbe')
-rw-r--r--libbe/command/base.py1
-rw-r--r--libbe/storage/vcs/bzr.py1
-rw-r--r--libbe/storage/vcs/hg.py1
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.