From 567c3151cab38140eb40eb2b0a08ba0c2ac6ec89 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 9 Nov 2011 06:54:43 -0500 Subject: Ran update_copyright.py. --- AUTHORS | 3 +++ libbe/command/base.py | 1 + libbe/storage/vcs/bzr.py | 1 + libbe/storage/vcs/hg.py | 1 + update_copyright.py | 2 ++ 5 files changed, 8 insertions(+) diff --git a/AUTHORS b/AUTHORS index c7823e4..a4f003f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,10 +14,13 @@ James Rowe Jelmer Vernooij Marien Zwart Mathieu Clabaut +Michel Alexandre Salim Moritz Barsnick (at dot) Oleg Romanyshyn +Phil Schumm Robert Lehmann Steve Losh +Tanguy Le Carrour Thomas Gerigk Thomas Habets Thomas Keller 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 +# Phil Schumm # Robert Lehmann # W. Trevor King # 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 # Gianluca Montecchi # Marien Zwart +# Michel Alexandre Salim # W. Trevor King # # 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 # Gianluca Montecchi # Marien Zwart +# Phil Schumm # W. Trevor King # # 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 '], 'Marien Zwart ': ['Marien Zwart '], + 'Tanguy Le Carrour ': + ['Tanguy LE CARROUR '], 'W. Trevor King ': ['wking ', 'wking '], -- cgit