From 4d4283ecd654f1efb058cd7f7dba6be88b70ee92 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 1 Jan 2010 08:11:08 -0500 Subject: [PATCH] Updated copyright information --- Makefile | 2 +- be | 16 +++++++++++++++- doc/module.mk | 2 +- interfaces/email/interactive/be-handle-mail | 2 +- interfaces/email/interactive/send_pgp_mime.py | 2 +- libbe/__init__.py | 2 +- libbe/bug.py | 2 +- libbe/bugdir.py | 2 +- libbe/command/__init__.py | 2 +- libbe/command/assign.py | 2 +- libbe/command/base.py | 16 +++++++++++++++- libbe/command/comment.py | 2 +- libbe/command/commit.py | 2 +- libbe/command/depend.py | 4 ++-- libbe/command/diff.py | 2 +- libbe/command/due.py | 2 +- libbe/command/help.py | 2 +- libbe/command/html.py | 4 ++-- libbe/command/import_xml.py | 2 +- libbe/command/init.py | 2 +- libbe/command/list.py | 2 +- libbe/command/merge.py | 2 +- libbe/command/new.py | 2 +- libbe/command/remove.py | 2 +- libbe/command/set.py | 2 +- libbe/command/severity.py | 2 +- libbe/command/show.py | 2 +- libbe/command/status.py | 2 +- libbe/command/subscribe.py | 2 +- libbe/command/tag.py | 4 ++-- libbe/command/target.py | 2 +- libbe/command/util.py | 16 +++++++++++++++- libbe/comment.py | 2 +- libbe/diff.py | 2 +- libbe/error.py | 16 +++++++++++++++- libbe/storage/__init__.py | 16 +++++++++++++++- libbe/storage/base.py | 16 +++++++++++++++- libbe/storage/util/config.py | 2 +- libbe/storage/util/mapfile.py | 2 +- libbe/storage/util/properties.py | 2 +- libbe/storage/util/settings_object.py | 2 +- libbe/storage/util/upgrade.py | 2 +- libbe/storage/vcs/__init__.py | 16 +++++++++++++++- libbe/storage/vcs/arch.py | 2 +- libbe/storage/vcs/base.py | 2 +- libbe/storage/vcs/bzr.py | 2 +- libbe/storage/vcs/darcs.py | 4 ++-- libbe/storage/vcs/git.py | 2 +- libbe/storage/vcs/hg.py | 2 +- libbe/ui/__init__.py | 16 +++++++++++++++- libbe/ui/command_line.py | 2 +- libbe/ui/util/__init__.py | 16 +++++++++++++++- libbe/ui/util/editor.py | 2 +- libbe/ui/util/pager.py | 2 +- libbe/ui/util/user.py | 16 +++++++++++++++- libbe/util/__init__.py | 16 +++++++++++++++- libbe/util/encoding.py | 2 +- libbe/util/id.py | 2 +- libbe/util/plugin.py | 2 +- libbe/util/subproc.py | 2 +- libbe/util/tree.py | 2 +- libbe/util/utility.py | 2 +- libbe/version.py | 2 +- misc/xml/be-mbox-to-xml | 2 +- misc/xml/be-xml-to-mbox | 2 +- release.py | 2 +- test.py | 18 +++++++++++++++++- 67 files changed, 241 insertions(+), 71 deletions(-) diff --git a/Makefile b/Makefile index 3599a02..0388933 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Makefile # Part of Bugs Everywhere, a distributed bug tracking system. # -# Copyright (C) 2008-2009 Ben Finney +# Copyright (C) 2008-2010 Ben Finney # Chris Ball # Gianluca Montecchi # W. Trevor King diff --git a/be b/be index 5f7bd1b..8c7f41c 100755 --- a/be +++ b/be @@ -1,5 +1,19 @@ #!/usr/bin/env python -# Copyright +# Copyright (C) 2009-2010 W. Trevor King +# +# 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 +# Copyright (C) 2008-2010 Chris Ball # Gianluca Montecchi # W. Trevor King # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 # # 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # Thomas Habets # W. Trevor King # 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 # Chris Ball # Gianluca Montecchi 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 # # 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 # Marien Zwart # Thomas Gerigk 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 +# +# 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 # W. Trevor King # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 -# W. Trevor King +# Copyright (C) 2009-2010 Gianluca Montecchi +# W. Trevor King # # 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 # W. Trevor King # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 # Thomas Gerigk # W. Trevor King 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 -# W. Trevor King +# Copyright (C) 2009-2010 Gianluca Montecchi +# W. Trevor King # # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 # W. Trevor King # 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 # Oleg Romanyshyn # W. Trevor King 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 # W. Trevor King # 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 # Marien Zwart # Thomas Gerigk 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 # Marien Zwart # Thomas Gerigk 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 # Thomas Gerigk # Thomas Habets 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 -# W. Trevor King +# Copyright (C) 2009-2010 Gianluca Montecchi +# W. Trevor King # # 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 # Gianluca Montecchi # Marien Zwart 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 +# +# 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # Thomas Habets # W. Trevor King # 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 # W. Trevor King # 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 +# +# 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 +# +# 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 +# +# 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 # W. Trevor King # 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 # W. Trevor King # 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 +# +# 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 # Gianluca Montecchi # James Rowe 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 # Ben Finney # Chris Ball 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 # Gianluca Montecchi # Marien Zwart 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 -# W. Trevor King +# Copyright (C) 2009-2010 Gianluca Montecchi +# W. Trevor King # # 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 +# Copyright (C) 2008-2010 Ben Finney # Chris Ball # Gianluca Montecchi # W. Trevor King 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 # Gianluca Montecchi # W. Trevor King 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 +# +# 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 # Gianluca Montecchi # Oleg Romanyshyn 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 +# +# 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 +# +# 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 +# +# 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 # Marien Zwart # W. Trevor King 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 +# Copyright (C) 2008-2010 Gianluca Montecchi # W. Trevor King # # 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 # W. Trevor King # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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 +# Copyright (C) 2009-2010 W. Trevor King # # 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/release.py b/release.py index 2e75687..d038cce 100755 --- a/release.py +++ b/release.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2009 W. Trevor King +# Copyright (C) 2009-2010 W. Trevor King # # 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 f26aaa8..fc7e5d3 100644 --- a/test.py +++ b/test.py @@ -1,4 +1,20 @@ -# Copyright +# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc. +# Marien Zwart +# W. Trevor King +# +# 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) ...] -- 2.26.2