diff options
author | Chris Ball <cjb@laptop.org> | 2011-03-05 12:32:46 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-03-05 12:32:46 -0500 |
commit | c1238598a97e99a3a61cb632f4b748e29d964f9e (patch) | |
tree | 21a6ad455b529ea90fa6e2652cdf2be524dcff84 /libbe/command | |
parent | 78de5e4a8024c039efa621d8cac77b59b6887936 (diff) | |
download | bugseverywhere-1.0.1.tar.gz |
Bumped to version 1.0.11.0.1
Diffstat (limited to 'libbe/command')
-rw-r--r-- | libbe/command/__init__.py | 1 | ||||
-rw-r--r-- | libbe/command/assign.py | 1 | ||||
-rw-r--r-- | libbe/command/base.py | 3 | ||||
-rw-r--r-- | libbe/command/comment.py | 1 | ||||
-rw-r--r-- | libbe/command/commit.py | 3 | ||||
-rw-r--r-- | libbe/command/depend.py | 3 | ||||
-rw-r--r-- | libbe/command/diff.py | 1 | ||||
-rw-r--r-- | libbe/command/due.py | 3 | ||||
-rw-r--r-- | libbe/command/help.py | 1 | ||||
-rw-r--r-- | libbe/command/html.py | 3 | ||||
-rw-r--r-- | libbe/command/import_xml.py | 3 | ||||
-rw-r--r-- | libbe/command/init.py | 1 | ||||
-rw-r--r-- | libbe/command/list.py | 1 | ||||
-rw-r--r-- | libbe/command/merge.py | 3 | ||||
-rw-r--r-- | libbe/command/new.py | 1 | ||||
-rw-r--r-- | libbe/command/remove.py | 1 | ||||
-rw-r--r-- | libbe/command/serve.py | 3 | ||||
-rw-r--r-- | libbe/command/set.py | 1 | ||||
-rw-r--r-- | libbe/command/severity.py | 1 | ||||
-rw-r--r-- | libbe/command/show.py | 1 | ||||
-rw-r--r-- | libbe/command/status.py | 1 | ||||
-rw-r--r-- | libbe/command/subscribe.py | 3 | ||||
-rw-r--r-- | libbe/command/tag.py | 3 | ||||
-rw-r--r-- | libbe/command/util.py | 3 |
24 files changed, 35 insertions, 11 deletions
diff --git a/libbe/command/__init__.py b/libbe/command/__init__.py index 1cad096..886b6f4 100644 --- a/libbe/command/__init__.py +++ b/libbe/command/__init__.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/command/assign.py b/libbe/command/assign.py index ed03a88..3e6fcaa 100644 --- a/libbe/command/assign.py +++ b/libbe/command/assign.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> # Thomas Gerigk <tgerigk@gmx.de> diff --git a/libbe/command/base.py b/libbe/command/base.py index 307be12..1c1988d 100644 --- a/libbe/command/base.py +++ b/libbe/command/base.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/comment.py b/libbe/command/comment.py index f6949da..ba2bfac 100644 --- a/libbe/command/comment.py +++ b/libbe/command/comment.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # diff --git a/libbe/command/commit.py b/libbe/command/commit.py index a2ed051..a450c4b 100644 --- a/libbe/command/commit.py +++ b/libbe/command/commit.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/command/depend.py b/libbe/command/depend.py index 39d8042..dde29ee 100644 --- a/libbe/command/depend.py +++ b/libbe/command/depend.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/command/diff.py b/libbe/command/diff.py index 08a7efb..a9cdd50 100644 --- a/libbe/command/diff.py +++ b/libbe/command/diff.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # diff --git a/libbe/command/due.py b/libbe/command/due.py index e4fd0f1..cf1500d 100644 --- a/libbe/command/due.py +++ b/libbe/command/due.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/help.py b/libbe/command/help.py index e4825f0..01eae5c 100644 --- a/libbe/command/help.py +++ b/libbe/command/help.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> # Thomas Gerigk <tgerigk@gmx.de> diff --git a/libbe/command/html.py b/libbe/command/html.py index 5b0f84c..e690843 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # Mathieu Clabaut <mathieu.clabaut@gmail.com> # W. Trevor King <wking@drexel.edu> # diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py index bd25372..ee55651 100644 --- a/libbe/command/import_xml.py +++ b/libbe/command/import_xml.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/init.py b/libbe/command/init.py index 92e07f9..378e544 100644 --- a/libbe/command/init.py +++ b/libbe/command/init.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # diff --git a/libbe/command/list.py b/libbe/command/list.py index c395997..b9d6e86 100644 --- a/libbe/command/list.py +++ b/libbe/command/list.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com> # W. Trevor King <wking@drexel.edu> diff --git a/libbe/command/merge.py b/libbe/command/merge.py index 7fd62bb..0f49de9 100644 --- a/libbe/command/merge.py +++ b/libbe/command/merge.py @@ -1,4 +1,5 @@ -# Copyright (C) 2008-2011 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2008-2011 Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/command/new.py b/libbe/command/new.py index 7dfbed8..19be845 100644 --- a/libbe/command/new.py +++ b/libbe/command/new.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # diff --git a/libbe/command/remove.py b/libbe/command/remove.py index 1d4f265..095f1d3 100644 --- a/libbe/command/remove.py +++ b/libbe/command/remove.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> # Thomas Gerigk <tgerigk@gmx.de> diff --git a/libbe/command/serve.py b/libbe/command/serve.py index ba4b0d8..86096c8 100644 --- a/libbe/command/serve.py +++ b/libbe/command/serve.py @@ -1,4 +1,5 @@ -# Copyright (C) 2010-2011 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2010-2011 Chris Ball <cjb@laptop.org> +# W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/command/set.py b/libbe/command/set.py index b3eb583..17c82d5 100644 --- a/libbe/command/set.py +++ b/libbe/command/set.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> # Thomas Gerigk <tgerigk@gmx.de> diff --git a/libbe/command/severity.py b/libbe/command/severity.py index a84efe8..cd7c2d8 100644 --- a/libbe/command/severity.py +++ b/libbe/command/severity.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> # Thomas Gerigk <tgerigk@gmx.de> diff --git a/libbe/command/show.py b/libbe/command/show.py index ea86191..4f85c69 100644 --- a/libbe/command/show.py +++ b/libbe/command/show.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Thomas Gerigk <tgerigk@gmx.de> # Thomas Habets <thomas@habets.pp.se> diff --git a/libbe/command/status.py b/libbe/command/status.py index 2e470e4..a356a74 100644 --- a/libbe/command/status.py +++ b/libbe/command/status.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> # Thomas Gerigk <tgerigk@gmx.de> diff --git a/libbe/command/subscribe.py b/libbe/command/subscribe.py index f49abb9..50f1e7e 100644 --- a/libbe/command/subscribe.py +++ b/libbe/command/subscribe.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/command/tag.py b/libbe/command/tag.py index dea6e00..1da8fd9 100644 --- a/libbe/command/tag.py +++ b/libbe/command/tag.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/command/util.py b/libbe/command/util.py index d8e049e..4e5471d 100644 --- a/libbe/command/util.py +++ b/libbe/command/util.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009-2011 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # |