From 4c6a1e6439293c7e584aef4fda0da1a3968fe7c9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 19 Nov 2009 17:00:02 -0500 Subject: [PATCH] Ran the new update_copyright.py --- AUTHORS | 2 +- Makefile | 1 + be | 1 + becommands/assign.py | 1 + becommands/close.py | 1 + becommands/comment.py | 2 +- becommands/depend.py | 3 ++- becommands/diff.py | 1 + becommands/help.py | 1 + becommands/init.py | 1 + becommands/list.py | 2 +- becommands/merge.py | 3 ++- becommands/new.py | 1 + becommands/open.py | 1 + becommands/remove.py | 3 ++- becommands/set.py | 2 +- becommands/severity.py | 1 + becommands/show.py | 2 +- becommands/status.py | 3 ++- becommands/tag.py | 3 ++- doc/module.mk | 1 + interfaces/xml/be-xml-to-mbox | 3 +-- libbe/arch.py | 3 ++- libbe/beuuid.py | 3 ++- libbe/bug.py | 2 +- libbe/bugdir.py | 1 + libbe/bzr.py | 3 ++- libbe/cmdutil.py | 1 + libbe/comment.py | 2 +- libbe/config.py | 1 + libbe/darcs.py | 3 ++- libbe/diff.py | 1 + libbe/editor.py | 3 ++- libbe/encoding.py | 3 ++- libbe/git.py | 3 ++- libbe/hg.py | 3 ++- libbe/mapfile.py | 1 + libbe/plugin.py | 1 + libbe/properties.py | 3 ++- libbe/settings_object.py | 3 ++- libbe/tree.py | 3 ++- libbe/utility.py | 1 + libbe/vcs.py | 3 ++- 43 files changed, 60 insertions(+), 26 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6b66315..5445afc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ Bugs Everywhere was written by: Aaron Bentley -Alexander Belchenko Alex Miller +Alexander Belchenko Ben Finney Chris Ball Gianluca Montecchi diff --git a/Makefile b/Makefile index fe482c3..3599a02 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ # # Copyright (C) 2008-2009 Ben Finney # Chris Ball +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/be b/be index feacfb4..8fe7dca 100755 --- a/be +++ b/be @@ -1,6 +1,7 @@ #!/usr/bin/env python # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. # Chris Ball +# Gianluca Montecchi # Oleg Romanyshyn # W. Trevor King # diff --git a/becommands/assign.py b/becommands/assign.py index 794f028..fbef281 100644 --- a/becommands/assign.py +++ b/becommands/assign.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # Marien Zwart # Thomas Gerigk # W. Trevor King diff --git a/becommands/close.py b/becommands/close.py index 0532ed2..2cdcb59 100644 --- a/becommands/close.py +++ b/becommands/close.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # Marien Zwart # Thomas Gerigk # W. Trevor King diff --git a/becommands/comment.py b/becommands/comment.py index 950a95a..dad32dd 100644 --- a/becommands/comment.py +++ b/becommands/comment.py @@ -1,5 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. -# Chris Ball +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/becommands/depend.py b/becommands/depend.py index f72b8ba..f52527e 100644 --- a/becommands/depend.py +++ b/becommands/depend.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009 W. Trevor King +# Copyright (C) 2009 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/becommands/diff.py b/becommands/diff.py index b6ac5b0..e71da9b 100644 --- a/becommands/diff.py +++ b/becommands/diff.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/becommands/help.py b/becommands/help.py index a8f346a..c12c56a 100644 --- a/becommands/help.py +++ b/becommands/help.py @@ -1,4 +1,5 @@ # Copyright (C) 2006-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # Thomas Gerigk # W. Trevor King # diff --git a/becommands/init.py b/becommands/init.py index a6098ba..275dd77 100644 --- a/becommands/init.py +++ b/becommands/init.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/becommands/list.py b/becommands/list.py index 12e1e29..14e387b 100644 --- a/becommands/list.py +++ b/becommands/list.py @@ -1,5 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. -# Chris Ball +# Gianluca Montecchi # Oleg Romanyshyn # W. Trevor King # diff --git a/becommands/merge.py b/becommands/merge.py index f212b01..bc18479 100644 --- a/becommands/merge.py +++ b/becommands/merge.py @@ -1,4 +1,5 @@ -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/becommands/new.py b/becommands/new.py index a8ee2ec..30a7d28 100644 --- a/becommands/new.py +++ b/becommands/new.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/becommands/open.py b/becommands/open.py index 0c6bf05..c9e55a2 100644 --- a/becommands/open.py +++ b/becommands/open.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # Marien Zwart # Thomas Gerigk # W. Trevor King diff --git a/becommands/remove.py b/becommands/remove.py index 8d85033..0e61362 100644 --- a/becommands/remove.py +++ b/becommands/remove.py @@ -1,4 +1,5 @@ -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/becommands/set.py b/becommands/set.py index f7e68d3..e5cab8d 100644 --- a/becommands/set.py +++ b/becommands/set.py @@ -1,5 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. -# Chris Ball +# Gianluca Montecchi # Marien Zwart # Thomas Gerigk # W. Trevor King diff --git a/becommands/severity.py b/becommands/severity.py index 660586e..e987760 100644 --- a/becommands/severity.py +++ b/becommands/severity.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # Marien Zwart # Thomas Gerigk # W. Trevor King diff --git a/becommands/show.py b/becommands/show.py index 50bd6eb..94e16bf 100644 --- a/becommands/show.py +++ b/becommands/show.py @@ -1,5 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. -# Chris Ball +# Gianluca Montecchi # Thomas Gerigk # Thomas Habets # W. Trevor King diff --git a/becommands/status.py b/becommands/status.py index f315003..827c7ce 100644 --- a/becommands/status.py +++ b/becommands/status.py @@ -1,4 +1,5 @@ -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/becommands/tag.py b/becommands/tag.py index ecd853f..31b43ba 100644 --- a/becommands/tag.py +++ b/becommands/tag.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009 W. Trevor King +# Copyright (C) 2009 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/doc/module.mk b/doc/module.mk index 7791f48..de33d6a 100644 --- a/doc/module.mk +++ b/doc/module.mk @@ -4,6 +4,7 @@ # Part of Bugs Everywhere, a distributed bug tracking system. # # Copyright (C) 2008-2009 Chris Ball +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/interfaces/xml/be-xml-to-mbox b/interfaces/xml/be-xml-to-mbox index c630447..7960d56 100755 --- a/interfaces/xml/be-xml-to-mbox +++ b/interfaces/xml/be-xml-to-mbox @@ -1,6 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2009 Chris Ball -# W. Trevor King +# Copyright (C) 2009 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/arch.py b/libbe/arch.py index 98c4edd..4687555 100644 --- a/libbe/arch.py +++ b/libbe/arch.py @@ -1,5 +1,6 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. -# Ben Finney +# Ben Finney +# Gianluca Montecchi # James Rowe # W. Trevor King # diff --git a/libbe/beuuid.py b/libbe/beuuid.py index 490ed62..260f3dc 100644 --- a/libbe/beuuid.py +++ b/libbe/beuuid.py @@ -1,4 +1,5 @@ -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/bug.py b/libbe/bug.py index 6633ab7..48f8358 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2009 Chris Ball +# Copyright (C) 2008-2009 Gianluca Montecchi # Thomas Habets # W. Trevor King # diff --git a/libbe/bugdir.py b/libbe/bugdir.py index 5324163..5b942d3 100644 --- a/libbe/bugdir.py +++ b/libbe/bugdir.py @@ -1,6 +1,7 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. # Alexander Belchenko # Chris Ball +# Gianluca Montecchi # Oleg Romanyshyn # W. Trevor King # diff --git a/libbe/bzr.py b/libbe/bzr.py index 8e91d0c..2cf1cba 100644 --- a/libbe/bzr.py +++ b/libbe/bzr.py @@ -1,5 +1,6 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. -# Ben Finney +# Ben Finney +# Gianluca Montecchi # Marien Zwart # W. Trevor King # diff --git a/libbe/cmdutil.py b/libbe/cmdutil.py index 9b64142..f1c8acd 100644 --- a/libbe/cmdutil.py +++ b/libbe/cmdutil.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # Oleg Romanyshyn # W. Trevor King # diff --git a/libbe/comment.py b/libbe/comment.py index 17daf62..5f67878 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -1,5 +1,5 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008-2009 Chris Ball +# Copyright (C) 2008-2009 Gianluca Montecchi # Thomas Habets # W. Trevor King # diff --git a/libbe/config.py b/libbe/config.py index fb5a028..4f32731 100644 --- a/libbe/config.py +++ b/libbe/config.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/darcs.py b/libbe/darcs.py index 6bf0119..059452c 100644 --- a/libbe/darcs.py +++ b/libbe/darcs.py @@ -1,4 +1,5 @@ -# Copyright (C) 2009 W. Trevor King +# Copyright (C) 2009 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/diff.py b/libbe/diff.py index 9253a23..cce3b0f 100644 --- a/libbe/diff.py +++ b/libbe/diff.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/editor.py b/libbe/editor.py index ec41006..ed497a0 100644 --- a/libbe/editor.py +++ b/libbe/editor.py @@ -1,5 +1,6 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/encoding.py b/libbe/encoding.py index fd513b5..b0a04cc 100644 --- a/libbe/encoding.py +++ b/libbe/encoding.py @@ -1,5 +1,6 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/git.py b/libbe/git.py index 781a278..cb4436a 100644 --- a/libbe/git.py +++ b/libbe/git.py @@ -1,5 +1,6 @@ -# Copyright (C) 2008-2009 Ben Finney +# Copyright (C) 2008-2009 Ben Finney # Chris Ball +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/hg.py b/libbe/hg.py index 40739b6..d7eb796 100644 --- a/libbe/hg.py +++ b/libbe/hg.py @@ -1,5 +1,6 @@ # Copyright (C) 2007-2009 Aaron Bentley and Panometrics, Inc. -# Ben Finney +# Ben Finney +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/mapfile.py b/libbe/mapfile.py index d0e16fe..062606b 100644 --- a/libbe/mapfile.py +++ b/libbe/mapfile.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/plugin.py b/libbe/plugin.py index d593d69..bd9bb65 100644 --- a/libbe/plugin.py +++ b/libbe/plugin.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # Marien Zwart # W. Trevor King # diff --git a/libbe/properties.py b/libbe/properties.py index 09dd20e..54375b4 100644 --- a/libbe/properties.py +++ b/libbe/properties.py @@ -1,5 +1,6 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/settings_object.py b/libbe/settings_object.py index ceea9d5..7efda5b 100644 --- a/libbe/settings_object.py +++ b/libbe/settings_object.py @@ -1,5 +1,6 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/tree.py b/libbe/tree.py index 06d09e5..1bfd803 100644 --- a/libbe/tree.py +++ b/libbe/tree.py @@ -1,5 +1,6 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008-2009 W. Trevor King +# Copyright (C) 2008-2009 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/utility.py b/libbe/utility.py index 1e43516..4126913 100644 --- a/libbe/utility.py +++ b/libbe/utility.py @@ -1,4 +1,5 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/vcs.py b/libbe/vcs.py index ba23858..1ac5dd9 100644 --- a/libbe/vcs.py +++ b/libbe/vcs.py @@ -1,7 +1,8 @@ # Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. # Alexander Belchenko -# Ben Finney +# Ben Finney # Chris Ball +# Gianluca Montecchi # W. Trevor King # # This program is free software; you can redistribute it and/or modify -- 2.26.2