diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-16 10:58:37 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-16 10:58:37 -0400 |
commit | e727e62511b4584d562f67e6688a461d82848269 (patch) | |
tree | ce509078ca92fdcf2109225f25e33e6851cbe388 /libbe/util | |
parent | e842072ab54d1fa39a06ce4443354895fa5915bf (diff) | |
download | bugseverywhere-e727e62511b4584d562f67e6688a461d82848269.tar.gz |
Ran update-copyright.py.
Diffstat (limited to 'libbe/util')
-rw-r--r-- | libbe/util/__init__.py | 2 | ||||
-rw-r--r-- | libbe/util/encoding.py | 3 | ||||
-rw-r--r-- | libbe/util/http.py | 17 | ||||
-rw-r--r-- | libbe/util/id.py | 2 | ||||
-rw-r--r-- | libbe/util/plugin.py | 3 | ||||
-rw-r--r-- | libbe/util/subproc.py | 2 | ||||
-rw-r--r-- | libbe/util/tree.py | 2 | ||||
-rw-r--r-- | libbe/util/utility.py | 2 | ||||
-rw-r--r-- | libbe/util/wsgi.py | 18 |
9 files changed, 42 insertions, 9 deletions
diff --git a/libbe/util/__init__.py b/libbe/util/__init__.py index 926830d..4fcecfb 100644 --- a/libbe/util/__init__.py +++ b/libbe/util/__init__.py @@ -1,5 +1,5 @@ # Copyright (C) 2009-2012 Chris Ball <cjb@laptop.org> -# W. Trevor King <wking@drexel.edu> +# W. Trevor King <wking@tremily.us> # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/encoding.py b/libbe/util/encoding.py index a33678f..712a3fa 100644 --- a/libbe/util/encoding.py +++ b/libbe/util/encoding.py @@ -1,6 +1,7 @@ # Copyright (C) 2008-2012 Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> -# W. Trevor King <wking@drexel.edu> +# Niall Douglas (s_sourceforge@nedprod.com) <spam@spamtrap.com> +# W. Trevor King <wking@tremily.us> # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/http.py b/libbe/util/http.py index 8af97eb..b307092 100644 --- a/libbe/util/http.py +++ b/libbe/util/http.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King <wking@tremily.us> +# +# This file is part of Bugs Everywhere. +# +# Bugs Everywhere 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. +# +# Bugs Everywhere 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 +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. # For urllib2 information, see # urllib2, from urllib2 - The Missing Manual diff --git a/libbe/util/id.py b/libbe/util/id.py index e73640b..12f5e7b 100644 --- a/libbe/util/id.py +++ b/libbe/util/id.py @@ -1,6 +1,6 @@ # Copyright (C) 2008-2012 Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> -# W. Trevor King <wking@drexel.edu> +# W. Trevor King <wking@tremily.us> # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/plugin.py b/libbe/util/plugin.py index ca5686d..e3fd467 100644 --- a/libbe/util/plugin.py +++ b/libbe/util/plugin.py @@ -2,7 +2,8 @@ # Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> -# W. Trevor King <wking@drexel.edu> +# Niall Douglas (s_sourceforge@nedprod.com) <spam@spamtrap.com> +# W. Trevor King <wking@tremily.us> # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/subproc.py b/libbe/util/subproc.py index 0bda520..08980c9 100644 --- a/libbe/util/subproc.py +++ b/libbe/util/subproc.py @@ -1,5 +1,5 @@ # Copyright (C) 2009-2012 Chris Ball <cjb@laptop.org> -# W. Trevor King <wking@drexel.edu> +# W. Trevor King <wking@tremily.us> # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/tree.py b/libbe/util/tree.py index 89a86bf..163c09a 100644 --- a/libbe/util/tree.py +++ b/libbe/util/tree.py @@ -1,7 +1,7 @@ # Bugs Everywhere, a distributed bugtracker # Copyright (C) 2008-2012 Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> -# W. Trevor King <wking@drexel.edu> +# W. Trevor King <wking@tremily.us> # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/utility.py b/libbe/util/utility.py index 68782a1..e68d46b 100644 --- a/libbe/util/utility.py +++ b/libbe/util/utility.py @@ -1,7 +1,7 @@ # Copyright (C) 2005-2012 Aaron Bentley <abentley@panoramicfeedback.com> # Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> -# W. Trevor King <wking@drexel.edu> +# W. Trevor King <wking@tremily.us> # # This file is part of Bugs Everywhere. # diff --git a/libbe/util/wsgi.py b/libbe/util/wsgi.py index 136acc1..ebfffe3 100644 --- a/libbe/util/wsgi.py +++ b/libbe/util/wsgi.py @@ -1,4 +1,20 @@ -# Copyright +# Copyright (C) 2010-2012 Chris Ball <cjb@laptop.org> +# W. Trevor King <wking@tremily.us> +# +# This file is part of Bugs Everywhere. +# +# Bugs Everywhere 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. +# +# Bugs Everywhere 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 +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """Utilities for building WSGI commands. |