From 0b33ffd2515cbc5d7f5998839338b84b72660386 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Sat, 8 Jan 2011 20:40:32 -0500 Subject: [PATCH] Bumped to version 1.0.0 --- AUTHORS | 1 + Makefile | 2 +- be | 2 +- doc/generate-libbe-txt.py | 2 +- interfaces/email/interactive/_mailfilterrc | 4 ++-- interfaces/email/interactive/_procmailrc | 2 +- interfaces/email/interactive/be-handle-mail | 2 +- interfaces/email/interactive/send_pgp_mime.py | 2 +- libbe/__init__.py | 2 +- libbe/bug.py | 2 +- libbe/bugdir.py | 2 +- libbe/command/__init__.py | 2 +- libbe/command/assign.py | 2 +- libbe/command/base.py | 2 +- libbe/command/comment.py | 2 +- 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 | 2 +- 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 | 2 +- libbe/command/remove.py | 5 ++++- libbe/command/serve.py | 2 +- libbe/command/set.py | 2 +- libbe/command/severity.py | 2 +- libbe/command/show.py | 2 +- libbe/command/status.py | 5 ++++- libbe/command/subscribe.py | 2 +- libbe/command/tag.py | 2 +- libbe/command/target.py | 2 +- libbe/command/util.py | 2 +- libbe/comment.py | 2 +- libbe/diff.py | 2 +- libbe/error.py | 2 +- libbe/storage/__init__.py | 2 +- libbe/storage/base.py | 2 +- libbe/storage/http.py | 2 +- libbe/storage/util/config.py | 2 +- libbe/storage/util/mapfile.py | 2 +- libbe/storage/util/properties.py | 2 +- libbe/storage/util/settings_object.py | 2 +- libbe/storage/util/upgrade.py | 2 +- libbe/storage/vcs/__init__.py | 2 +- libbe/storage/vcs/arch.py | 2 +- libbe/storage/vcs/base.py | 2 +- libbe/storage/vcs/bzr.py | 2 +- libbe/storage/vcs/darcs.py | 2 +- libbe/storage/vcs/git.py | 2 +- libbe/storage/vcs/hg.py | 3 ++- libbe/storage/vcs/monotone.py | 2 +- libbe/ui/__init__.py | 2 +- libbe/ui/command_line.py | 2 +- libbe/ui/util/__init__.py | 2 +- libbe/ui/util/editor.py | 2 +- libbe/ui/util/pager.py | 2 +- libbe/ui/util/user.py | 2 +- libbe/util/__init__.py | 2 +- libbe/util/encoding.py | 2 +- libbe/util/id.py | 2 +- libbe/util/plugin.py | 2 +- libbe/util/subproc.py | 2 +- libbe/util/tree.py | 2 +- libbe/util/utility.py | 2 +- libbe/version.py | 4 ++-- misc/xml/be-mail-to-xml | 2 +- misc/xml/be-xml-to-mbox | 2 +- release.py | 2 +- test.py | 2 +- update_copyright.py | 2 +- 74 files changed, 83 insertions(+), 75 deletions(-) diff --git a/AUTHORS b/AUTHORS index 51970d0..d112dec 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,7 @@ Alexander Belchenko Anton Batenev Ben Finney Chris Ball +Dieter Plaetinck Eric Kow Gianluca Montecchi Gour diff --git a/Makefile b/Makefile index 8f168b1..f7937f8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Makefile # Part of Bugs Everywhere, a distributed bug tracking system. # -# Copyright (C) 2008-2010 Anton Batenev +# Copyright (C) 2008-2011 Anton Batenev # Ben Finney # Eric Kow # Gianluca Montecchi diff --git a/be b/be index fd7a64f..718bf97 100755 --- a/be +++ b/be @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Chris Ball # Gianluca Montecchi # Oleg Romanyshyn diff --git a/doc/generate-libbe-txt.py b/doc/generate-libbe-txt.py index b5145ee..e352310 100644 --- a/doc/generate-libbe-txt.py +++ b/doc/generate-libbe-txt.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2010 W. Trevor King +# Copyright (C) 2010-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/interfaces/email/interactive/_mailfilterrc b/interfaces/email/interactive/_mailfilterrc index 8c0bd16..e2ef53b 100644 --- a/interfaces/email/interactive/_mailfilterrc +++ b/interfaces/email/interactive/_mailfilterrc @@ -1,5 +1,5 @@ -# Copyright (C) 2010 Gour -# W. Trevor King +# Copyright (C) 2010-2011 Gour +# W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/interfaces/email/interactive/_procmailrc b/interfaces/email/interactive/_procmailrc index be42e27..922e575 100644 --- a/interfaces/email/interactive/_procmailrc +++ b/interfaces/email/interactive/_procmailrc @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/interfaces/email/interactive/be-handle-mail b/interfaces/email/interactive/be-handle-mail index a82e0f8..0933498 100755 --- a/interfaces/email/interactive/be-handle-mail +++ b/interfaces/email/interactive/be-handle-mail @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/interfaces/email/interactive/send_pgp_mime.py b/interfaces/email/interactive/send_pgp_mime.py index c9e531d..2e6c487 100644 --- a/interfaces/email/interactive/send_pgp_mime.py +++ b/interfaces/email/interactive/send_pgp_mime.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/__init__.py b/libbe/__init__.py index 50081a3..d5a8f2e 100644 --- a/libbe/__init__.py +++ b/libbe/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/bug.py b/libbe/bug.py index 5361e4a..737d92d 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # Thomas Habets # W. Trevor King # diff --git a/libbe/bugdir.py b/libbe/bugdir.py index 0aa4015..9741239 100644 --- a/libbe/bugdir.py +++ b/libbe/bugdir.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Alexander Belchenko # Chris Ball # Gianluca Montecchi diff --git a/libbe/command/__init__.py b/libbe/command/__init__.py index 0d74ca0..1cad096 100644 --- a/libbe/command/__init__.py +++ b/libbe/command/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/command/assign.py b/libbe/command/assign.py index 7632abf..ed03a88 100644 --- a/libbe/command/assign.py +++ b/libbe/command/assign.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # Marien Zwart # Thomas Gerigk diff --git a/libbe/command/base.py b/libbe/command/base.py index c6337ec..307be12 100644 --- a/libbe/command/base.py +++ b/libbe/command/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/comment.py b/libbe/command/comment.py index aea0930..f6949da 100644 --- a/libbe/command/comment.py +++ b/libbe/command/comment.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # W. Trevor King # diff --git a/libbe/command/commit.py b/libbe/command/commit.py index e56cad4..a2ed051 100644 --- a/libbe/command/commit.py +++ b/libbe/command/commit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/command/depend.py b/libbe/command/depend.py index e1446fe..39d8042 100644 --- a/libbe/command/depend.py +++ b/libbe/command/depend.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/command/diff.py b/libbe/command/diff.py index e15fc34..08a7efb 100644 --- a/libbe/command/diff.py +++ b/libbe/command/diff.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # W. Trevor King # diff --git a/libbe/command/due.py b/libbe/command/due.py index a24f311..e4fd0f1 100644 --- a/libbe/command/due.py +++ b/libbe/command/due.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/help.py b/libbe/command/help.py index fee71c7..e4825f0 100644 --- a/libbe/command/help.py +++ b/libbe/command/help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # Marien Zwart # Thomas Gerigk diff --git a/libbe/command/html.py b/libbe/command/html.py index 0c5cad1..5b0f84c 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # Mathieu Clabaut # W. Trevor King # diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py index bd6504e..bd25372 100644 --- a/libbe/command/import_xml.py +++ b/libbe/command/import_xml.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/init.py b/libbe/command/init.py index 1a2adbf..92e07f9 100644 --- a/libbe/command/init.py +++ b/libbe/command/init.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # W. Trevor King # diff --git a/libbe/command/list.py b/libbe/command/list.py index 06249a0..c395997 100644 --- a/libbe/command/list.py +++ b/libbe/command/list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # Oleg Romanyshyn # W. Trevor King diff --git a/libbe/command/merge.py b/libbe/command/merge.py index deb6db1..7fd62bb 100644 --- a/libbe/command/merge.py +++ b/libbe/command/merge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/command/new.py b/libbe/command/new.py index e86039f..7dfbed8 100644 --- a/libbe/command/new.py +++ b/libbe/command/new.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # W. Trevor King # diff --git a/libbe/command/remove.py b/libbe/command/remove.py index d6837b6..1d4f265 100644 --- a/libbe/command/remove.py +++ b/libbe/command/remove.py @@ -1,4 +1,7 @@ -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2005-2011 Aaron Bentley +# Gianluca Montecchi +# Marien Zwart +# Thomas Gerigk # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/command/serve.py b/libbe/command/serve.py index b2d9cbe..ba4b0d8 100644 --- a/libbe/command/serve.py +++ b/libbe/command/serve.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010 W. Trevor King +# Copyright (C) 2010-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/set.py b/libbe/command/set.py index ac580d9..b3eb583 100644 --- a/libbe/command/set.py +++ b/libbe/command/set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # Marien Zwart # Thomas Gerigk diff --git a/libbe/command/severity.py b/libbe/command/severity.py index fd4482f..a84efe8 100644 --- a/libbe/command/severity.py +++ b/libbe/command/severity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # Marien Zwart # Thomas Gerigk diff --git a/libbe/command/show.py b/libbe/command/show.py index b24aa94..ea86191 100644 --- a/libbe/command/show.py +++ b/libbe/command/show.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # Thomas Gerigk # Thomas Habets diff --git a/libbe/command/status.py b/libbe/command/status.py index aa72db8..2e470e4 100644 --- a/libbe/command/status.py +++ b/libbe/command/status.py @@ -1,4 +1,7 @@ -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2005-2011 Aaron Bentley +# Gianluca Montecchi +# Marien Zwart +# Thomas Gerigk # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/command/subscribe.py b/libbe/command/subscribe.py index 6001e03..f49abb9 100644 --- a/libbe/command/subscribe.py +++ b/libbe/command/subscribe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/command/tag.py b/libbe/command/tag.py index 156bc6f..dea6e00 100644 --- a/libbe/command/tag.py +++ b/libbe/command/tag.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/command/target.py b/libbe/command/target.py index a2911be..df63518 100644 --- a/libbe/command/target.py +++ b/libbe/command/target.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Chris Ball # Gianluca Montecchi # Marien Zwart diff --git a/libbe/command/util.py b/libbe/command/util.py index 6662834..d8e049e 100644 --- a/libbe/command/util.py +++ b/libbe/command/util.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/comment.py b/libbe/comment.py index ee2857b..6350e2c 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # Thomas Habets # W. Trevor King # diff --git a/libbe/diff.py b/libbe/diff.py index 4a9b9ff..1802be4 100644 --- a/libbe/diff.py +++ b/libbe/diff.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # W. Trevor King # diff --git a/libbe/error.py b/libbe/error.py index 80593f9..f385db0 100644 --- a/libbe/error.py +++ b/libbe/error.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/__init__.py b/libbe/storage/__init__.py index 1bf4ae7..90e3b0d 100644 --- a/libbe/storage/__init__.py +++ b/libbe/storage/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/base.py b/libbe/storage/base.py index 6ab043d..ef42c98 100644 --- a/libbe/storage/base.py +++ b/libbe/storage/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/http.py b/libbe/storage/http.py index 9f9348e..4cf0f84 100644 --- a/libbe/storage/http.py +++ b/libbe/storage/http.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010 W. Trevor King +# Copyright (C) 2010-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/util/config.py b/libbe/storage/util/config.py index 664215c..8a3d7c8 100644 --- a/libbe/storage/util/config.py +++ b/libbe/storage/util/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # W. Trevor King # diff --git a/libbe/storage/util/mapfile.py b/libbe/storage/util/mapfile.py index 73c98d8..9eca586 100644 --- a/libbe/storage/util/mapfile.py +++ b/libbe/storage/util/mapfile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # W. Trevor King # diff --git a/libbe/storage/util/properties.py b/libbe/storage/util/properties.py index ba78032..152f5cc 100644 --- a/libbe/storage/util/properties.py +++ b/libbe/storage/util/properties.py @@ -1,5 +1,5 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/util/settings_object.py b/libbe/storage/util/settings_object.py index 47a85b1..2026906 100644 --- a/libbe/storage/util/settings_object.py +++ b/libbe/storage/util/settings_object.py @@ -1,5 +1,5 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/util/upgrade.py b/libbe/storage/util/upgrade.py index 74d0240..45e3058 100644 --- a/libbe/storage/util/upgrade.py +++ b/libbe/storage/util/upgrade.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. 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 +# Copyright (C) 2009-2011 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 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 +# Copyright (C) 2005-2011 Aaron Bentley # Ben Finney # Gianluca Montecchi # James Rowe 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 +# Copyright (C) 2005-2011 Aaron Bentley # Alexander Belchenko # Ben Finney # Chris Ball 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 +# Copyright (C) 2005-2011 Aaron Bentley # Ben Finney # Gianluca Montecchi # Marien Zwart 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 +# Copyright (C) 2009-2011 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 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 +# Copyright (C) 2008-2011 Ben Finney # Chris Ball # Gianluca Montecchi # W. Trevor King 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 +# Copyright (C) 2005-2011 Aaron Bentley # Ben Finney # Gianluca Montecchi +# Marien Zwart # W. Trevor King # # 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 +# Copyright (C) 2010-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/ui/__init__.py b/libbe/ui/__init__.py index 4fabc55..227269c 100644 --- a/libbe/ui/__init__.py +++ b/libbe/ui/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py index 04c8a29..a82b2e1 100644 --- a/libbe/ui/command_line.py +++ b/libbe/ui/command_line.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/ui/util/__init__.py b/libbe/ui/util/__init__.py index 4fabc55..227269c 100644 --- a/libbe/ui/util/__init__.py +++ b/libbe/ui/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/ui/util/editor.py b/libbe/ui/util/editor.py index 3ef0a31..dcf73c8 100644 --- a/libbe/ui/util/editor.py +++ b/libbe/ui/util/editor.py @@ -1,5 +1,5 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/ui/util/pager.py b/libbe/ui/util/pager.py index c3436ad..d82dcef 100644 --- a/libbe/ui/util/pager.py +++ b/libbe/ui/util/pager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/ui/util/user.py b/libbe/ui/util/user.py index e63d9fa..35665e4 100644 --- a/libbe/ui/util/user.py +++ b/libbe/ui/util/user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/__init__.py b/libbe/util/__init__.py index ca63a9a..b9166f0 100644 --- a/libbe/util/__init__.py +++ b/libbe/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/encoding.py b/libbe/util/encoding.py index b74b647..5950bb9 100644 --- a/libbe/util/encoding.py +++ b/libbe/util/encoding.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/util/id.py b/libbe/util/id.py index 7b9554e..8d8c75c 100644 --- a/libbe/util/id.py +++ b/libbe/util/id.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/util/plugin.py b/libbe/util/plugin.py index f673f14..b6200fc 100644 --- a/libbe/util/plugin.py +++ b/libbe/util/plugin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # Marien Zwart # W. Trevor King diff --git a/libbe/util/subproc.py b/libbe/util/subproc.py index fcc0b6b..b10f84a 100644 --- a/libbe/util/subproc.py +++ b/libbe/util/subproc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/tree.py b/libbe/util/tree.py index af14300..f676b0b 100644 --- a/libbe/util/tree.py +++ b/libbe/util/tree.py @@ -1,5 +1,5 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008-2010 Gianluca Montecchi +# Copyright (C) 2008-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/libbe/util/utility.py b/libbe/util/utility.py index 92e1a0c..3f9a1b0 100644 --- a/libbe/util/utility.py +++ b/libbe/util/utility.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Gianluca Montecchi # W. Trevor King # diff --git a/libbe/version.py b/libbe/version.py index 3246c97..b695b13 100644 --- a/libbe/version.py +++ b/libbe/version.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. @@ -40,7 +40,7 @@ except ImportError, e: } # Manually set a version string (optional, defaults to bzr revision id) -#_VERSION = "1.2.3" +_VERSION = '1.0.0' def version(verbose=False): """ diff --git a/misc/xml/be-mail-to-xml b/misc/xml/be-mail-to-xml index 747ed5f..adaaf5e 100755 --- a/misc/xml/be-mail-to-xml +++ b/misc/xml/be-mail-to-xml @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/misc/xml/be-xml-to-mbox b/misc/xml/be-xml-to-mbox index c70f67e..d947d1c 100755 --- a/misc/xml/be-xml-to-mbox +++ b/misc/xml/be-xml-to-mbox @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2009-2010 Gianluca Montecchi +# Copyright (C) 2009-2011 Gianluca Montecchi # W. Trevor King # # This file is part of Bugs Everywhere. diff --git a/release.py b/release.py index 572df5a..7d6b150 100755 --- a/release.py +++ b/release.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # diff --git a/test.py b/test.py index 4d487eb..1e7d726 100644 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley +# Copyright (C) 2005-2011 Aaron Bentley # Marien Zwart # W. Trevor King # diff --git a/update_copyright.py b/update_copyright.py index 86b26b2..9e57c6e 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2009-2010 W. Trevor King +# Copyright (C) 2009-2011 W. Trevor King # # This file is part of Bugs Everywhere. # -- 2.26.2