Ran the new update_copyright.py
authorW. Trevor King <wking@drexel.edu>
Thu, 19 Nov 2009 22:00:02 +0000 (17:00 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 19 Nov 2009 22:00:02 +0000 (17:00 -0500)
43 files changed:
AUTHORS
Makefile
be
becommands/assign.py
becommands/close.py
becommands/comment.py
becommands/depend.py
becommands/diff.py
becommands/help.py
becommands/init.py
becommands/list.py
becommands/merge.py
becommands/new.py
becommands/open.py
becommands/remove.py
becommands/set.py
becommands/severity.py
becommands/show.py
becommands/status.py
becommands/tag.py
doc/module.mk
interfaces/xml/be-xml-to-mbox
libbe/arch.py
libbe/beuuid.py
libbe/bug.py
libbe/bugdir.py
libbe/bzr.py
libbe/cmdutil.py
libbe/comment.py
libbe/config.py
libbe/darcs.py
libbe/diff.py
libbe/editor.py
libbe/encoding.py
libbe/git.py
libbe/hg.py
libbe/mapfile.py
libbe/plugin.py
libbe/properties.py
libbe/settings_object.py
libbe/tree.py
libbe/utility.py
libbe/vcs.py

diff --git a/AUTHORS b/AUTHORS
index 6b66315856530cf987538c8f926df65722f8c53d..5445afc8fff41244aa3291fc090051f5094859e6 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,7 @@
 Bugs Everywhere was written by:
 Aaron Bentley
-Alexander Belchenko
 Alex Miller
+Alexander Belchenko
 Ben Finney
 Chris Ball
 Gianluca Montecchi
index fe482c33b82f3653fc81579ad3739aa961031fa2..3599a023c3d8b4a1d5c8d0fd83920daeabcc501f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@
 #
 # Copyright (C) 2008-2009 Ben Finney <benf@cybersource.com.au>
 #                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
diff --git a/be b/be
index feacfb4e831d799c457400ca4abeb0c7d45e43d8..8fe7dcad2e15f25813cdf80ee9f4550c167d1026 100755 (executable)
--- a/be
+++ b/be
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
 #                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 794f0283a24fd8b2f447750ce1731b744911b51e..fbef28196108518250312563acc5edf4e2f3183d 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         W. Trevor King <wking@drexel.edu>
index 0532ed2de463d89e90f90119590ff6e3e525e507..2cdcb598f260eae1f5cbae49631ab7a87d58d9e9 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         W. Trevor King <wking@drexel.edu>
index 950a95a6ba7f967dbe73fdee8e5ef1f1daa56cf0..dad32ddca54fc33f98b69165801cd26c2f12d2b9 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
-#                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index f72b8ba4094837b5d55794f1b5490b6e23c94ad7..f52527e91d55b02032f6789d0013b833d8cbce2b 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009 Gianluca Montecchi <gian@grys.it>
+#                    W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index b6ac5b07c4f97c434d2635c7c23c8665ff0d07a0..e71da9b9ae13fa264d0289597708c5afeb8453b3 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index a8f346acf6d5481e4c0bb9194e327451d3b41b65..c12c56a2109032b465848ec7afb1458828a88829 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2006-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         W. Trevor King <wking@drexel.edu>
 #
index a6098ba191306c17a72fe59051ccd0e18596ba19..275dd77e809e338a3bb8f99263678f0c3c6e0955 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 12e1e29966199ba8372f39c0037cac8c23d956e7..14e387bc1c51669fac67cd1abba5fc5e826a3240 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
-#                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
 #                         W. Trevor King <wking@drexel.edu>
 #
index f212b01fab9fdb7e67973de64efe8e42f584f18d..bc184793f861742b1955533e24365f0c93891cac 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index a8ee2ec3ba36da7d7a5f72609f2a10000bd7ad9d..30a7d28ee848fda1eb5097bc584ee83e4b3221b7 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 0c6bf05b52a18674ce4e5ce127c2edb171abc416..c9e55a2639827fe90a94af91debe58f72589d91b 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         W. Trevor King <wking@drexel.edu>
index 8d850337a42323e5fe67941230565f3114c635f2..0e6136274fa37bcca5432d92055ebe4f04839dd3 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index f7e68d368bd303660786a2d59106daa6cf32b113..e5cab8d89f70859ecc1ed4b31b7a9163d0f6bb87 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
-#                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         W. Trevor King <wking@drexel.edu>
index 660586e1e2092a9b89e28baf77213e0e216f76d4..e987760bd961b5851eff5a97d7bcb832221d734a 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         W. Trevor King <wking@drexel.edu>
index 50bd6eb92cbaf0428066dcc66f7e98faf3fd7304..94e16bf3b34cc79c7b2cccc15f0c23ec8383e860 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
-#                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         Thomas Habets <thomas@habets.pp.se>
 #                         W. Trevor King <wking@drexel.edu>
index f3150031eed08e66c675e7545a565d8afa84d5b9..827c7ce10f7aceb42cfbc626aeeb9fa8c5b68646 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index ecd853feb2d4c6128501084fc3f548679847d307..31b43bac3dd3dcfca937b2cf2aa054a5286e2c2d 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009 Gianluca Montecchi <gian@grys.it>
+#                    W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 7791f48e951dc2975626733c192bcb3a213c4626..de33d6aa34a7ad689fb948d77cbe6121a7fa3dd5 100644 (file)
@@ -4,6 +4,7 @@
 # Part of Bugs Everywhere, a distributed bug tracking system.
 #
 # Copyright (C) 2008-2009 Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index c63044708ae7855080c344fe9b5970694261b1b6..7960d5672bf803064763154dc7ec20abd64b0371 100755 (executable)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
-# Copyright (C) 2009 Chris Ball <cjb@laptop.org>
-#                    W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 98c4eddeb05b763bb6dcba3e8d8d7bae19b01e7c..468755532fec24716c379cbd796878fb617c77d2 100644 (file)
@@ -1,5 +1,6 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
-#                         Ben Finney <ben+python@benfinney.id.au>
+#                         Ben Finney <benf@cybersource.com.au>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         James Rowe <jnrowe@ukfsn.org>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 490ed6243044ceb65e766dae31abae4a499619aa..260f3dc3f1a851347cef280fcc037aad0f18beab 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 6633ab74ed589e9ce23eaee608cb53328681d2b6..48f8358f5d3144afb4208fd0aeab0dbf5408d1e4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Chris Ball <cjb@laptop.org>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
 #                         Thomas Habets <thomas@habets.pp.se>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 532416315b394e60c6d17f5f2529831c026a5848..5b942d350e9d45887df43c14ca6bb75676c3b783 100644 (file)
@@ -1,6 +1,7 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
 #                         Alexander Belchenko <bialix@ukr.net>
 #                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 8e91d0c5d4a91eff8def008bc0462e01e1a0e9a2..2cf1cba19709055c791c8d02cbf74f0a619df0b5 100644 (file)
@@ -1,5 +1,6 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
-#                         Ben Finney <ben+python@benfinney.id.au>
+#                         Ben Finney <benf@cybersource.com.au>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 9b6414259750565523f98a6bfa5f5ae0b380a28a..f1c8acdc892a3cc1a2a3484d18ed23349aa6b193 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 17daf62d639a894e548d50b7e35eeb0434716022..5f67878f5fe40ad8f97e7458ae66d4aea77ce3df 100644 (file)
@@ -1,5 +1,5 @@
 # Bugs Everywhere, a distributed bugtracker
-# Copyright (C) 2008-2009 Chris Ball <cjb@laptop.org>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
 #                         Thomas Habets <thomas@habets.pp.se>
 #                         W. Trevor King <wking@drexel.edu>
 #
index fb5a0288fbd0b8a3faf491197e6e2000fd4ae662..4f3273133e8e6f729179786948834483832cae00 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 6bf011989096fec7d5db7b8e6422b276811399cb..059452ce6bceb2f58477b86147613dc5128db572 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009 Gianluca Montecchi <gian@grys.it>
+#                    W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 9253a23a99e819fd3030ac6f30bf09f21bba9f81..cce3b0fc3af1e717e83e256559f5d59958953bd4 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index ec410061fd79b384e4b83165c538966cf88b49dd..ed497a0e06a9a238d1c78e76a7b87aa082b79c3c 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere, a distributed bugtracker
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index fd513b56331aac3f898153c57da9c1396caddcca..b0a04cce53ec3b8af51ca5d36f982736be57a6a5 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere, a distributed bugtracker
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 781a2780da51f1dd655f9e5e419fa4308098da49..cb4436a0d908e683aa9e4cdcf04e39850967b8cc 100644 (file)
@@ -1,5 +1,6 @@
-# Copyright (C) 2008-2009 Ben Finney <ben+python@benfinney.id.au>
+# Copyright (C) 2008-2009 Ben Finney <benf@cybersource.com.au>
 #                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 40739b61d85183487e9a623d8c7fb6a08294952c..d7eb7967942515de7f88cb6c0c10fcc15c7f84e3 100644 (file)
@@ -1,5 +1,6 @@
 # Copyright (C) 2007-2009 Aaron Bentley and Panometrics, Inc.
-#                         Ben Finney <ben+python@benfinney.id.au>
+#                         Ben Finney <benf@cybersource.com.au>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index d0e16fe67d82aeff89f8929eeb63278bac75a755..062606b1d917a3c9373c3caee1a6d5d533c1ecd7 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index d593d69132b115e205b99da55ff5ed72a6f03b02..bd9bb65614c58cce3fe9cf597300b69e7ea3cc4b 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 09dd20e0417de099434d038f6ba254a2ba457323..54375b4b8d7c9d4e858690ac6068d63d5f3bd4cf 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere - a distributed bugtracker
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index ceea9d551e831b0b4d8b19719bcd7fad3ce75c42..7efda5bb9e5ca6b1eb76bcc6e786c4af78454ff4 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere - a distributed bugtracker
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 06d09e55f7a6073ae84292c7c141ca1553941fcc..1bfd803365cde2aebaf5b5eecf2953900c9496a3 100644 (file)
@@ -1,5 +1,6 @@
 # Bugs Everywhere, a distributed bugtracker
-# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+#                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 1e4351603c1d1a0bd3b9b94bc628bf46eefcba1d..4126913432b0118a5ee6e1e3d4f0eca708673aac 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index ba238584465278c2851275723c82251ff576491a..1ac5dd9898a3dc9e2de0ce32b955da71a9da25bf 100644 (file)
@@ -1,7 +1,8 @@
 # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
 #                         Alexander Belchenko <bialix@ukr.net>
-#                         Ben Finney <ben+python@benfinney.id.au>
+#                         Ben Finney <benf@cybersource.com.au>
 #                         Chris Ball <cjb@laptop.org>
+#                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify