summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exchange/commands.py2
-rw-r--r--exchange/wsgi.py2
-rw-r--r--util.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/exchange/commands.py b/exchange/commands.py
index f962342..b1169e2 100644
--- a/exchange/commands.py
+++ b/exchange/commands.py
@@ -3,7 +3,7 @@
3Exchange Commands 3Exchange Commands
4 4
5@author: Mike Crute (mcrute@gmail.com) 5@author: Mike Crute (mcrute@gmail.com)
6@organization: American Greetings Interactive 6@organization: SoftGroup Interactive, Inc.
7@date: November 10, 2008 7@date: November 10, 2008
8 8
9This is a set of classes that starts to define a set of classes for 9This is a set of classes that starts to define a set of classes for
diff --git a/exchange/wsgi.py b/exchange/wsgi.py
index bf2baf0..4a40bd6 100644
--- a/exchange/wsgi.py
+++ b/exchange/wsgi.py
@@ -3,7 +3,7 @@
3Calendar WSGI App 3Calendar WSGI App
4 4
5@author: Mike Crute (mcrute@ag.com) 5@author: Mike Crute (mcrute@ag.com)
6@organization: American Greetings Interactive 6@organization: SoftGroup Interactive, Inc.
7@date: February 15, 2010 7@date: February 15, 2010
8""" 8"""
9 9
diff --git a/util.py b/util.py
index 4596e8a..5b8ddeb 100644
--- a/util.py
+++ b/util.py
@@ -3,7 +3,7 @@
3Exchange Proxy Utility Functions 3Exchange Proxy Utility Functions
4 4
5@author: Mike Crute (mcrute@ag.com) 5@author: Mike Crute (mcrute@ag.com)
6@organization: American Greetings Interactive 6@organization: SoftGroup Interactive, Inc.
7@date: February 15, 2010 7@date: February 15, 2010
8""" 8"""
9 9