diff options
author | W. Trevor King <wking@drexel.edu> | 2010-01-01 08:11:08 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-01-01 08:11:08 -0500 |
commit | 4d4283ecd654f1efb058cd7f7dba6be88b70ee92 (patch) | |
tree | 37cf65f1c6bf7987371c8b4a96dadc11b8973c8b | |
parent | b0b5341c4045dd27cfbb3e2585cb2614ed9ad903 (diff) | |
download | bugseverywhere-4d4283ecd654f1efb058cd7f7dba6be88b70ee92.tar.gz |
Updated copyright information
67 files changed, 241 insertions, 71 deletions
@@ -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> @@ -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 diff --git a/doc/module.mk b/doc/module.mk index de33d6a..960f7c0 100644 --- a/doc/module.mk +++ b/doc/module.mk @@ -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> # diff --git a/interfaces/email/interactive/be-handle-mail b/interfaces/email/interactive/be-handle-mail index f8792f1..14ae6ac 100755 --- a/interfaces/email/interactive/be-handle-mail +++ b/interfaces/email/interactive/be-handle-mail @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2009 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/interfaces/email/interactive/send_pgp_mime.py b/interfaces/email/interactive/send_pgp_mime.py index c19483e..517b1f0 100644 --- a/interfaces/email/interactive/send_pgp_mime.py +++ b/interfaces/email/interactive/send_pgp_mime.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2009 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/libbe/__init__.py b/libbe/__init__.py index a646d76..23acfef 100644 --- a/libbe/__init__.py +++ b/libbe/__init__.py @@ -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 diff --git a/libbe/bug.py b/libbe/bug.py index 66ba579..7e9999e 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -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> # diff --git a/libbe/bugdir.py b/libbe/bugdir.py index 737dacf..951a4d5 100644 --- a/libbe/bugdir.py +++ b/libbe/bugdir.py @@ -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> diff --git a/libbe/command/__init__.py b/libbe/command/__init__.py index 8c92e6f..0c8d4ff 100644 --- a/libbe/command/__init__.py +++ b/libbe/command/__init__.py @@ -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 diff --git a/libbe/command/assign.py b/libbe/command/assign.py index b37b9fd..2430d23 100644 --- a/libbe/command/assign.py +++ b/libbe/command/assign.py @@ -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> diff --git a/libbe/command/base.py b/libbe/command/base.py index 2f0ccc6..6df04db 100644 --- a/libbe/command/base.py +++ b/libbe/command/base.py @@ -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 diff --git a/libbe/command/comment.py b/libbe/command/comment.py index 7b859a8..16b0e77 100644 --- a/libbe/command/comment.py +++ b/libbe/command/comment.py @@ -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> # diff --git a/libbe/command/commit.py b/libbe/command/commit.py index 4938c44..f4c275c 100644 --- a/libbe/command/commit.py +++ b/libbe/command/commit.py @@ -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 diff --git a/libbe/command/depend.py b/libbe/command/depend.py index 9068f3a..f87657b 100644 --- a/libbe/command/depend.py +++ b/libbe/command/depend.py @@ -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 diff --git a/libbe/command/diff.py b/libbe/command/diff.py index ebfe8fe..4db7c17 100644 --- a/libbe/command/diff.py +++ b/libbe/command/diff.py @@ -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> # diff --git a/libbe/command/due.py b/libbe/command/due.py index 2eb3194..4463455 100644 --- a/libbe/command/due.py +++ b/libbe/command/due.py @@ -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 diff --git a/libbe/command/help.py b/libbe/command/help.py index d509d31..8e66405 100644 --- a/libbe/command/help.py +++ b/libbe/command/help.py @@ -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> diff --git a/libbe/command/html.py b/libbe/command/html.py index 7fd753a..d0985cc 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -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 diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py index be22c82..0656154 100644 --- a/libbe/command/import_xml.py +++ b/libbe/command/import_xml.py @@ -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 diff --git a/libbe/command/init.py b/libbe/command/init.py index 2a78147..7fdbdae 100644 --- a/libbe/command/init.py +++ b/libbe/command/init.py @@ -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> # diff --git a/libbe/command/list.py b/libbe/command/list.py index 3442f42..8b5cb4e 100644 --- a/libbe/command/list.py +++ b/libbe/command/list.py @@ -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> diff --git a/libbe/command/merge.py b/libbe/command/merge.py index 0c34f69..2dff59c 100644 --- a/libbe/command/merge.py +++ b/libbe/command/merge.py @@ -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 diff --git a/libbe/command/new.py b/libbe/command/new.py index a470052..ac0659b 100644 --- a/libbe/command/new.py +++ b/libbe/command/new.py @@ -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> # diff --git a/libbe/command/remove.py b/libbe/command/remove.py index c6d481f..8d8e641 100644 --- a/libbe/command/remove.py +++ b/libbe/command/remove.py @@ -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 diff --git a/libbe/command/set.py b/libbe/command/set.py index 46a63b4..720dd0f 100644 --- a/libbe/command/set.py +++ b/libbe/command/set.py @@ -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> diff --git a/libbe/command/severity.py b/libbe/command/severity.py index 3587325..27898f7 100644 --- a/libbe/command/severity.py +++ b/libbe/command/severity.py @@ -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> diff --git a/libbe/command/show.py b/libbe/command/show.py index 5ab6dc7..e102391 100644 --- a/libbe/command/show.py +++ b/libbe/command/show.py @@ -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> diff --git a/libbe/command/status.py b/libbe/command/status.py index 57a44aa..1659f75 100644 --- a/libbe/command/status.py +++ b/libbe/command/status.py @@ -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 diff --git a/libbe/command/subscribe.py b/libbe/command/subscribe.py index 78d6fe0..bd36639 100644 --- a/libbe/command/subscribe.py +++ b/libbe/command/subscribe.py @@ -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 diff --git a/libbe/command/tag.py b/libbe/command/tag.py index 87589c0..f4dc3ba 100644 --- a/libbe/command/tag.py +++ b/libbe/command/tag.py @@ -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 diff --git a/libbe/command/target.py b/libbe/command/target.py index 9f8feae..0161772 100644 --- a/libbe/command/target.py +++ b/libbe/command/target.py @@ -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> diff --git a/libbe/command/util.py b/libbe/command/util.py index a5398cf..c9618ad 100644 --- a/libbe/command/util.py +++ b/libbe/command/util.py @@ -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 diff --git a/libbe/comment.py b/libbe/comment.py index fab1f54..b80188b 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -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> # diff --git a/libbe/diff.py b/libbe/diff.py index f82dbfa..b325c5d 100644 --- a/libbe/diff.py +++ b/libbe/diff.py @@ -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> # diff --git a/libbe/error.py b/libbe/error.py index fa5678d..798136e 100644 --- a/libbe/error.py +++ b/libbe/error.py @@ -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. diff --git a/libbe/storage/__init__.py b/libbe/storage/__init__.py index e99f799..7abe791 100644 --- a/libbe/storage/__init__.py +++ b/libbe/storage/__init__.py @@ -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 diff --git a/libbe/storage/base.py b/libbe/storage/base.py index 1c711fa..d85627f 100644 --- a/libbe/storage/base.py +++ b/libbe/storage/base.py @@ -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. diff --git a/libbe/storage/util/config.py b/libbe/storage/util/config.py index 9f95d14..8526724 100644 --- a/libbe/storage/util/config.py +++ b/libbe/storage/util/config.py @@ -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> # diff --git a/libbe/storage/util/mapfile.py b/libbe/storage/util/mapfile.py index 35ae1a0..0b8af23 100644 --- a/libbe/storage/util/mapfile.py +++ b/libbe/storage/util/mapfile.py @@ -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> # diff --git a/libbe/storage/util/properties.py b/libbe/storage/util/properties.py index ddd7b25..f48cfa0 100644 --- a/libbe/storage/util/properties.py +++ b/libbe/storage/util/properties.py @@ -1,5 +1,5 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008-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 diff --git a/libbe/storage/util/settings_object.py b/libbe/storage/util/settings_object.py index 8b86829..9f2b7af 100644 --- a/libbe/storage/util/settings_object.py +++ b/libbe/storage/util/settings_object.py @@ -1,5 +1,5 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008-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 diff --git a/libbe/storage/util/upgrade.py b/libbe/storage/util/upgrade.py index 20ef1e4..f3c4912 100644 --- a/libbe/storage/util/upgrade.py +++ b/libbe/storage/util/upgrade.py @@ -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 diff --git a/libbe/storage/vcs/__init__.py b/libbe/storage/vcs/__init__.py index ddfb00a..777c723 100644 --- a/libbe/storage/vcs/__init__.py +++ b/libbe/storage/vcs/__init__.py @@ -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 diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py index f1b5b7b..f9ae32b 100644 --- a/libbe/storage/vcs/arch.py +++ b/libbe/storage/vcs/arch.py @@ -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> diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py index 99f43f3..39f5082 100644 --- a/libbe/storage/vcs/base.py +++ b/libbe/storage/vcs/base.py @@ -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> diff --git a/libbe/storage/vcs/bzr.py b/libbe/storage/vcs/bzr.py index 7335861..4d72fd0 100644 --- a/libbe/storage/vcs/bzr.py +++ b/libbe/storage/vcs/bzr.py @@ -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> diff --git a/libbe/storage/vcs/darcs.py b/libbe/storage/vcs/darcs.py index 6d47ea5..92dc1a7 100644 --- a/libbe/storage/vcs/darcs.py +++ b/libbe/storage/vcs/darcs.py @@ -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 diff --git a/libbe/storage/vcs/git.py b/libbe/storage/vcs/git.py index 2280665..5382c7e 100644 --- a/libbe/storage/vcs/git.py +++ b/libbe/storage/vcs/git.py @@ -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> diff --git a/libbe/storage/vcs/hg.py b/libbe/storage/vcs/hg.py index 11494a9..824f687 100644 --- a/libbe/storage/vcs/hg.py +++ b/libbe/storage/vcs/hg.py @@ -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> diff --git a/libbe/ui/__init__.py b/libbe/ui/__init__.py index b98f164..3b461a5 100644 --- a/libbe/ui/__init__.py +++ b/libbe/ui/__init__.py @@ -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. diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py index 7f74782..f57983f 100644 --- a/libbe/ui/command_line.py +++ b/libbe/ui/command_line.py @@ -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> diff --git a/libbe/ui/util/__init__.py b/libbe/ui/util/__init__.py index b98f164..3b461a5 100644 --- a/libbe/ui/util/__init__.py +++ b/libbe/ui/util/__init__.py @@ -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. diff --git a/libbe/ui/util/editor.py b/libbe/ui/util/editor.py index 1a10fa4..ce14365 100644 --- a/libbe/ui/util/editor.py +++ b/libbe/ui/util/editor.py @@ -1,5 +1,5 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008-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 diff --git a/libbe/ui/util/pager.py b/libbe/ui/util/pager.py index 1ddc3fa..88b58af 100644 --- a/libbe/ui/util/pager.py +++ b/libbe/ui/util/pager.py @@ -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 diff --git a/libbe/ui/util/user.py b/libbe/ui/util/user.py index d6af89b..98f16a6 100644 --- a/libbe/ui/util/user.py +++ b/libbe/ui/util/user.py @@ -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 diff --git a/libbe/util/__init__.py b/libbe/util/__init__.py index 5604c09..0f4850f 100644 --- a/libbe/util/__init__.py +++ b/libbe/util/__init__.py @@ -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. diff --git a/libbe/util/encoding.py b/libbe/util/encoding.py index 7706105..8eea438 100644 --- a/libbe/util/encoding.py +++ b/libbe/util/encoding.py @@ -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 diff --git a/libbe/util/id.py b/libbe/util/id.py index f229bef..3945b20 100644 --- a/libbe/util/id.py +++ b/libbe/util/id.py @@ -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 diff --git a/libbe/util/plugin.py b/libbe/util/plugin.py index 0326cda..e598c34 100644 --- a/libbe/util/plugin.py +++ b/libbe/util/plugin.py @@ -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> diff --git a/libbe/util/subproc.py b/libbe/util/subproc.py index 06716b3..6ca1e80 100644 --- a/libbe/util/subproc.py +++ b/libbe/util/subproc.py @@ -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 diff --git a/libbe/util/tree.py b/libbe/util/tree.py index 1daac44..04ce4b3 100644 --- a/libbe/util/tree.py +++ b/libbe/util/tree.py @@ -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 diff --git a/libbe/util/utility.py b/libbe/util/utility.py index 31d4c14..d42a4f9 100644 --- a/libbe/util/utility.py +++ b/libbe/util/utility.py @@ -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> # diff --git a/libbe/version.py b/libbe/version.py index ddff5a5..2792de4 100644 --- a/libbe/version.py +++ b/libbe/version.py @@ -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 diff --git a/misc/xml/be-mbox-to-xml b/misc/xml/be-mbox-to-xml index eda6d6e..1fc41e0 100755 --- a/misc/xml/be-mbox-to-xml +++ b/misc/xml/be-mbox-to-xml @@ -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 diff --git a/misc/xml/be-xml-to-mbox b/misc/xml/be-xml-to-mbox index ef7b714..34d0aa3 100755 --- a/misc/xml/be-xml-to-mbox +++ b/misc/xml/be-xml-to-mbox @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2009 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 @@ -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 @@ -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) ...] |