From 17fc2c4dbb59385ed1bf77eab10f1237b1de9871 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 25 May 2011 06:52:09 -0400 Subject: Run update_copyright.py. --- libbe/storage/vcs/__init__.py | 3 ++- libbe/storage/vcs/arch.py | 1 + libbe/storage/vcs/bzr.py | 1 + libbe/storage/vcs/darcs.py | 3 ++- libbe/storage/vcs/git.py | 1 + libbe/storage/vcs/hg.py | 1 + libbe/storage/vcs/monotone.py | 3 ++- 7 files changed, 10 insertions(+), 3 deletions(-) (limited to 'libbe/storage/vcs') diff --git a/libbe/storage/vcs/__init__.py b/libbe/storage/vcs/__init__.py index 47d92db..1f7166d 100644 --- a/libbe/storage/vcs/__init__.py +++ b/libbe/storage/vcs/__init__.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 W. Trevor King +# Copyright (C) 2009-2011 Chris Ball +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py index f0c0a29..5a40f7c 100644 --- a/libbe/storage/vcs/arch.py +++ b/libbe/storage/vcs/arch.py @@ -1,5 +1,6 @@ # Copyright (C) 2005-2011 Aaron Bentley # Ben Finney +# Chris Ball # Gianluca Montecchi # James Rowe # W. Trevor King diff --git a/libbe/storage/vcs/bzr.py b/libbe/storage/vcs/bzr.py index 17096ce..0a4275b 100644 --- a/libbe/storage/vcs/bzr.py +++ b/libbe/storage/vcs/bzr.py @@ -1,5 +1,6 @@ # Copyright (C) 2005-2011 Aaron Bentley # Ben Finney +# Chris Ball # Gianluca Montecchi # Marien Zwart # W. Trevor King diff --git a/libbe/storage/vcs/darcs.py b/libbe/storage/vcs/darcs.py index 65e4263..aef89cd 100644 --- a/libbe/storage/vcs/darcs.py +++ b/libbe/storage/vcs/darcs.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 Gianluca Montecchi +# Copyright (C) 2009-2011 Chris Ball +# Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/vcs/git.py b/libbe/storage/vcs/git.py index 3802928..f23f0ea 100644 --- a/libbe/storage/vcs/git.py +++ b/libbe/storage/vcs/git.py @@ -1,6 +1,7 @@ # Copyright (C) 2008-2011 Ben Finney # Chris Ball # Gianluca Montecchi +# Robert Lehmann # 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 e8a0214..d2274ee 100644 --- a/libbe/storage/vcs/hg.py +++ b/libbe/storage/vcs/hg.py @@ -1,5 +1,6 @@ # Copyright (C) 2005-2011 Aaron Bentley # Ben Finney +# Chris Ball # Gianluca Montecchi # Marien Zwart # W. Trevor King diff --git a/libbe/storage/vcs/monotone.py b/libbe/storage/vcs/monotone.py index 1dbb34d..9f4e278 100644 --- a/libbe/storage/vcs/monotone.py +++ b/libbe/storage/vcs/monotone.py @@ -1,4 +1,5 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2011 Chris Ball +# W. Trevor King # # This file is part of Bugs Everywhere. # -- cgit