Bumped to version 1.0.1 1.0.1
authorChris Ball <cjb@laptop.org>
Sat, 5 Mar 2011 17:32:46 +0000 (12:32 -0500)
committerChris Ball <cjb@laptop.org>
Sat, 5 Mar 2011 17:32:46 +0000 (12:32 -0500)
68 files changed:
Makefile
doc/generate-libbe-txt.py
interfaces/email/interactive/_mailfilterrc
interfaces/email/interactive/_procmailrc
interfaces/email/interactive/be-handle-mail
interfaces/email/interactive/send_pgp_mime.py
libbe/__init__.py
libbe/bug.py
libbe/command/__init__.py
libbe/command/assign.py
libbe/command/base.py
libbe/command/comment.py
libbe/command/commit.py
libbe/command/depend.py
libbe/command/diff.py
libbe/command/due.py
libbe/command/help.py
libbe/command/html.py
libbe/command/import_xml.py
libbe/command/init.py
libbe/command/list.py
libbe/command/merge.py
libbe/command/new.py
libbe/command/remove.py
libbe/command/serve.py
libbe/command/set.py
libbe/command/severity.py
libbe/command/show.py
libbe/command/status.py
libbe/command/subscribe.py
libbe/command/tag.py
libbe/command/util.py
libbe/comment.py
libbe/diff.py
libbe/error.py
libbe/storage/__init__.py
libbe/storage/base.py
libbe/storage/http.py
libbe/storage/util/config.py
libbe/storage/util/mapfile.py
libbe/storage/util/properties.py
libbe/storage/util/settings_object.py
libbe/storage/util/upgrade.py
libbe/storage/vcs/__init__.py
libbe/storage/vcs/arch.py
libbe/storage/vcs/bzr.py
libbe/storage/vcs/darcs.py
libbe/storage/vcs/hg.py
libbe/storage/vcs/monotone.py
libbe/ui/__init__.py
libbe/ui/command_line.py
libbe/ui/util/__init__.py
libbe/ui/util/editor.py
libbe/ui/util/pager.py
libbe/ui/util/user.py
libbe/util/__init__.py
libbe/util/encoding.py
libbe/util/id.py
libbe/util/plugin.py
libbe/util/subproc.py
libbe/util/tree.py
libbe/util/utility.py
libbe/version.py
misc/xml/be-mail-to-xml
misc/xml/be-xml-to-mbox
release.py
test.py
update_copyright.py

index f7937f870ca7b6c84fa0c00195a70002df40de21..b0214fd250c3242e657d6e638fc8eecae1a81d48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@
 #
 # Copyright (C) 2008-2011 Anton Batenev <abbat@abbat>
 #                         Ben Finney <benf@cybersource.com.au>
+#                         Chris Ball <cjb@laptop.org>
 #                         Eric Kow <eric.kow@gmail.com>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
index e352310aaa44132cfe2dfa2ac56dc4b30b8318dc..47484df968ebf0492ddb57b43c63449dccb926df 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/python
 #
-# 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.
 #
index e2ef53bee14dcd2ad9cf78bf59a77ce142ad2212..26f6709b24799d2cd4b790ae3e4a962d3b017bd0 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2010-2011 Gour <gour@gour-nitai.com>
+# Copyright (C) 2010-2011 Chris Ball <cjb@laptop.org>
+#                         Gour <gour@gour-nitai.com>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This file is part of Bugs Everywhere.
index 922e5755217721937326aad95933b6702679374b..e020cdc6eb6f4e6ca1d879ccc88851a063a56660 100644 (file)
@@ -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.
index 0933498ba7f9f926eafd9a179d1aae2beeccd81b..e20934a4bd56fa7012d734a254747bbee8a4532f 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 #
-# 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.
index 2e6c4871b6c6138903d564a99fd808afb8e27201..361123007c16107fd354dbf7ceae9d729ae11355 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/python
 #
-# 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.
index d5a8f2ea985d2df0dcde41ae0db8ddea18fa2773..c57fd098970622dee90f871341dab421fffa5e49 100644 (file)
@@ -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.
index 737d92d596fe88b661c92108c59ac398cd23f837..46a7a976ea2fb2bc6f21c39c0baa22127027fcf1 100644 (file)
@@ -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>
 #                         Thomas Habets <thomas@habets.pp.se>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 1cad09600c2d6a0253b21f7216b459ddbdc27937..886b6f46501ac087c12b83eac4762540b8e95c55 100644 (file)
@@ -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.
index ed03a8864dd50b5bc53b099eb9c698e9242ac8f6..3e6fcaad90a5a418cbeb1a65cd801d98749e5208 100644 (file)
@@ -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>
index 307be12be8d0a4ca4ae854c3335628f8fe5402d8..1c1988d8aa93e1746a5afb7dfdb0a4d2a779f3dc 100644 (file)
@@ -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.
 #
index f6949da1b1367a1313a807a9c2a7f5d63571fbbb..ba2bface7eb1184ff1c58e607d85be13f5025161 100644 (file)
@@ -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>
 #
index a2ed051cca4c7977eb5c97d1370f3917b321fb71..a450c4b6a7207a70afdd8524330fac1903ff3edd 100644 (file)
@@ -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.
index 39d80424b8138fbf2ded1c3710c27021aec7f37d..dde29eea138e929e55d4da829294f33bdf3f8398 100644 (file)
@@ -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.
index 08a7efba6701ac18a83e37eacf9447838c2040a5..a9cdd5064e5bf0ef6272161d95efda8777155a3d 100644 (file)
@@ -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>
 #
index e4fd0f14a839046d79c77a06b9fbc0ab697e5086..cf1500dd654c4f2cc9fd43399316ba4cbf5dff2e 100644 (file)
@@ -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.
 #
index e4825f0de8c58d731a01bb1ff50c68b0a494a59a..01eae5c71d9686d480ac3860413809bd05a70209 100644 (file)
@@ -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>
index 5b0f84cfdc4ec61ec428942a80539e48a7b87e2f..e6908439e6016b967b4c44c0518943d08ec4cfa5 100644 (file)
@@ -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>
 #
index bd253723373cd178ff4f2a4e12f265ff0df4a419..ee556517e15f9adbf690920b1f16a429332ede78 100644 (file)
@@ -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.
 #
index 92e07f9b151df273a390b3649b3b3901aa748387..378e5448f8dc4b8d8bca24778449837cc43fc97a 100644 (file)
@@ -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>
 #
index c3959970e2bd7409b56f92628e0bac2a8c4bd0ce..b9d6e86c8d435b8b281a13d60595eb794ed65ba4 100644 (file)
@@ -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>
index 7fd62bb2a6ebbdf293d3826fc16658b4f2b598c9..0f49de9338b9f6ba388cc410ed13d727c168f54a 100644 (file)
@@ -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.
index 7dfbed8f11ece9996ee57b8dc11207f0a4010887..19be84578bdce339a61388fad4e592d1d1761144 100644 (file)
@@ -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>
 #
index 1d4f2656d3d289170c3205c67d586790623732cd..095f1d3f7148e48725b028efa87607cdec551e31 100644 (file)
@@ -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>
index ba4b0d8526dea9776c3fd080894482db16e815f0..86096c8907c80f3cfe6c962af7a03657f103de1a 100644 (file)
@@ -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.
 #
index b3eb5835cc3d1547132dcc79e09e1249eafad143..17c82d5c2826a64dea952c74e37af988f40230dd 100644 (file)
@@ -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>
index a84efe84968be6a9db53a12efab2a5feae409aa5..cd7c2d8e22041c1c2661a09575162b335409bc76 100644 (file)
@@ -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>
index ea8619155b6a647496a815410a9536f575d4e04a..4f85c699748ed7a4d33525812f7862929618d728 100644 (file)
@@ -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>
index 2e470e4f942af9ec1e525bfa4c524c6239a7d848..a356a74758f9f894f5b235b406324fafc5ee89ac 100644 (file)
@@ -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>
index f49abb95c5574f91b11d08560cc8d032396e7b02..50f1e7ee7efa233c8269b516fbb1e4a0a195f3a7 100644 (file)
@@ -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.
index dea6e00978d79d4bed026a0ed6022b8a21d9961c..1da8fd94054eb5ca9c272f1144bb845923410472 100644 (file)
@@ -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.
index d8e049e3cb89a6f1b5291213501bb6b35ec0dc0e..4e5471d494e09f029955c5f77e5736c45ae3ecba 100644 (file)
@@ -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.
 #
index 6350e2c60acff4aaec14ae7fa845e6f24e7b35d3..3a9d73d724876679805b26695665a7f816b508d7 100644 (file)
@@ -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>
 #                         Thomas Habets <thomas@habets.pp.se>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 1802be4881ffc486ad822aedf4a3b879a26eec00..4c24073d891c4799ad17bcc937def561efe032ee 100644 (file)
@@ -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>
 #
index f385db0aeddd9b6cccfb03c1aca737569a1c4e9d..01081776cf3cef8e007b3c7882bc9fb6be073b53 100644 (file)
@@ -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.
 #
index 90e3b0dc857b867c1a3e852833521a0622f76934..46e5bf28e5da8c861dc27746fbd8f1069a55e056 100644 (file)
@@ -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.
 #
index ef42c98af3cd77b95341faa6c784f535770c8cb1..a9c1064c3b2bc340a74e95214f7f0d37b18c297e 100644 (file)
@@ -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.
 #
index 4cf0f8441b19347ff3c3b57e42a40ebe42e733b4..3a61509fefbb03f95938bdb8e73cae607d7d256b 100644 (file)
@@ -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.
 #
index 8a3d7c898d945303db1fddad1c2b3fda78048d4f..714d4e78f8f779adae905069e162fedfb492e68c 100644 (file)
@@ -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>
 #
index 9eca586d416c6be42ed25713b9c36c14dc6b3f1a..abea6c838dc75dc9ff4515c63ef85f25cd0b1052 100644 (file)
@@ -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>
 #
index 152f5cc7a714aa297de2341478fd47ed0e7305b6..9b0549a57d15927e28ee7a163492c44dc9c9d789 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere - a distributed bugtracker
-# 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.
index 202690648428fc2e783f63befadaa6a3b7919b17..7c02734abff3c0a1dab890f510c11b890aefdb10 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere - a distributed bugtracker
-# 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.
index 45e3058cf053287d4e503a11c3fecf2bacb195da..3a5aa1c44d4fab01d2a6685787d05dee48712435 100644 (file)
@@ -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.
index 47d92db69fabe662017430d047cd4b46058e7b24..1f7166df93e6d8f282fe2e270fade4add0d6c5b1 100644 (file)
@@ -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.
 #
index d12a91a7e58332e2892359d56583a4ecf34b3752..8ef7def26880f24be25fdd0a734d4821e06a38d9 100644 (file)
@@ -1,5 +1,6 @@
 # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com>
 #                         Ben Finney <benf@cybersource.com.au>
+#                         Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         James Rowe <jnrowe@ukfsn.org>
 #                         W. Trevor King <wking@drexel.edu>
index 9464d1db64412e5c2fe3958b4e4b4e0c904afa70..a3f623e39b705c7b65a4cc7054566b8751e342ae 100644 (file)
@@ -1,5 +1,6 @@
 # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com>
 #                         Ben Finney <benf@cybersource.com.au>
+#                         Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marien.zwart@gmail.com>
 #                         W. Trevor King <wking@drexel.edu>
index 4aa876649b05eec4cfa1b302eb114e1754e1867a..3bf8de7a7a238d76eefe1619ba865a665d3dd983 100644 (file)
@@ -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.
index d610352784b624d96c26d17c2f0c6d71bd9ef766..46812e9c9713c7fd844cdc74437ed4bc6e2f165c 100644 (file)
@@ -1,5 +1,6 @@
 # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com>
 #                         Ben Finney <benf@cybersource.com.au>
+#                         Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marien.zwart@gmail.com>
 #                         W. Trevor King <wking@drexel.edu>
index 65ecd913719dab6f6f1991854186e6d62f7aba47..a8db4e8bb2a38dbc56e7462167628eb5d91b1e20 100644 (file)
@@ -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.
 #
index 227269c150fa2ff09d213e9816fcdd30544132b4..45068b460ea36cb1eca91471505f007c1c553f87 100644 (file)
@@ -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.
 #
index a82b2e164845d1a366bb20ee76d9e6ff23aad2cc..3f23a22fd55830cf88c9378d098b745c07c15168 100644 (file)
@@ -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.
 #
index 227269c150fa2ff09d213e9816fcdd30544132b4..45068b460ea36cb1eca91471505f007c1c553f87 100644 (file)
@@ -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.
 #
index dcf73c816e17909c491bcec371e27aa1b7e25df7..206e9c4117bfa7eec768b613caf79c825c4ed5b1 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere, a distributed bugtracker
-# 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.
index d82dcef7b8c93f710af2e945c95e9e5cd86bf5d6..de3b3fc3279fe7c4dfffe8fd41bdd5f424fa5c70 100644 (file)
@@ -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.
 #
index 35665e4d366a39b6cc29b482a69e229d9f45735d..ec90f3b57f4ea4f85732e9c89befbf71e1b39c70 100644 (file)
@@ -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.
 #
index b9166f039387834a74456c6beb5eb9115e8caa7b..78f615f5a195e5597067f0cd68024bced8806dec 100644 (file)
@@ -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.
 #
index 5950bb9a2558797b72478f08fd211a5dcbe17972..254a099f5fc60c46595e863bf5978346d8f4d330 100644 (file)
@@ -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.
index 8d8c75c1d8e551a4dc3f25928a0e62733b73667b..89586120d0250265a16bd305978ca64f1569696a 100644 (file)
@@ -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.
index b6200fce180c734aa5ae032b3455475631e9d2f4..034b75094627bc85ea8704cc2791c9f9f0aba77c 100644 (file)
@@ -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>
 #                         W. Trevor King <wking@drexel.edu>
index b10f84ac8d7a57aa5c2b014c8ff06f53ac653511..bb60b4712f38e1fbeb00a9da7dfd221217e8b064 100644 (file)
@@ -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.
 #
index f676b0bf0f8de425426b7f994481001a52b58acb..6e2ffec8518fb8bc896e8cb7ecdeeecf37163626 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere, a distributed bugtracker
-# 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.
index 3f9a1b0c49fa97fa451477c92507b2939a10333e..78b0857620431ff8c257bf2b9adaaa787449b110 100644 (file)
@@ -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>
 #
index b695b136a1b75fee16110cc6a3ad5820a8fc27b2..29f4eed192c5958f000067ef02bb5f7af3a358bc 100644 (file)
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
-# 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.
index adaaf5e6e953cd22038d20d62b06be534fc2d377..6ac68b10837457e57b76cefe139357d151b83e0a 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
-# 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.
index d947d1c408101e214a1d20e2e0ea7f56c97966b0..a7aa916391ec889a2f846f1d7dd679ca87c087fc 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
-# 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.
index 7d6b150622508d6b78b9d670385213b5e71345f1..9e80599d6ea14b776e6a2a6e53446f493622f53b 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/python
 #
-# 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/test.py b/test.py
index 1e7d7260acb2b86cfff87618167252bcebc981f6..da033fc28560c9e6d0a287270d20f9a4703c8b3c 100644 (file)
--- a/test.py
+++ b/test.py
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com>
+#                         Chris Ball <cjb@laptop.org>
 #                         Marien Zwart <marien.zwart@gmail.com>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 9e57c6e71e9cd8c1e72cb7b8bcb309a4e8e9d4af..c4f606bfaab09faa677abc2c0082d9b64bcef770 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/python
 #
-# 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.
 #