From e727e62511b4584d562f67e6688a461d82848269 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 16 Oct 2012 10:58:37 -0400 Subject: Ran update-copyright.py. --- libbe/command/__init__.py | 2 +- libbe/command/assign.py | 2 +- libbe/command/base.py | 2 +- libbe/command/comment.py | 3 ++- libbe/command/commit.py | 2 +- libbe/command/depend.py | 2 +- libbe/command/diff.py | 2 +- libbe/command/due.py | 2 +- libbe/command/help.py | 2 +- libbe/command/html.py | 7 +++++-- libbe/command/import_xml.py | 2 +- libbe/command/init.py | 2 +- libbe/command/list.py | 2 +- libbe/command/merge.py | 2 +- libbe/command/new.py | 3 ++- libbe/command/remove.py | 2 +- libbe/command/serve_commands.py | 2 +- libbe/command/serve_storage.py | 2 +- libbe/command/set.py | 2 +- libbe/command/severity.py | 2 +- libbe/command/show.py | 2 +- libbe/command/status.py | 2 +- libbe/command/subscribe.py | 2 +- libbe/command/tag.py | 2 +- libbe/command/target.py | 2 +- libbe/command/util.py | 2 +- 26 files changed, 32 insertions(+), 27 deletions(-) (limited to 'libbe/command') diff --git a/libbe/command/__init__.py b/libbe/command/__init__.py index 00f2cc4..f1c74d5 100644 --- a/libbe/command/__init__.py +++ b/libbe/command/__init__.py @@ -1,6 +1,6 @@ # Copyright (C) 2005-2012 Aaron Bentley # Chris Ball -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/assign.py b/libbe/command/assign.py index f9658e5..edc8ed1 100644 --- a/libbe/command/assign.py +++ b/libbe/command/assign.py @@ -4,7 +4,7 @@ # Marien Zwart # Robert Lehmann # Thomas Gerigk -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/base.py b/libbe/command/base.py index b9038a0..61404c1 100644 --- a/libbe/command/base.py +++ b/libbe/command/base.py @@ -1,7 +1,7 @@ # Copyright (C) 2009-2012 Chris Ball # Phil Schumm # Robert Lehmann -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/comment.py b/libbe/command/comment.py index 399d8a7..302445c 100644 --- a/libbe/command/comment.py +++ b/libbe/command/comment.py @@ -1,8 +1,9 @@ # Copyright (C) 2005-2012 Aaron Bentley # Chris Ball # Gianluca Montecchi +# Niall Douglas (s_sourceforge@nedprod.com) # Robert Lehmann -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/commit.py b/libbe/command/commit.py index e065d2f..453311f 100644 --- a/libbe/command/commit.py +++ b/libbe/command/commit.py @@ -1,6 +1,6 @@ # Copyright (C) 2009-2012 Chris Ball # Gianluca Montecchi -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/depend.py b/libbe/command/depend.py index e3765d0..0040cf3 100644 --- a/libbe/command/depend.py +++ b/libbe/command/depend.py @@ -1,7 +1,7 @@ # Copyright (C) 2009-2012 Chris Ball # Gianluca Montecchi # Robert Lehmann -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/diff.py b/libbe/command/diff.py index 0d03ebf..1e9c396 100644 --- a/libbe/command/diff.py +++ b/libbe/command/diff.py @@ -1,7 +1,7 @@ # Copyright (C) 2005-2012 Aaron Bentley # Chris Ball # Gianluca Montecchi -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/due.py b/libbe/command/due.py index 00ad742..b2a281f 100644 --- a/libbe/command/due.py +++ b/libbe/command/due.py @@ -1,5 +1,5 @@ # Copyright (C) 2009-2012 Chris Ball -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/help.py b/libbe/command/help.py index e655105..6a04117 100644 --- a/libbe/command/help.py +++ b/libbe/command/help.py @@ -3,7 +3,7 @@ # Gianluca Montecchi # Marien Zwart # Thomas Gerigk -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/html.py b/libbe/command/html.py index 4b9880d..145a250 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -1,7 +1,10 @@ -# Copyright (C) 2009-2012 Chris Ball +# Copyright (C) 2005-2012 Aaron Bentley +# Chris Ball # Gianluca Montecchi +# Marien Zwart # Mathieu Clabaut -# W. Trevor King +# Thomas Gerigk +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py index f26d002..a16b0b0 100644 --- a/libbe/command/import_xml.py +++ b/libbe/command/import_xml.py @@ -1,6 +1,6 @@ # Copyright (C) 2009-2012 Chris Ball # Valtteri Kokkoniemi -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/init.py b/libbe/command/init.py index 421ca0d..b4b3456 100644 --- a/libbe/command/init.py +++ b/libbe/command/init.py @@ -1,7 +1,7 @@ # Copyright (C) 2005-2012 Aaron Bentley # Chris Ball # Gianluca Montecchi -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/list.py b/libbe/command/list.py index e47a4ce..fb9a8f5 100644 --- a/libbe/command/list.py +++ b/libbe/command/list.py @@ -3,7 +3,7 @@ # Gianluca Montecchi # Oleg Romanyshyn # Robert Lehmann -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/merge.py b/libbe/command/merge.py index 5d74c7e..2d52492 100644 --- a/libbe/command/merge.py +++ b/libbe/command/merge.py @@ -1,6 +1,6 @@ # Copyright (C) 2008-2012 Chris Ball # Gianluca Montecchi -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/new.py b/libbe/command/new.py index 5404271..6e94e79 100644 --- a/libbe/command/new.py +++ b/libbe/command/new.py @@ -2,7 +2,8 @@ # Andrew Cooper # Chris Ball # Gianluca Montecchi -# W. Trevor King +# Niall Douglas (s_sourceforge@nedprod.com) +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/remove.py b/libbe/command/remove.py index 19b5e6f..08eb4d1 100644 --- a/libbe/command/remove.py +++ b/libbe/command/remove.py @@ -3,7 +3,7 @@ # Gianluca Montecchi # Marien Zwart # Thomas Gerigk -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/serve_commands.py b/libbe/command/serve_commands.py index 607cb74..b94faf1 100644 --- a/libbe/command/serve_commands.py +++ b/libbe/command/serve_commands.py @@ -1,5 +1,5 @@ # Copyright (C) 2010-2012 Chris Ball -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py index 70f8fff..641ec36 100644 --- a/libbe/command/serve_storage.py +++ b/libbe/command/serve_storage.py @@ -1,5 +1,5 @@ # Copyright (C) 2010-2012 Chris Ball -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/set.py b/libbe/command/set.py index e575b08..9413a13 100644 --- a/libbe/command/set.py +++ b/libbe/command/set.py @@ -3,7 +3,7 @@ # Gianluca Montecchi # Marien Zwart # Thomas Gerigk -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/severity.py b/libbe/command/severity.py index 51096a7..ca18019 100644 --- a/libbe/command/severity.py +++ b/libbe/command/severity.py @@ -4,7 +4,7 @@ # Marien Zwart # Thomas Gerigk # Tim Guirgies -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/show.py b/libbe/command/show.py index 4bf5bd8..3b61cc5 100644 --- a/libbe/command/show.py +++ b/libbe/command/show.py @@ -3,7 +3,7 @@ # Gianluca Montecchi # Thomas Gerigk # Thomas Habets -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/status.py b/libbe/command/status.py index dd41190..1f5fd71 100644 --- a/libbe/command/status.py +++ b/libbe/command/status.py @@ -4,7 +4,7 @@ # Marien Zwart # Thomas Gerigk # Tim Guirgies -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/subscribe.py b/libbe/command/subscribe.py index 5a89c68..5884a9a 100644 --- a/libbe/command/subscribe.py +++ b/libbe/command/subscribe.py @@ -1,6 +1,6 @@ # Copyright (C) 2009-2012 Chris Ball # Gianluca Montecchi -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/tag.py b/libbe/command/tag.py index 58c04d0..94030b8 100644 --- a/libbe/command/tag.py +++ b/libbe/command/tag.py @@ -1,6 +1,6 @@ # Copyright (C) 2009-2012 Chris Ball # Gianluca Montecchi -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/target.py b/libbe/command/target.py index 3f14048..6cf9cc6 100644 --- a/libbe/command/target.py +++ b/libbe/command/target.py @@ -3,7 +3,7 @@ # Gianluca Montecchi # Marien Zwart # Thomas Gerigk -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/util.py b/libbe/command/util.py index 4c6756f..6f7b92e 100644 --- a/libbe/command/util.py +++ b/libbe/command/util.py @@ -1,5 +1,5 @@ # Copyright (C) 2009-2012 Chris Ball -# W. Trevor King +# W. Trevor King # # This file is part of Bugs Everywhere. # -- cgit