aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--libbe/command/base.py1
-rw-r--r--libbe/storage/vcs/bzr.py1
-rw-r--r--libbe/storage/vcs/hg.py1
-rwxr-xr-xupdate_copyright.py2
5 files changed, 8 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c7823e4..a4f003f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,10 +14,13 @@ James Rowe <jnrowe@ukfsn.org>
Jelmer Vernooij <jelmer@samba.org>
Marien Zwart <marien.zwart@gmail.com>
Mathieu Clabaut <mathieu.clabaut@gmail.com>
+Michel Alexandre Salim <salimma@fedoraproject.org>
Moritz Barsnick (at dot) <moritzbarsnicknet>
Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
+Phil Schumm <philschumm@gmail.com>
Robert Lehmann <mail@robertlehmann.de>
Steve Losh <steve@stevelosh.com>
+Tanguy Le Carrour <tanguy.lecarrour@gmail.com>
Thomas Gerigk <tgerigk@gmx.de>
Thomas Habets <thomas@habets.pp.se>
Thomas Keller <me@thomaskeller.biz>
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.
diff --git a/update_copyright.py b/update_copyright.py
index c4f606b..ac9ced4 100755
--- a/update_copyright.py
+++ b/update_copyright.py
@@ -89,6 +89,8 @@ ALIASES = {
'gianluca <gian@galactica>'],
'Marien Zwart <marien.zwart@gmail.com>':
['Marien Zwart <marienz@gentoo.org>'],
+ 'Tanguy Le Carrour <tanguy.lecarrour@gmail.com>':
+ ['Tanguy LE CARROUR <tanguy.lecarrour@gmail.com>'],
'W. Trevor King <wking@drexel.edu>':
['wking <wking@mjolnir>',
'wking <wking@thialfi>'],