summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2009-04-26 13:41:44 -0400
committerMike Crute <mcrute@gmail.com>2009-04-26 13:41:44 -0400
commitecb1c615c9293c32dece1d116e16edc1288988ff (patch)
tree24f49ce0436e4b8e63c085e71349730fdb391b17
parent0e23789c050b1b763736a7b3df9f8536a139e63d (diff)
downloadcalendar_proxy-ecb1c615c9293c32dece1d116e16edc1288988ff.tar.bz2
calendar_proxy-ecb1c615c9293c32dece1d116e16edc1288988ff.tar.xz
calendar_proxy-ecb1c615c9293c32dece1d116e16edc1288988ff.zip
Removing revision tags from headers since they are pointless.
-rw-r--r--exchange/__init__.py1
-rw-r--r--exchange/authenticators.py1
-rw-r--r--exchange/commands.py1
-rw-r--r--exchange/timezones.py1
-rw-r--r--server.py1
5 files changed, 0 insertions, 5 deletions
diff --git a/exchange/__init__.py b/exchange/__init__.py
index e3d54e0..429946a 100644
--- a/exchange/__init__.py
+++ b/exchange/__init__.py
@@ -5,7 +5,6 @@ Exchange Server Handling Code
5@author: Mike Crute (mcrute@gmail.com) 5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc. 6@organization: SoftGroup Interactive, Inc.
7@date: April 26, 2009 7@date: April 26, 2009
8@version: $Rev$
9 8
10$Id$ 9$Id$
11""" 10"""
diff --git a/exchange/authenticators.py b/exchange/authenticators.py
index 33db4c7..12fb309 100644
--- a/exchange/authenticators.py
+++ b/exchange/authenticators.py
@@ -5,7 +5,6 @@ Exchange Server Authenticators
5@author: Mike Crute (mcrute@gmail.com) 5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc. 6@organization: SoftGroup Interactive, Inc.
7@date: April 26, 2009 7@date: April 26, 2009
8@version: $Rev$
9 8
10$Id$ 9$Id$
11""" 10"""
diff --git a/exchange/commands.py b/exchange/commands.py
index 855e1b5..89db579 100644
--- a/exchange/commands.py
+++ b/exchange/commands.py
@@ -4,7 +4,6 @@ Exchange Commands
4 4
5@author: Mike Crute (mcrute@gmail.com) 5@author: Mike Crute (mcrute@gmail.com)
6@date: November 10, 2008 6@date: November 10, 2008
7@version: $Revision$
8 7
9This is a set of classes that starts to define a set of classes for 8This is a set of classes that starts to define a set of classes for
10fetching data using Exchange's WebDAV API. This is still pretty 9fetching data using Exchange's WebDAV API. This is still pretty
diff --git a/exchange/timezones.py b/exchange/timezones.py
index 88e84b5..eefbe8e 100644
--- a/exchange/timezones.py
+++ b/exchange/timezones.py
@@ -5,7 +5,6 @@ Timezone Definitions
5@author: Mike Crute (mcrute@gmail.com) 5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc. 6@organization: SoftGroup Interactive, Inc.
7@date: April 26, 2009 7@date: April 26, 2009
8@version: $Rev$
9 8
10$Id$ 9$Id$
11""" 10"""
diff --git a/server.py b/server.py
index f4f671c..b05fdb5 100644
--- a/server.py
+++ b/server.py
@@ -5,7 +5,6 @@ Exchange Calendar Proxy Server
5@author: Mike Crute (mcrute@gmail.com) 5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc. 6@organization: SoftGroup Interactive, Inc.
7@date: April 26, 2009 7@date: April 26, 2009
8@version: $Rev$
9 8
10$Id$ 9$Id$
11""" 10"""