aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-16 10:58:37 -0400
committerW. Trevor King <wking@tremily.us>2012-10-16 10:58:37 -0400
commite727e62511b4584d562f67e6688a461d82848269 (patch)
treece509078ca92fdcf2109225f25e33e6851cbe388 /libbe/storage
parente842072ab54d1fa39a06ce4443354895fa5915bf (diff)
downloadbugseverywhere-e727e62511b4584d562f67e6688a461d82848269.tar.gz
Ran update-copyright.py.
Diffstat (limited to 'libbe/storage')
-rw-r--r--libbe/storage/__init__.py2
-rw-r--r--libbe/storage/base.py2
-rw-r--r--libbe/storage/http.py2
-rw-r--r--libbe/storage/util/config.py2
-rw-r--r--libbe/storage/util/mapfile.py2
-rw-r--r--libbe/storage/util/properties.py2
-rw-r--r--libbe/storage/util/settings_object.py2
-rw-r--r--libbe/storage/util/upgrade.py2
-rw-r--r--libbe/storage/vcs/__init__.py2
-rw-r--r--libbe/storage/vcs/arch.py2
-rw-r--r--libbe/storage/vcs/base.py2
-rw-r--r--libbe/storage/vcs/bzr.py2
-rw-r--r--libbe/storage/vcs/darcs.py2
-rw-r--r--libbe/storage/vcs/git.py2
-rw-r--r--libbe/storage/vcs/hg.py2
-rw-r--r--libbe/storage/vcs/monotone.py2
16 files changed, 16 insertions, 16 deletions
diff --git a/libbe/storage/__init__.py b/libbe/storage/__init__.py
index 6189008..0ed609d 100644
--- a/libbe/storage/__init__.py
+++ b/libbe/storage/__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/storage/base.py b/libbe/storage/base.py
index 0c7ca10..8722590 100644
--- a/libbe/storage/base.py
+++ b/libbe/storage/base.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/storage/http.py b/libbe/storage/http.py
index b1a213f..825e9f2 100644
--- a/libbe/storage/http.py
+++ b/libbe/storage/http.py
@@ -1,5 +1,5 @@
# Copyright (C) 2010-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/storage/util/config.py b/libbe/storage/util/config.py
index a6d5719..771767f 100644
--- a/libbe/storage/util/config.py
+++ b/libbe/storage/util/config.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/storage/util/mapfile.py b/libbe/storage/util/mapfile.py
index c744130..d17f0d3 100644
--- a/libbe/storage/util/mapfile.py
+++ b/libbe/storage/util/mapfile.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/storage/util/properties.py b/libbe/storage/util/properties.py
index 29b9b39..fd10a48 100644
--- a/libbe/storage/util/properties.py
+++ b/libbe/storage/util/properties.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/storage/util/settings_object.py b/libbe/storage/util/settings_object.py
index d65ee2e..92b4d95 100644
--- a/libbe/storage/util/settings_object.py
+++ b/libbe/storage/util/settings_object.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/storage/util/upgrade.py b/libbe/storage/util/upgrade.py
index 66bf576..fdbc578 100644
--- a/libbe/storage/util/upgrade.py
+++ b/libbe/storage/util/upgrade.py
@@ -1,6 +1,6 @@
# Copyright (C) 2009-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/storage/vcs/__init__.py b/libbe/storage/vcs/__init__.py
index 28ab377..c6f17f0 100644
--- a/libbe/storage/vcs/__init__.py
+++ b/libbe/storage/vcs/__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/storage/vcs/arch.py b/libbe/storage/vcs/arch.py
index df8d7a4..117a121 100644
--- a/libbe/storage/vcs/arch.py
+++ b/libbe/storage/vcs/arch.py
@@ -3,7 +3,7 @@
# Chris Ball <cjb@laptop.org>
# Gianluca Montecchi <gian@grys.it>
# James Rowe <jnrowe@ukfsn.org>
-# W. Trevor King <wking@drexel.edu>
+# W. Trevor King <wking@tremily.us>
#
# This file is part of Bugs Everywhere.
#
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py
index 098b2d0..035c731 100644
--- a/libbe/storage/vcs/base.py
+++ b/libbe/storage/vcs/base.py
@@ -3,7 +3,7 @@
# Ben Finney <benf@cybersource.com.au>
# 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/storage/vcs/bzr.py b/libbe/storage/vcs/bzr.py
index 2a689dd..f449779 100644
--- a/libbe/storage/vcs/bzr.py
+++ b/libbe/storage/vcs/bzr.py
@@ -4,7 +4,7 @@
# Gianluca Montecchi <gian@grys.it>
# Marien Zwart <marien.zwart@gmail.com>
# Michel Alexandre Salim <salimma@fedoraproject.org>
-# W. Trevor King <wking@drexel.edu>
+# W. Trevor King <wking@tremily.us>
#
# This file is part of Bugs Everywhere.
#
diff --git a/libbe/storage/vcs/darcs.py b/libbe/storage/vcs/darcs.py
index 697e376..ad36cea 100644
--- a/libbe/storage/vcs/darcs.py
+++ b/libbe/storage/vcs/darcs.py
@@ -1,6 +1,6 @@
# Copyright (C) 2009-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/storage/vcs/git.py b/libbe/storage/vcs/git.py
index 20dff39..b3276d5 100644
--- a/libbe/storage/vcs/git.py
+++ b/libbe/storage/vcs/git.py
@@ -2,7 +2,7 @@
# Chris Ball <cjb@laptop.org>
# Gianluca Montecchi <gian@grys.it>
# Robert Lehmann <mail@robertlehmann.de>
-# W. Trevor King <wking@drexel.edu>
+# W. Trevor King <wking@tremily.us>
#
# This file is part of Bugs Everywhere.
#
diff --git a/libbe/storage/vcs/hg.py b/libbe/storage/vcs/hg.py
index 2f4469d..8ca31c3 100644
--- a/libbe/storage/vcs/hg.py
+++ b/libbe/storage/vcs/hg.py
@@ -4,7 +4,7 @@
# Gianluca Montecchi <gian@grys.it>
# Marien Zwart <marien.zwart@gmail.com>
# Phil Schumm <philschumm@gmail.com>
-# W. Trevor King <wking@drexel.edu>
+# W. Trevor King <wking@tremily.us>
#
# This file is part of Bugs Everywhere.
#
diff --git a/libbe/storage/vcs/monotone.py b/libbe/storage/vcs/monotone.py
index ca6d865..5dbc92b 100644
--- a/libbe/storage/vcs/monotone.py
+++ b/libbe/storage/vcs/monotone.py
@@ -1,5 +1,5 @@
# Copyright (C) 2010-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.
#