diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-01 22:20:32 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-01 22:20:32 -0400 |
commit | 45741b5c4e507e80fe037d0a36e5487e795430e9 (patch) | |
tree | 21a26cc53a7c52c929ffecaaf056a7d3f56796a2 /libbe | |
parent | 86604581b9727af7dcaa58fb0809967300124d79 (diff) | |
download | bugseverywhere-45741b5c4e507e80fe037d0a36e5487e795430e9.tar.gz |
Updated copyright blurbs and AUTHORS and included script for future updates
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/arch.py | 5 | ||||
-rw-r--r-- | libbe/beuuid.py | 2 | ||||
-rw-r--r-- | libbe/bug.py | 4 | ||||
-rw-r--r-- | libbe/bugdir.py | 6 | ||||
-rw-r--r-- | libbe/bzr.py | 5 | ||||
-rw-r--r-- | libbe/cmdutil.py | 4 | ||||
-rw-r--r-- | libbe/comment.py | 4 | ||||
-rw-r--r-- | libbe/config.py | 3 | ||||
-rw-r--r-- | libbe/darcs.py | 3 | ||||
-rw-r--r-- | libbe/diff.py | 3 | ||||
-rw-r--r-- | libbe/editor.py | 2 | ||||
-rw-r--r-- | libbe/encoding.py | 2 | ||||
-rw-r--r-- | libbe/git.py | 4 | ||||
-rw-r--r-- | libbe/hg.py | 4 | ||||
-rw-r--r-- | libbe/mapfile.py | 3 | ||||
-rw-r--r-- | libbe/plugin.py | 4 | ||||
-rw-r--r-- | libbe/properties.py | 2 | ||||
-rw-r--r-- | libbe/rcs.py | 6 | ||||
-rw-r--r-- | libbe/settings_object.py | 2 | ||||
-rw-r--r-- | libbe/tree.py | 2 | ||||
-rw-r--r-- | libbe/utility.py | 3 |
21 files changed, 51 insertions, 22 deletions
diff --git a/libbe/arch.py b/libbe/arch.py index 441c5a9..3051b34 100644 --- a/libbe/arch.py +++ b/libbe/arch.py @@ -1,4 +1,7 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Ben Finney <ben+python@benfinney.id.au> +# James Rowe <jnrowe@ukfsn.org> +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/beuuid.py b/libbe/beuuid.py index e2435ea..de67cb7 100644 --- a/libbe/beuuid.py +++ b/libbe/beuuid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/bug.py b/libbe/bug.py index 3bd0566..dfa49f2 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -1,4 +1,6 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2008-2009 Chris Ball <cjb@laptop.org> +# Thomas Habets <thomas@habets.pp.se> +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/bugdir.py b/libbe/bugdir.py index 3ad5824..d4a39cb 100644 --- a/libbe/bugdir.py +++ b/libbe/bugdir.py @@ -1,4 +1,8 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Alexander Belchenko <bialix@ukr.net> +# Chris Ball <cjb@laptop.org> +# Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com> +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/bzr.py b/libbe/bzr.py index 21030e2..d73392a 100644 --- a/libbe/bzr.py +++ b/libbe/bzr.py @@ -1,4 +1,7 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Ben Finney <ben+python@benfinney.id.au> +# Marien Zwart <marienz@gentoo.org> +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/cmdutil.py b/libbe/cmdutil.py index 5873607..edc6442 100644 --- a/libbe/cmdutil.py +++ b/libbe/cmdutil.py @@ -1,4 +1,6 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com> +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/comment.py b/libbe/comment.py index 9fa4a30..9d4f744 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -1,5 +1,7 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2008-2009 Chris Ball <cjb@laptop.org> +# Thomas Habets <thomas@habets.pp.se> +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/config.py b/libbe/config.py index e696eeb..7f600a5 100644 --- a/libbe/config.py +++ b/libbe/config.py @@ -1,4 +1,5 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/darcs.py b/libbe/darcs.py index a3b52b6..0dd4b37 100644 --- a/libbe/darcs.py +++ b/libbe/darcs.py @@ -1,5 +1,4 @@ -# Copyright (C) 2007 Chris Ball <chris@printf.net>, -# 2009 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009 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 17d6c50..a349e14 100644 --- a/libbe/diff.py +++ b/libbe/diff.py @@ -1,4 +1,5 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/editor.py b/libbe/editor.py index 4a63e5c..6638ed9 100644 --- a/libbe/editor.py +++ b/libbe/editor.py @@ -1,5 +1,5 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/encoding.py b/libbe/encoding.py index 7f924eb..bdac98e 100644 --- a/libbe/encoding.py +++ b/libbe/encoding.py @@ -1,5 +1,5 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/git.py b/libbe/git.py index 8c25416..31bbe32 100644 --- a/libbe/git.py +++ b/libbe/git.py @@ -1,4 +1,6 @@ -# Copyright (C) 2007 Chris Ball <chris@printf.net> +# Copyright (C) 2008-2009 Ben Finney <ben+python@benfinney.id.au> +# Chris Ball <cjb@laptop.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 diff --git a/libbe/hg.py b/libbe/hg.py index 9b566b9..30b0470 100644 --- a/libbe/hg.py +++ b/libbe/hg.py @@ -1,4 +1,6 @@ -# Copyright (C) 2007 Steve Borho <steve@borho.org> +# Copyright (C) 2007-2009 Aaron Bentley and Panometrics, Inc. +# Ben Finney <ben+python@benfinney.id.au> +# 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/mapfile.py b/libbe/mapfile.py index 0272890..9ff2215 100644 --- a/libbe/mapfile.py +++ b/libbe/mapfile.py @@ -1,4 +1,5 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/plugin.py b/libbe/plugin.py index 0964fba..3c7c753 100644 --- a/libbe/plugin.py +++ b/libbe/plugin.py @@ -1,4 +1,6 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Marien Zwart <marienz@gentoo.org> +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/properties.py b/libbe/properties.py index 956ecc3..37204d6 100644 --- a/libbe/properties.py +++ b/libbe/properties.py @@ -1,5 +1,5 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2008-2009 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/rcs.py b/libbe/rcs.py index f19f00f..2c416f4 100644 --- a/libbe/rcs.py +++ b/libbe/rcs.py @@ -1,4 +1,8 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# Alexander Belchenko <bialix@ukr.net> +# Ben Finney <ben+python@benfinney.id.au> +# Chris Ball <cjb@laptop.org> +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify diff --git a/libbe/settings_object.py b/libbe/settings_object.py index 60fddb9..7326d1b 100644 --- a/libbe/settings_object.py +++ b/libbe/settings_object.py @@ -1,5 +1,5 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2008-2009 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 9e07ee3..54b927e 100644 --- a/libbe/tree.py +++ b/libbe/tree.py @@ -1,5 +1,5 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008 W. Trevor King +# Copyright (C) 2008-2009 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 30240a9..8a0f318 100644 --- a/libbe/utility.py +++ b/libbe/utility.py @@ -1,4 +1,5 @@ -# Copyright (C) 2005 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc. +# W. Trevor King <wking@drexel.edu> # <abentley@panoramicfeedback.com> # # This program is free software; you can redistribute it and/or modify |