diff options
Diffstat (limited to 'libbe/storage/vcs')
-rw-r--r-- | libbe/storage/vcs/__init__.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/arch.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/base.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/bzr.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/darcs.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/git.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/hg.py | 3 | ||||
-rw-r--r-- | libbe/storage/vcs/monotone.py | 2 |
8 files changed, 9 insertions, 8 deletions
diff --git a/libbe/storage/vcs/__init__.py b/libbe/storage/vcs/__init__.py index 49b0ce3..47d92db 100644 --- a/libbe/storage/vcs/__init__.py +++ b/libbe/storage/vcs/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2011 W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py index 129e198..d12a91a 100644 --- a/libbe/storage/vcs/arch.py +++ b/libbe/storage/vcs/arch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # Ben Finney <benf@cybersource.com.au> # Gianluca Montecchi <gian@grys.it> # James Rowe <jnrowe@ukfsn.org> diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py index 11ce754..570af17 100644 --- a/libbe/storage/vcs/base.py +++ b/libbe/storage/vcs/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # Alexander Belchenko <bialix@ukr.net> # Ben Finney <benf@cybersource.com.au> # Chris Ball <cjb@laptop.org> diff --git a/libbe/storage/vcs/bzr.py b/libbe/storage/vcs/bzr.py index 583a8f6..1862975 100644 --- a/libbe/storage/vcs/bzr.py +++ b/libbe/storage/vcs/bzr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # Ben Finney <benf@cybersource.com.au> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> diff --git a/libbe/storage/vcs/darcs.py b/libbe/storage/vcs/darcs.py index 29b25eb..4aa8766 100644 --- a/libbe/storage/vcs/darcs.py +++ b/libbe/storage/vcs/darcs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/vcs/git.py b/libbe/storage/vcs/git.py index a442c30..ba98fa8 100644 --- a/libbe/storage/vcs/git.py +++ b/libbe/storage/vcs/git.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2010 Ben Finney <benf@cybersource.com.au> +# Copyright (C) 2008-2011 Ben Finney <benf@cybersource.com.au> # Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> diff --git a/libbe/storage/vcs/hg.py b/libbe/storage/vcs/hg.py index 7e2fa86..d610352 100644 --- a/libbe/storage/vcs/hg.py +++ b/libbe/storage/vcs/hg.py @@ -1,6 +1,7 @@ -# Copyright (C) 2007-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # Ben Finney <benf@cybersource.com.au> # Gianluca Montecchi <gian@grys.it> +# Marien Zwart <marien.zwart@gmail.com> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/vcs/monotone.py b/libbe/storage/vcs/monotone.py index 1e15aa4..65ecd91 100644 --- a/libbe/storage/vcs/monotone.py +++ b/libbe/storage/vcs/monotone.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2010-2011 W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # |