Updated copyright information
authorW. Trevor King <wking@drexel.edu>
Fri, 1 Jan 2010 13:11:08 +0000 (08:11 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 1 Jan 2010 13:11:08 +0000 (08:11 -0500)
67 files changed:
Makefile
be
doc/module.mk
interfaces/email/interactive/be-handle-mail
interfaces/email/interactive/send_pgp_mime.py
libbe/__init__.py
libbe/bug.py
libbe/bugdir.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/set.py
libbe/command/severity.py
libbe/command/show.py
libbe/command/status.py
libbe/command/subscribe.py
libbe/command/tag.py
libbe/command/target.py
libbe/command/util.py
libbe/comment.py
libbe/diff.py
libbe/error.py
libbe/storage/__init__.py
libbe/storage/base.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/base.py
libbe/storage/vcs/bzr.py
libbe/storage/vcs/darcs.py
libbe/storage/vcs/git.py
libbe/storage/vcs/hg.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-mbox-to-xml
misc/xml/be-xml-to-mbox
release.py
test.py

index 3599a023c3d8b4a1d5c8d0fd83920daeabcc501f..03889332adfab43b8abdff9b04574c97cde9b15e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Makefile
 # Part of Bugs Everywhere, a distributed bug tracking system.
 #
-# Copyright (C) 2008-2009 Ben Finney <benf@cybersource.com.au>
+# Copyright (C) 2008-2010 Ben Finney <benf@cybersource.com.au>
 #                         Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
diff --git a/be b/be
index 5f7bd1b15d37046546c97dae84a338a6893a278c..8c7f41c93e3827e8d411bab4e82b667f848fd7fb 100755 (executable)
--- a/be
+++ b/be
@@ -1,5 +1,19 @@
 #!/usr/bin/env python
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 import sys
 import libbe.ui.command_line
index de33d6aa34a7ad689fb948d77cbe6121a7fa3dd5..960f7c032bbf4dcdf7d953c667a6719d260ca376 100644 (file)
@@ -3,7 +3,7 @@
 # doc/module.mk
 # Part of Bugs Everywhere, a distributed bug tracking system.
 #
-# Copyright (C) 2008-2009 Chris Ball <cjb@laptop.org>
+# Copyright (C) 2008-2010 Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index f8792f1e787a8a68d4e15d51df28fe2dd70aee35..14ae6ac785ddeb0e01a96cd43124a8fdba1925c5 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 c19483ef157f609ae1178708f749cd8436b57c1e..517b1f0b1434aee8385f0fe64c60d2cc16deb173 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 a646d76297b0eb804a38b303179129c02c5256a3..23acfef52a6b329aa778419e79f657141add90af 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 66ba579511f5f881051508d785e6d42023e79275..7e9999eb5ca4abc90b3c7294f096e5b615562b61 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         Thomas Habets <thomas@habets.pp.se>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 737dacf2c1230c0cffbc1430a26781b598ec610b..951a4d5e169541e30b76714d1aeb2065d5b164c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Alexander Belchenko <bialix@ukr.net>
 #                         Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
index 8c92e6f948049c2f814a707fe8453a529949e9d0..0c8d4ffb6fce5a15d23b21e1ae6d3d36ea935b86 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index b37b9fdaecefa4aad8912984720bfc2a47e17470..2430d231c91865da990c35e19888c36b5478d9bb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         Thomas Gerigk <tgerigk@gmx.de>
index 2f0ccc6093afa8f406af37c6031e84c1fb0363a4..6df04dba94dfe12e23258ec91d05d62086357ec3 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 import codecs
 import optparse
index 7b859a83ef850aabf33082e04b8ddc0f21e09929..16b0e772302a19e9632318558bab196e8a5a3236 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 4938c444372c8f234cd36fd02bfe3d4b961e51f4..f4c275c660c3329e5a8c92069fd423b4cdb3c11f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 9068f3ae8303c5b9b27f1b22e40aed4cf6d8f2c2..f87657bf370c1d4bccb0f28759c2800cfa23a710 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright (C) 2009 Gianluca Montecchi <gian@grys.it>
-#                    W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 ebfe8fe3e58b85cea7ddaccdc816569d8d8c9800..4db7c1713f03b162204c3c1f2729078f0377e91a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 2eb319434932eb78d925405ea6c86fbb7c12ffa0..4463455e80de511dc36e0bc6edd465fdbc7003cf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 d509d31814f6f7806fe8792c8ddaca6b44006dea..8e66405ca2437558fc46e0dfeded659830aaa2fb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2006-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         W. Trevor King <wking@drexel.edu>
index 7fd753acda39b219500460b436631e8f75d9b5b3..d0985cc52e7a58c076efe92a23b082256040546a 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright (C) 2009 Gianluca Montecchi <gian@grys.it>
-#                    W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 be22c82033164a46653e2aa4a4711e1171299ebd..0656154ecf834ca0f6d36d294b035a9fcafcd87a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 2a78147ad01da9316b4fe155f96dfb66a2cbdb3f..7fdbdae428646db7f9b56fde9d7cdeff3eef35f3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 3442f424ebb2da813c1488bd37b0d314dadf1394..8b5cb4ee87fdc183cbffb9317389410044a4d817 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
 #                         W. Trevor King <wking@drexel.edu>
index 0c34f69c53069cd2706f8358993b0e2f882897f1..2dff59c3bb17acd9df6840809dfc2677832761a5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index a4700521bdba02d500ec10ab5a6d09aeb3b92fcd..ac0659bcd3b3260734099cdfba2f7d556a7c1d07 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index c6d481f7bd6c18f3cdd471d6876343359dc1f30f..8d8e6413438d7bc4ae774fe3a63f982e8ac25aee 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 46a63b4b5e038a51637d3f4db4305f2f257e7bc7..720dd0f8f9d75b65492950760355f9be0d82cac7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         Thomas Gerigk <tgerigk@gmx.de>
index 3587325974546bd27648baaea6e6754400335227..27898f76aa03ee6693c554ba302aad57aeca8594 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         Thomas Gerigk <tgerigk@gmx.de>
index 5ab6dc732feee382ec54e04e28bb75d8403d1d3d..e102391b6be892d4695a158c8c98d04f43054bae 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Thomas Gerigk <tgerigk@gmx.de>
 #                         Thomas Habets <thomas@habets.pp.se>
index 57a44aa98bf14edbc68450ae14e961c7a4a36e9b..1659f75edc8d7e7162a9c4974a410a49f3714a27 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 78d6fe0277ecea98454b0c5d3053e5ee7494b5a9..bd36639c15a42093573d7d0473f6af1e49c1a296 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 87589c042c3f91648bb3ea2407ce6f7eae204dfa..f4dc3bad5312c61f3587de191e2f1da9145b9826 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright (C) 2009 Gianluca Montecchi <gian@grys.it>
-#                    W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 9f8feae71b4b9ee81f0541d34a39851ba22f2bf6..0161772f075a8ef5db0b986d717a1a756108279c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
index a5398cf736c1c25e766d0cf731ccdfd01ab938d7..c9618ad161d204cf5e42d28583a262eeefe1240d 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 import glob
 import os.path
index fab1f546c49e8d2c6705523b5dcafe17a6d67dc1..b80188be9f7cf812dee84b15ece62a1fd1dafd68 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         Thomas Habets <thomas@habets.pp.se>
 #                         W. Trevor King <wking@drexel.edu>
 #
index f82dbfa76e816c360be5948a11dac2a48664b01a..b325c5dd88352f3cca53bca16f82409d9440c3d0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index fa5678df540c2f35368a42481628eba269f641fd..798136e7bc5388406d38f51f3dd410b952960d1d 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 """
 General error classes for Bugs-Everywhere.
index e99f799e08b6dd8868500d4da9d3ac34019c816d..7abe791836f20302c3b2845a40f86faca3567469 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 import base
 
index 1c711fa8143083323149f45a73f54e8e7076d712..d85627fdc86a9ed3955cf10ff9c1306e78e41239 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 """
 Abstract bug repository data storage to easily support multiple backends.
index 9f95d1424b20c12a73f6f599f8dae671e4233405..8526724295041c1a64322bb21f147c2f7ab2f277 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 35ae1a0635d87b41b6506842533f64c8982d8a22..0b8af23c2a206c7c496d8d3b5ea558905a5396f1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index ddd7b25c3b1772d55518f4e12936c4ca3c0f483e..f48cfa0f62d0922ce35c1891311b200e6290d098 100644 (file)
@@ -1,5 +1,5 @@
 # Bugs Everywhere - a distributed bugtracker
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 8b868290279be07393e9b7d8a6a8e1ada57b147e..9f2b7af9362907bdaeea36c67b9711f529db55eb 100644 (file)
@@ -1,5 +1,5 @@
 # Bugs Everywhere - a distributed bugtracker
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 20ef1e426a1ab6805d3425ea6bb7a90e0facc798..f3c49125741dd595ea41123f232b0369cb6a3641 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 ddfb00ad59e7e34b0bbcd64e20743698fca3c0d2..777c72365679443175765863f632b4689e9ddc8a 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 import base
 
index f1b5b7b3033a6c113a786c2441c376c33319abb3..f9ae32bc33bcf9fa20eb24b39e4cb36e9d913eba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Ben Finney <benf@cybersource.com.au>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         James Rowe <jnrowe@ukfsn.org>
index 99f43f3a40230bded839a55e054b6daacea24b5b..39f5082605f2afa9ec09c3fde96d3cf6ea1d529f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Alexander Belchenko <bialix@ukr.net>
 #                         Ben Finney <benf@cybersource.com.au>
 #                         Chris Ball <cjb@laptop.org>
index 73358617797dcab75c57256f0ec862ae507c8a56..4d72fd0d23d4eb0c61eb951f0d64264aa717777c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Ben Finney <benf@cybersource.com.au>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
index 6d47ea5739711fbae606ebd9a5953a0f8d646db0..92dc1a7dea6c2f514d4d061605315dc5be618d62 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright (C) 2009 Gianluca Montecchi <gian@grys.it>
-#                    W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 2280665c39cbc002d5f3e3bc8cd4fe79e5e9c2d0..5382c7e4c245f29ee5c7904211920d076f74b003 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Ben Finney <benf@cybersource.com.au>
+# Copyright (C) 2008-2010 Ben Finney <benf@cybersource.com.au>
 #                         Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
index 11494a94a91a547d21e9ab6b5639b8f07ce40e33..824f6877c45e7c7b316182602849f2cc50d9b9c2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2007-2010 Aaron Bentley and Panometrics, Inc.
 #                         Ben Finney <benf@cybersource.com.au>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
index b98f1648fbd537dcaaf3dc1283834dea4e906f4b..3b461a512ecf0dc24e3f03c3bf2bf1e9b8e63259 100644 (file)
@@ -1 +1,15 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
index 7f747829b82c5ba59dd3b935429db24f7e6c9d57..f57983f931970a68edf5ade7dc4f10705d5faa67 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Chris Ball <cjb@laptop.org>
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
index b98f1648fbd537dcaaf3dc1283834dea4e906f4b..3b461a512ecf0dc24e3f03c3bf2bf1e9b8e63259 100644 (file)
@@ -1 +1,15 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
index 1a10fa4b07afeb1c609865737e4db84d94343408..ce1436528d20872a07967e9ce28c892e159efece 100644 (file)
@@ -1,5 +1,5 @@
 # Bugs Everywhere, a distributed bugtracker
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 1ddc3fa3bcc9d6d362c5c9fa12b8e54bd07c3331..88b58af46c7b30aa4987284c26d581e2a9b7d05e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 d6af89b537def56ecf9de12cf95bfff8c6f255f1..98f16a6d66da8a24c69d4443687054415d3d84f5 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 """
 Tools for getting, setting, creating, and parsing the user's id.  For
index 5604c0910c37460ebc287341861d336ee17c6d6c..0f4850f8d64015f4dea2f479cecffb450a92f4e1 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2009-2010 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 """
 Miscellaneous utilities.
index 77061058970876db685a9a63f713d876d6bef93a..8eea438a05aa1847cc8cf6df71a854a41c41412b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index f229bef9b7f02d151d204cf434431f57a1c6f702..3945b207e4f331e392f8945298c32e456b572325 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 0326cda3089357aa11a1fd3f4be5fad64686f61c..e598c34e339cefb4e34a9907b1f9c6ffcb047984 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         Marien Zwart <marienz@gentoo.org>
 #                         W. Trevor King <wking@drexel.edu>
index 06716b30774b635c6aa766b848aa02458a4f764c..6ca1e808aa252972bcc2a58d02de6d3eeb21b66e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 1daac44560fa008deb55ea266f9ea795fa8f8a90..04ce4b340400a5a9dbd965300bbdb206046ad01b 100644 (file)
@@ -1,5 +1,5 @@
 # Bugs Everywhere, a distributed bugtracker
-# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it>
+# Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
 # This program is free software; you can redistribute it and/or modify
index 31d4c147ee9484485db489248156a2f2f1ed9cd1..d42a4f9fdde54d103b8c2fce4dd8b48073ed764a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
 #                         Gianluca Montecchi <gian@grys.it>
 #                         W. Trevor King <wking@drexel.edu>
 #
index ddff5a5d823faeb1a476cd5fd5c29f0961776589..2792de4583626933ba2bbdf9c050cb602ee39c55 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 eda6d6edaa4cacb9b9dea85089bf55f9e74f7699..1fc41e0fcb6eb0a3e4e9bfad7960ac2236fdfa65 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 ef7b714e72a0911d912dffed59d1c73b9b131786..34d0aa3d4adb706651ef81a378c2824d2fc14b90 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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 2e756874760e3d239a6b48e1972a10f021ae5058..d038ccef0554e51402aa57dcfd77d13cdb6f9c7b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2009-2010 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
diff --git a/test.py b/test.py
index f26aaa8a86bbc5c9495d4eec568c2769d4168be7..fc7e5d3ed84bd986317bec0b52d7286ef6779743 100644 (file)
--- a/test.py
+++ b/test.py
@@ -1,4 +1,20 @@
-# Copyright
+# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
+#                         Marien Zwart <marienz@gentoo.org>
+#                         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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 """Usage: python test.py [module(s) ...]