[CalendarServer-changes] [2065] CalendarServer/trunk/twistedcaldav

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 11 16:58:43 PST 2007


Revision: 2065
          http://trac.macosforge.org/projects/calendarserver/changeset/2065
Author:   wsanchez at apple.com
Date:     2007-12-11 16:58:32 -0800 (Tue, 11 Dec 2007)

Log Message:
-----------
Get rid of DRI hooey

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/__init__.py
    CalendarServer/trunk/twistedcaldav/admin/__init__.py
    CalendarServer/trunk/twistedcaldav/admin/formatters.py
    CalendarServer/trunk/twistedcaldav/admin/logs.py
    CalendarServer/trunk/twistedcaldav/admin/options.py
    CalendarServer/trunk/twistedcaldav/admin/principals.py
    CalendarServer/trunk/twistedcaldav/admin/purge.py
    CalendarServer/trunk/twistedcaldav/admin/script.py
    CalendarServer/trunk/twistedcaldav/admin/stats.py
    CalendarServer/trunk/twistedcaldav/admin/util.py
    CalendarServer/trunk/twistedcaldav/authkerb.py
    CalendarServer/trunk/twistedcaldav/backup.py
    CalendarServer/trunk/twistedcaldav/caldavxml.py
    CalendarServer/trunk/twistedcaldav/cluster.py
    CalendarServer/trunk/twistedcaldav/config.py
    CalendarServer/trunk/twistedcaldav/customxml.py
    CalendarServer/trunk/twistedcaldav/dateops.py
    CalendarServer/trunk/twistedcaldav/directory/__init__.py
    CalendarServer/trunk/twistedcaldav/directory/aggregate.py
    CalendarServer/trunk/twistedcaldav/directory/apache.py
    CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py
    CalendarServer/trunk/twistedcaldav/directory/calendar.py
    CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
    CalendarServer/trunk/twistedcaldav/directory/digest.py
    CalendarServer/trunk/twistedcaldav/directory/directory.py
    CalendarServer/trunk/twistedcaldav/directory/idirectory.py
    CalendarServer/trunk/twistedcaldav/directory/principal.py
    CalendarServer/trunk/twistedcaldav/directory/resource.py
    CalendarServer/trunk/twistedcaldav/directory/sqldb.py
    CalendarServer/trunk/twistedcaldav/directory/sudo.py
    CalendarServer/trunk/twistedcaldav/directory/test/__init__.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_aggregate.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_apache.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_guidchange.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectory.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectoryrecords.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectoryschema.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_principal.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_sqldb.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_sudo.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_util.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_xmlfile.py
    CalendarServer/trunk/twistedcaldav/directory/test/util.py
    CalendarServer/trunk/twistedcaldav/directory/util.py
    CalendarServer/trunk/twistedcaldav/directory/xmlaccountsparser.py
    CalendarServer/trunk/twistedcaldav/directory/xmlfile.py
    CalendarServer/trunk/twistedcaldav/dropbox.py
    CalendarServer/trunk/twistedcaldav/extensions.py
    CalendarServer/trunk/twistedcaldav/ical.py
    CalendarServer/trunk/twistedcaldav/icaldav.py
    CalendarServer/trunk/twistedcaldav/index.py
    CalendarServer/trunk/twistedcaldav/instance.py
    CalendarServer/trunk/twistedcaldav/itip.py
    CalendarServer/trunk/twistedcaldav/logging.py
    CalendarServer/trunk/twistedcaldav/method/__init__.py
    CalendarServer/trunk/twistedcaldav/method/copymove.py
    CalendarServer/trunk/twistedcaldav/method/delete.py
    CalendarServer/trunk/twistedcaldav/method/mkcalendar.py
    CalendarServer/trunk/twistedcaldav/method/mkcol.py
    CalendarServer/trunk/twistedcaldav/method/put.py
    CalendarServer/trunk/twistedcaldav/method/put_common.py
    CalendarServer/trunk/twistedcaldav/method/report.py
    CalendarServer/trunk/twistedcaldav/method/report_calquery.py
    CalendarServer/trunk/twistedcaldav/method/report_common.py
    CalendarServer/trunk/twistedcaldav/method/report_freebusy.py
    CalendarServer/trunk/twistedcaldav/method/report_multiget.py
    CalendarServer/trunk/twistedcaldav/notifications.py
    CalendarServer/trunk/twistedcaldav/py/__init__.py
    CalendarServer/trunk/twistedcaldav/query/__init__.py
    CalendarServer/trunk/twistedcaldav/query/calendarquery.py
    CalendarServer/trunk/twistedcaldav/query/expression.py
    CalendarServer/trunk/twistedcaldav/query/sqlgenerator.py
    CalendarServer/trunk/twistedcaldav/resource.py
    CalendarServer/trunk/twistedcaldav/root.py
    CalendarServer/trunk/twistedcaldav/schedule.py
    CalendarServer/trunk/twistedcaldav/sql.py
    CalendarServer/trunk/twistedcaldav/static.py
    CalendarServer/trunk/twistedcaldav/tap.py
    CalendarServer/trunk/twistedcaldav/test/__init__.py
    CalendarServer/trunk/twistedcaldav/test/data/csv2ical.py
    CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py
    CalendarServer/trunk/twistedcaldav/test/data/makelargefbset.py
    CalendarServer/trunk/twistedcaldav/test/data/split_holidays.py
    CalendarServer/trunk/twistedcaldav/test/test_DAV.py
    CalendarServer/trunk/twistedcaldav/test/test_calendarquery.py
    CalendarServer/trunk/twistedcaldav/test/test_collectioncontents.py
    CalendarServer/trunk/twistedcaldav/test/test_config.py
    CalendarServer/trunk/twistedcaldav/test/test_freebusyquery.py
    CalendarServer/trunk/twistedcaldav/test/test_icalendar.py
    CalendarServer/trunk/twistedcaldav/test/test_index.py
    CalendarServer/trunk/twistedcaldav/test/test_kerberos.py
    CalendarServer/trunk/twistedcaldav/test/test_mkcalendar.py
    CalendarServer/trunk/twistedcaldav/test/test_multiget.py
    CalendarServer/trunk/twistedcaldav/test/test_options.py
    CalendarServer/trunk/twistedcaldav/test/test_props.py
    CalendarServer/trunk/twistedcaldav/test/test_root.py
    CalendarServer/trunk/twistedcaldav/test/test_sql.py
    CalendarServer/trunk/twistedcaldav/test/test_tap.py
    CalendarServer/trunk/twistedcaldav/test/test_xml.py
    CalendarServer/trunk/twistedcaldav/test/util.py
    CalendarServer/trunk/twistedcaldav/util.py

Modified: CalendarServer/trunk/twistedcaldav/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/__init__.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/__init__.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/admin/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/__init__.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/__init__.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,6 +12,4 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##

Modified: CalendarServer/trunk/twistedcaldav/admin/formatters.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/formatters.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/formatters.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import sys

Modified: CalendarServer/trunk/twistedcaldav/admin/logs.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/logs.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/logs.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 """
  Log Stats:

Modified: CalendarServer/trunk/twistedcaldav/admin/options.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/options.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/options.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 """ "pluggable" subcommands for the caladmin script

Modified: CalendarServer/trunk/twistedcaldav/admin/principals.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/principals.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/principals.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 """
     Account Stats: 

Modified: CalendarServer/trunk/twistedcaldav/admin/purge.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/purge.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/purge.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import datetime

Modified: CalendarServer/trunk/twistedcaldav/admin/script.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/script.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/script.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/admin/stats.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/stats.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/stats.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/admin/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/admin/util.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/admin/util.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import xattr

Modified: CalendarServer/trunk/twistedcaldav/authkerb.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/authkerb.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/authkerb.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -13,8 +13,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/backup.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/backup.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/backup.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/caldavxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/caldavxml.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/caldavxml.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/cluster.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/cluster.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/cluster.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/config.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/customxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/customxml.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/customxml.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/dateops.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/dateops.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/dateops.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/__init__.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/__init__.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/aggregate.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/aggregate.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/aggregate.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/apache.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/apache.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/apache.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/calendar.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendar.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/calendar.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/digest.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/digest.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/digest.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 from twistedcaldav.sql import AbstractSQLDatabase

Modified: CalendarServer/trunk/twistedcaldav/directory/directory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/directory.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/directory.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/idirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/idirectory.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/idirectory.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/resource.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/resource.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/resource.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/sqldb.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/sqldb.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/sqldb.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/sudo.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/sudo.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/sudo.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David reid, dreid at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/test/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/__init__.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/__init__.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,6 +12,4 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_aggregate.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_aggregate.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_aggregate.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 from twistedcaldav.directory.apache import BasicDirectoryService

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_apache.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_apache.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_apache.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_guidchange.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_guidchange.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_guidchange.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 from twistedcaldav.directory.principal import DirectoryPrincipalProvisioningResource
 from twistedcaldav.static import CalendarHomeProvisioningFile

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectory.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectory.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 try:

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectoryrecords.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectoryrecords.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectoryrecords.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import twisted.trial.unittest

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectoryschema.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectoryschema.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_opendirectoryschema.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 try:

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_principal.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_principal.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 #from twisted.web2 import responsecode

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_sqldb.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_sqldb.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_sqldb.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_sudo.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_sudo.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_sudo.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 import os
 

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_util.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_util.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 from twistedcaldav.directory.util import uuidFromName

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_xmlfile.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_xmlfile.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_xmlfile.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/directory/test/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/util.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/test/util.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import twisted.trial.unittest

Modified: CalendarServer/trunk/twistedcaldav/directory/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/util.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/util.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/directory/xmlaccountsparser.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/xmlaccountsparser.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/xmlaccountsparser.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 

Modified: CalendarServer/trunk/twistedcaldav/directory/xmlfile.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/xmlfile.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/directory/xmlfile.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/dropbox.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/dropbox.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/dropbox.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/extensions.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/extensions.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/extensions.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/ical.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/ical.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/ical.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/icaldav.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/icaldav.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/icaldav.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/index.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/index.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/index.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/instance.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/instance.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/instance.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/itip.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/itip.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/itip.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/logging.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/logging.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/logging.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/__init__.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/__init__.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/copymove.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/copymove.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/copymove.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/delete.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/delete.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/delete.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/mkcalendar.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/mkcalendar.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/mkcalendar.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/mkcol.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/mkcol.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/mkcol.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/put.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/put.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/put.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/put_common.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/put_common.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/put_common.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/report.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/report.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/report.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -19,8 +19,6 @@
 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/report_calquery.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/report_calquery.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/report_calquery.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/method/report_common.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/report_common.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/report_common.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 __all__ = [

Modified: CalendarServer/trunk/twistedcaldav/method/report_freebusy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/report_freebusy.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/report_freebusy.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """
@@ -87,4 +85,4 @@
 
     yield response
 
-report_urn_ietf_params_xml_ns_caldav_free_busy_query = deferredGenerator(report_urn_ietf_params_xml_ns_caldav_free_busy_query)
\ No newline at end of file
+report_urn_ietf_params_xml_ns_caldav_free_busy_query = deferredGenerator(report_urn_ietf_params_xml_ns_caldav_free_busy_query)

Modified: CalendarServer/trunk/twistedcaldav/method/report_multiget.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/report_multiget.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/method/report_multiget.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/notifications.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/notifications.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/notifications.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 

Modified: CalendarServer/trunk/twistedcaldav/py/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/py/__init__.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/py/__init__.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/query/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/query/__init__.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/query/__init__.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 __all__ = [

Modified: CalendarServer/trunk/twistedcaldav/query/calendarquery.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/query/calendarquery.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/query/calendarquery.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/query/expression.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/query/expression.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/query/expression.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/query/sqlgenerator.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/query/sqlgenerator.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/query/sqlgenerator.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/resource.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/resource.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/resource.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/root.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/root.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/root.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 from twisted.internet import defer

Modified: CalendarServer/trunk/twistedcaldav/schedule.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/schedule.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/schedule.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/sql.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/sql.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/sql.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/static.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/static.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/static.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 """

Modified: CalendarServer/trunk/twistedcaldav/tap.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/tap.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/tap.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/test/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/__init__.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/__init__.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,6 +12,4 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##

Modified: CalendarServer/trunk/twistedcaldav/test/data/csv2ical.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/data/csv2ical.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/data/csv2ical.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -14,8 +14,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 #

Modified: CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -14,8 +14,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 import getopt

Modified: CalendarServer/trunk/twistedcaldav/test/data/makelargefbset.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/data/makelargefbset.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/data/makelargefbset.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -14,8 +14,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 import getopt

Modified: CalendarServer/trunk/twistedcaldav/test/data/split_holidays.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/data/split_holidays.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/data/split_holidays.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -14,8 +14,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 #

Modified: CalendarServer/trunk/twistedcaldav/test/test_DAV.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_DAV.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_DAV.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 from twistedcaldav.static import CalDAVFile as MyResource

Modified: CalendarServer/trunk/twistedcaldav/test/test_calendarquery.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_calendarquery.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_calendarquery.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/test/test_collectioncontents.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_collectioncontents.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_collectioncontents.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/test/test_config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_config.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_config.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 from twisted.trial import unittest

Modified: CalendarServer/trunk/twistedcaldav/test/test_freebusyquery.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_freebusyquery.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_freebusyquery.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 from twistedcaldav.ical import Component

Modified: CalendarServer/trunk/twistedcaldav/test/test_icalendar.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_icalendar.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_icalendar.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/test/test_index.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_index.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_index.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 from twistedcaldav.index import Index

Modified: CalendarServer/trunk/twistedcaldav/test/test_kerberos.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_kerberos.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_kerberos.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 from twisted.cred.error import LoginFailed
 

Modified: CalendarServer/trunk/twistedcaldav/test/test_mkcalendar.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_mkcalendar.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_mkcalendar.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 from twisted.internet.defer import waitForDeferred
 from twisted.internet.defer import deferredGenerator

Modified: CalendarServer/trunk/twistedcaldav/test/test_multiget.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_multiget.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_multiget.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/test/test_options.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_options.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_options.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 from twisted.web2.iweb import IResponse

Modified: CalendarServer/trunk/twistedcaldav/test/test_props.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_props.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_props.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 from twisted.web2.stream import MemoryStream

Modified: CalendarServer/trunk/twistedcaldav/test/test_root.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_root.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_root.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/test/test_sql.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_sql.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_sql.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Cyrus Daboo, cdaboo at apple.com
 ##
 
 from twistedcaldav.sql import AbstractSQLDatabase

Modified: CalendarServer/trunk/twistedcaldav/test/test_tap.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_tap.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_tap.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/test/test_xml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_xml.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/test_xml.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import os

Modified: CalendarServer/trunk/twistedcaldav/test/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/util.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/test/util.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: Wilfredo Sanchez, wsanchez at apple.com
 ##
 
 import twisted.web2.dav.test.util

Modified: CalendarServer/trunk/twistedcaldav/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/util.py	2007-12-11 21:56:15 UTC (rev 2064)
+++ CalendarServer/trunk/twistedcaldav/util.py	2007-12-12 00:58:32 UTC (rev 2065)
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# DRI: David Reid, dreid at apple.com
 ##
 
 import sys

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20071211/132b1ee7/attachment-0001.html


More information about the calendarserver-changes mailing list