diff options
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/arch.py | 3 | ||||
-rw-r--r-- | libbe/beuuid.py | 3 | ||||
-rw-r--r-- | libbe/bug.py | 2 | ||||
-rw-r--r-- | libbe/bugdir.py | 1 | ||||
-rw-r--r-- | libbe/bzr.py | 3 | ||||
-rw-r--r-- | libbe/cmdutil.py | 1 | ||||
-rw-r--r-- | libbe/comment.py | 2 | ||||
-rw-r--r-- | libbe/config.py | 1 | ||||
-rw-r--r-- | libbe/darcs.py | 3 | ||||
-rw-r--r-- | libbe/diff.py | 1 | ||||
-rw-r--r-- | libbe/editor.py | 3 | ||||
-rw-r--r-- | libbe/encoding.py | 3 | ||||
-rw-r--r-- | libbe/git.py | 3 | ||||
-rw-r--r-- | libbe/hg.py | 3 | ||||
-rw-r--r-- | libbe/mapfile.py | 1 | ||||
-rw-r--r-- | libbe/plugin.py | 1 | ||||
-rw-r--r-- | libbe/properties.py | 3 | ||||
-rw-r--r-- | libbe/settings_object.py | 3 | ||||
-rw-r--r-- | libbe/tree.py | 3 | ||||
-rw-r--r-- | libbe/utility.py | 1 | ||||
-rw-r--r-- | libbe/vcs.py | 3 |
21 files changed, 33 insertions, 14 deletions
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+python@benfinney.id.au> +# Ben Finney <benf@cybersource.com.au> +# Gianluca Montecchi <gian@grys.it> # James Rowe <jnrowe@ukfsn.org> # W. Trevor King <wking@drexel.edu> # 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 <wking@drexel.edu> +# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it> +# W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by 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 <cjb@laptop.org> +# Copyright (C) 2008-2009 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 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 <bialix@ukr.net> # Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com> # W. Trevor King <wking@drexel.edu> # 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+python@benfinney.id.au> +# Ben Finney <benf@cybersource.com.au> +# Gianluca Montecchi <gian@grys.it> # Marien Zwart <marienz@gentoo.org> # W. Trevor King <wking@drexel.edu> # 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 <gian@grys.it> # Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com> # W. Trevor King <wking@drexel.edu> # 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 <cjb@laptop.org> +# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it> # Thomas Habets <thomas@habets.pp.se> # W. Trevor King <wking@drexel.edu> # 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 <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/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 <wking@drexel.edu> +# Copyright (C) 2009 Gianluca Montecchi <gian@grys.it> +# W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by 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 <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/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 <wking@drexel.edu> +# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it> +# W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by 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 <wking@drexel.edu> +# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it> +# W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by 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 <ben+python@benfinney.id.au> +# Copyright (C) 2008-2009 Ben Finney <benf@cybersource.com.au> # Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify 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+python@benfinney.id.au> +# Ben Finney <benf@cybersource.com.au> +# Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify 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 <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/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 <gian@grys.it> # Marien Zwart <marienz@gentoo.org> # W. Trevor King <wking@drexel.edu> # 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 <wking@drexel.edu> +# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it> +# W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by 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 <wking@drexel.edu> +# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it> +# W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by 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 <wking@drexel.edu> +# Copyright (C) 2008-2009 Gianluca Montecchi <gian@grys.it> +# W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by 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 <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/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 <bialix@ukr.net> -# Ben Finney <ben+python@benfinney.id.au> +# Ben Finney <benf@cybersource.com.au> # Chris Ball <cjb@laptop.org> +# Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This program is free software; you can redistribute it and/or modify |