diff options
author | Chris Ball <cjb@laptop.org> | 2011-01-08 20:40:32 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-01-08 20:40:32 -0500 |
commit | 0b33ffd2515cbc5d7f5998839338b84b72660386 (patch) | |
tree | 3b93e24abfafcda838d7256d09f4f3a6d3fc452d /libbe/storage | |
parent | 81373db51acdd5639500569668c9333bf1f098cd (diff) | |
download | bugseverywhere-0b33ffd2515cbc5d7f5998839338b84b72660386.tar.gz |
Bumped to version 1.0.01.0.0
Diffstat (limited to 'libbe/storage')
-rw-r--r-- | libbe/storage/__init__.py | 2 | ||||
-rw-r--r-- | libbe/storage/base.py | 2 | ||||
-rw-r--r-- | libbe/storage/http.py | 2 | ||||
-rw-r--r-- | libbe/storage/util/config.py | 2 | ||||
-rw-r--r-- | libbe/storage/util/mapfile.py | 2 | ||||
-rw-r--r-- | libbe/storage/util/properties.py | 2 | ||||
-rw-r--r-- | libbe/storage/util/settings_object.py | 2 | ||||
-rw-r--r-- | libbe/storage/util/upgrade.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/__init__.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/arch.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/base.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/bzr.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/darcs.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/git.py | 2 | ||||
-rw-r--r-- | libbe/storage/vcs/hg.py | 3 | ||||
-rw-r--r-- | libbe/storage/vcs/monotone.py | 2 |
16 files changed, 17 insertions, 16 deletions
diff --git a/libbe/storage/__init__.py b/libbe/storage/__init__.py index 1bf4ae7..90e3b0d 100644 --- a/libbe/storage/__init__.py +++ b/libbe/storage/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2011 W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/base.py b/libbe/storage/base.py index 6ab043d..ef42c98 100644 --- a/libbe/storage/base.py +++ b/libbe/storage/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2011 W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/http.py b/libbe/storage/http.py index 9f9348e..4cf0f84 100644 --- a/libbe/storage/http.py +++ b/libbe/storage/http.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2010-2011 W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/util/config.py b/libbe/storage/util/config.py index 664215c..8a3d7c8 100644 --- a/libbe/storage/util/config.py +++ b/libbe/storage/util/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # 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 73c98d8..9eca586 100644 --- a/libbe/storage/util/mapfile.py +++ b/libbe/storage/util/mapfile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # 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 ba78032..152f5cc 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-2010 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2008-2011 Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/util/settings_object.py b/libbe/storage/util/settings_object.py index 47a85b1..2026906 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-2010 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2008-2011 Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/util/upgrade.py b/libbe/storage/util/upgrade.py index 74d0240..45e3058 100644 --- a/libbe/storage/util/upgrade.py +++ b/libbe/storage/util/upgrade.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/vcs/__init__.py b/libbe/storage/vcs/__init__.py index 49b0ce3..47d92db 100644 --- a/libbe/storage/vcs/__init__.py +++ b/libbe/storage/vcs/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2011 W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py index 129e198..d12a91a 100644 --- a/libbe/storage/vcs/arch.py +++ b/libbe/storage/vcs/arch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # 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 11ce754..570af17 100644 --- a/libbe/storage/vcs/base.py +++ b/libbe/storage/vcs/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # 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 583a8f6..1862975 100644 --- a/libbe/storage/vcs/bzr.py +++ b/libbe/storage/vcs/bzr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # Ben Finney <benf@cybersource.com.au> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> diff --git a/libbe/storage/vcs/darcs.py b/libbe/storage/vcs/darcs.py index 29b25eb..4aa8766 100644 --- a/libbe/storage/vcs/darcs.py +++ b/libbe/storage/vcs/darcs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/vcs/git.py b/libbe/storage/vcs/git.py index a442c30..ba98fa8 100644 --- a/libbe/storage/vcs/git.py +++ b/libbe/storage/vcs/git.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2010 Ben Finney <benf@cybersource.com.au> +# Copyright (C) 2008-2011 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 7e2fa86..d610352 100644 --- a/libbe/storage/vcs/hg.py +++ b/libbe/storage/vcs/hg.py @@ -1,6 +1,7 @@ -# Copyright (C) 2007-2010 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> # Ben Finney <benf@cybersource.com.au> # Gianluca Montecchi <gian@grys.it> +# Marien Zwart <marien.zwart@gmail.com> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. diff --git a/libbe/storage/vcs/monotone.py b/libbe/storage/vcs/monotone.py index 1e15aa4..65ecd91 100644 --- a/libbe/storage/vcs/monotone.py +++ b/libbe/storage/vcs/monotone.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2010-2011 W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # |