[CalendarServer-changes] [15416] CalDAVClientLibrary/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 7 07:23:30 PST 2016


Revision: 15416
          http://trac.calendarserver.org//changeset/15416
Author:   cdaboo at apple.com
Date:     2016-01-07 07:23:30 -0800 (Thu, 07 Jan 2016)
Log Message:
-----------
Copyright 2016 update

Modified Paths:
--------------
    CalDAVClientLibrary/trunk/caldavclientlibrary/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/addrecord.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/changepassword.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/command.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/listrecords.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/removerecord.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/directory.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/manage.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/record.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/recordtypes.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tags.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/test_directory.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/test_record.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/utils.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/baseshell.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/command.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/acl.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/addressbooks.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/attach.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/calendars.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/cat.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/cd.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/emptytrash.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/gettrash.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/help.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/history.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/import.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/logging.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkadbk.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkcal.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkdir.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mv.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/notifications.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/options.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/post.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/principal.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/props.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/proxies.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/put.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/query.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/quit.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/quota.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/recovertrash.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/rm.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/server.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/share.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/sync.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/user.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/whoami.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/shell.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/subshell.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/utils.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/account.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/addressbook.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/calendar.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/calendaruseraddress.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/clientsession.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/fullclient.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/httpshandler.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/principal.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/client/simple.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/caldavxml.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/csxml.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/headers.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/methods.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/makecalendar.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/multiget.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/query.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/test_makecalendar.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/test_multiget.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/invite.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/notifications.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/definitions/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/definitions/carddavxml.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/makeaddressbook.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/multiget.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/query.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/test_makeaddressbook.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/test_multiget.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/authenticator.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/basic.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/digest.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/gssapi.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/tests/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/tests/test_basic.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/headers.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/methods.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/statuscodes.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/requestresponse.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/session.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/test_requestresponse.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/test_util.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/util.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/tests/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/tests/test_url.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/url.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/utils/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/utils/xmlhelpers.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/ace.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/acl.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/copy.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/copymovebase.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/csxml.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/davxml.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/headers.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/methods.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/statuscodes.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/delete.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/get.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/getbase.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/head.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/lock.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/makecollection.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/move.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/multiresponseparser.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/options.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/post.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/principalmatch.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propall.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfind.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindbase.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindparser.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propnames.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/proppatch.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/put.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/report.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/requestresponse.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/session.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/synccollection.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_ace.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_acl.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_copy.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_delete.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_get.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_head.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_lock.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_move.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_options.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_principalmatch.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propfind.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propfindparser.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propnames.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_put.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_report.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_template.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_unlock.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/unlock.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/xmlresponseparser.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/ui/WebDAVBrowser.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/ui/__init__.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/ui/resource.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/ui/session.py
    CalDAVClientLibrary/trunk/html/caldavclientlibrary-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.addrecord-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.changepassword-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.command-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.listrecords-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.removerecord-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.directory-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.manage-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.record-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.recordtypes-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tags-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.test_directory-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.test_record-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.utils-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.baseshell-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.command-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.acl-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.cat-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.cd-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.help-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.history-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.import-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.logging-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.ls-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkadbk-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkcal-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkdir-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mv-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.principal-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.props-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.proxies-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.put-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.quit-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.quota-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.rm-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.server-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.user-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.whoami-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.shell-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.subshell-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.utils-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.account-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.calendar-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.calendaruseraddress-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.clientsession-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.fullclient-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.httpshandler-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.principal-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.simple-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.caldavxml-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.csxml-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.headers-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.methods-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.makecalendar-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.multiget-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests.test_makecalendar-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests.test_multiget-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.definitions-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.definitions.carddavxml-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.makeaddressbook-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.authenticator-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.basic-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.digest-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.gssapi-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.tests-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.tests.test_basic-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.data-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.file-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.string-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.headers-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.methods-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.statuscodes-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.requestresponse-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.session-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests.test_requestresponse-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests.test_util-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.util-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.tests-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.tests.test_url-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.url-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.utils-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.utils.xmlhelpers-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.ace-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.acl-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.copy-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.copymovebase-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.csxml-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.davxml-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.headers-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.methods-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.statuscodes-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.delete-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.get-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.getbase-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.head-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.lock-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.makecollection-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.move-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.multiresponseparser-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.options-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.post-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.principalmatch-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propall-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfind-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfindbase-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfindparser-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propnames-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.proppatch-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.put-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.report-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.requestresponse-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.session-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_ace-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_acl-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_copy-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_delete-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_get-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_head-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_lock-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_move-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_options-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_principalmatch-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propfind-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propfindparser-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propnames-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_put-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_report-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_template-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_unlock-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.unlock-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.xmlresponseparser-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.WebDAVBrowser-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.resource-pysrc.html
    CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.session-pysrc.html
    CalDAVClientLibrary/trunk/runadmin.py
    CalDAVClientLibrary/trunk/runshell.py
    CalDAVClientLibrary/trunk/setup.py

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/addrecord.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/addrecord.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/addrecord.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/changepassword.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/changepassword.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/changepassword.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/command.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/command.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/command.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/listrecords.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/listrecords.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/listrecords.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/removerecord.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/removerecord.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/commands/removerecord.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/directory.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/directory.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/directory.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/manage.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/manage.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/manage.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/record.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/record.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/record.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/recordtypes.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/recordtypes.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/recordtypes.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tags.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tags.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tags.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/test_directory.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/test_directory.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/test_directory.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/test_record.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/test_record.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/test_record.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/utils.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/utils.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/admin/xmlaccounts/tests/utils.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/baseshell.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/baseshell.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/baseshell.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 # #
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/command.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/command.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/command.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/acl.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/acl.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/acl.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/addressbooks.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/addressbooks.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/addressbooks.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/attach.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/attach.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/attach.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 # #
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/calendars.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/calendars.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/calendars.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/cat.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/cat.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/cat.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/cd.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/cd.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/cd.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/emptytrash.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/emptytrash.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/emptytrash.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/gettrash.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/gettrash.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/gettrash.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/help.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/help.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/help.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/history.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/history.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/history.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/import.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/import.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/import.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/logging.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/logging.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/logging.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkadbk.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkadbk.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkadbk.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkcal.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkcal.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkcal.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkdir.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkdir.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mkdir.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mv.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mv.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/mv.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/notifications.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/notifications.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/notifications.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/options.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/options.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/options.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2015 Apple Inc. All rights reserved.
+# Copyright (c) 2015-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/post.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/post.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/post.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/principal.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/principal.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/principal.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/props.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/props.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/props.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/proxies.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/proxies.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/proxies.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/put.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/put.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/put.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/query.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/query.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/query.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/quit.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/quit.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/quit.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/quota.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/quota.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/quota.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/recovertrash.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/recovertrash.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/recovertrash.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/rm.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/rm.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/rm.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/server.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/server.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/server.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/share.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/share.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/share.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/sync.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/sync.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/sync.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/user.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/user.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/user.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/whoami.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/whoami.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/whoami.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/shell.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/shell.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/shell.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/subshell.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/subshell.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/subshell.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/utils.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/utils.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/utils.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/account.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/account.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/account.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/addressbook.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/addressbook.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/addressbook.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/calendar.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/calendar.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/calendar.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/calendaruseraddress.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/calendaruseraddress.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/calendaruseraddress.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/clientsession.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/clientsession.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/clientsession.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 # #
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/fullclient.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/fullclient.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/fullclient.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/httpshandler.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/httpshandler.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/httpshandler.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/principal.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/principal.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/principal.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/client/simple.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/client/simple.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/client/simple.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/caldavxml.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/caldavxml.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/caldavxml.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/csxml.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/csxml.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/csxml.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/headers.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/headers.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/headers.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/methods.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/methods.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/definitions/methods.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/makecalendar.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/makecalendar.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/makecalendar.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/multiget.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/multiget.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/multiget.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/query.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/query.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/query.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/test_makecalendar.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/test_makecalendar.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/test_makecalendar.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/test_multiget.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/test_multiget.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/caldav/tests/test_multiget.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/invite.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/invite.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/invite.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/notifications.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/notifications.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/calendarserver/notifications.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/definitions/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/definitions/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/definitions/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/definitions/carddavxml.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/definitions/carddavxml.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/definitions/carddavxml.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/makeaddressbook.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/makeaddressbook.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/makeaddressbook.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/multiget.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/multiget.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/multiget.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/query.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/query.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/query.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/test_makeaddressbook.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/test_makeaddressbook.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/test_makeaddressbook.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/test_multiget.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/test_multiget.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/carddav/tests/test_multiget.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/authenticator.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/authenticator.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/authenticator.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/basic.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/basic.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/basic.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/digest.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/digest.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/digest.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/gssapi.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/gssapi.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/gssapi.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 # Copyright (c) 2008 Lime Nest LLC
 # Copyright (c) 2008 Lime Spot LLC
 # Copyright (c) 2009 Ramon Ziai

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/tests/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/tests/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/tests/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/tests/test_basic.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/tests/test_basic.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/authentication/tests/test_basic.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/headers.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/headers.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/headers.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/methods.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/methods.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/methods.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/statuscodes.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/statuscodes.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/definitions/statuscodes.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/requestresponse.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/requestresponse.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/requestresponse.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/session.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/session.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/session.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/test_requestresponse.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/test_requestresponse.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/test_requestresponse.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/test_util.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/test_util.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/tests/test_util.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/util.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/util.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/http/util.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/tests/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/tests/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/tests/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/tests/test_url.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/tests/test_url.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/tests/test_url.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/url.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/url.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/url.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/utils/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/utils/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/utils/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/utils/xmlhelpers.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/utils/xmlhelpers.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/utils/xmlhelpers.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/ace.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/ace.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/ace.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/acl.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/acl.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/acl.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/copy.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/copy.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/copy.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/copymovebase.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/copymovebase.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/copymovebase.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/csxml.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/csxml.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/csxml.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/davxml.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/davxml.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/davxml.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/headers.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/headers.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/headers.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/methods.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/methods.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/methods.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/statuscodes.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/statuscodes.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/statuscodes.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/delete.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/delete.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/delete.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/get.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/get.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/get.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/getbase.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/getbase.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/getbase.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/head.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/head.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/head.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/lock.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/lock.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/lock.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/makecollection.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/makecollection.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/makecollection.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/move.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/move.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/move.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/multiresponseparser.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/multiresponseparser.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/multiresponseparser.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/options.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/options.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/options.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/post.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/post.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/post.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/principalmatch.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/principalmatch.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/principalmatch.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propall.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propall.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propall.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfind.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfind.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfind.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindbase.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindbase.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindbase.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindparser.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindparser.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindparser.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propnames.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propnames.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propnames.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/proppatch.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/proppatch.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/proppatch.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/put.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/put.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/put.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/report.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/report.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/report.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/requestresponse.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/requestresponse.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/requestresponse.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/session.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/session.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/session.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/synccollection.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/synccollection.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/synccollection.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_ace.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_ace.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_ace.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_acl.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_acl.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_acl.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_copy.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_copy.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_copy.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_delete.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_delete.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_delete.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_get.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_get.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_get.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_head.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_head.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_head.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_lock.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_lock.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_lock.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_move.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_move.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_move.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_options.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_options.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_options.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_principalmatch.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_principalmatch.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_principalmatch.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propfind.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propfind.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propfind.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propfindparser.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propfindparser.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propfindparser.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propnames.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propnames.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_propnames.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_put.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_put.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_put.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_report.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_report.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_report.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_template.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_template.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_template.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_unlock.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_unlock.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/tests/test_unlock.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/unlock.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/unlock.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/unlock.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/xmlresponseparser.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/xmlresponseparser.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/xmlresponseparser.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/ui/WebDAVBrowser.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/ui/WebDAVBrowser.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/ui/WebDAVBrowser.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/ui/__init__.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/ui/__init__.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/ui/__init__.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/ui/resource.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/ui/resource.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/ui/resource.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/ui/session.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/ui/session.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/ui/session.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -56,7 +56,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary-module.html">Package caldavclientlibrary</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -57,7 +57,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin-module.html">Package caldavclientlibrary.admin</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts-module.html">Package caldavclientlibrary.admin.xmlaccounts</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.commands-module.html">Package caldavclientlibrary.admin.xmlaccounts.commands</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.addrecord-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.addrecord-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.addrecord-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.commands.addrecord-module.html">Module caldavclientlibrary.admin.xmlaccounts.commands.addrecord</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.changepassword-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.changepassword-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.changepassword-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.commands.changepassword-module.html">Module caldavclientlibrary.admin.xmlaccounts.commands.changepassword</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.command-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.command-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.command-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.commands.command-module.html">Module caldavclientlibrary.admin.xmlaccounts.commands.command</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.listrecords-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.listrecords-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.listrecords-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.commands.listrecords-module.html">Module caldavclientlibrary.admin.xmlaccounts.commands.listrecords</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.removerecord-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.removerecord-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.commands.removerecord-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.commands.removerecord-module.html">Module caldavclientlibrary.admin.xmlaccounts.commands.removerecord</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.directory-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.directory-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.directory-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.directory-module.html">Module caldavclientlibrary.admin.xmlaccounts.directory</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.manage-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.manage-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.manage-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.manage-module.html">Module caldavclientlibrary.admin.xmlaccounts.manage</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.record-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.record-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.record-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.record-module.html">Module caldavclientlibrary.admin.xmlaccounts.record</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.recordtypes-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.recordtypes-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.recordtypes-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.recordtypes-module.html">Module caldavclientlibrary.admin.xmlaccounts.recordtypes</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tags-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tags-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tags-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.tags-module.html">Module caldavclientlibrary.admin.xmlaccounts.tags</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.tests-module.html">Package caldavclientlibrary.admin.xmlaccounts.tests</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.test_directory-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.test_directory-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.test_directory-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.tests.test_directory-module.html">Module caldavclientlibrary.admin.xmlaccounts.tests.test_directory</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.test_record-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.test_record-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.test_record-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.tests.test_record-module.html">Module caldavclientlibrary.admin.xmlaccounts.tests.test_record</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.utils-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.utils-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.admin.xmlaccounts.tests.utils-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.admin.xmlaccounts.tests.utils-module.html">Module caldavclientlibrary.admin.xmlaccounts.tests.utils</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -57,7 +57,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser-module.html">Package caldavclientlibrary.browser</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.baseshell-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.baseshell-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.baseshell-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.baseshell-module.html">Module caldavclientlibrary.browser.baseshell</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.command-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.command-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.command-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.command-module.html">Module caldavclientlibrary.browser.command</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands-module.html">Package caldavclientlibrary.browser.commands</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.acl-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.acl-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.acl-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.acl-module.html">Module caldavclientlibrary.browser.commands.acl</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.cat-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.cat-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.cat-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.cat-module.html">Module caldavclientlibrary.browser.commands.cat</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.cd-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.cd-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.cd-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.cd-module.html">Module caldavclientlibrary.browser.commands.cd</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.help-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.help-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.help-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.help-module.html">Module caldavclientlibrary.browser.commands.help</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.history-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.history-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.history-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.history-module.html">Module caldavclientlibrary.browser.commands.history</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.import-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.import-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.import-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.import-module.html">Module caldavclientlibrary.browser.commands.import</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.logging-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.logging-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.logging-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.logging-module.html">Module caldavclientlibrary.browser.commands.logging</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.ls-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.ls-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.ls-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.ls-module.html">Module caldavclientlibrary.browser.commands.ls</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkadbk-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkadbk-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkadbk-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.mkadbk-module.html">Module caldavclientlibrary.browser.commands.mkadbk</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkcal-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkcal-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkcal-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.mkcal-module.html">Module caldavclientlibrary.browser.commands.mkcal</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkdir-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkdir-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mkdir-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.mkdir-module.html">Module caldavclientlibrary.browser.commands.mkdir</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mv-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mv-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.mv-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.mv-module.html">Module caldavclientlibrary.browser.commands.mv</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.principal-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.principal-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.principal-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.principal-module.html">Module caldavclientlibrary.browser.commands.principal</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.props-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.props-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.props-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.props-module.html">Module caldavclientlibrary.browser.commands.props</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.proxies-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.proxies-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.proxies-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.proxies-module.html">Module caldavclientlibrary.browser.commands.proxies</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.put-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.put-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.put-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.put-module.html">Module caldavclientlibrary.browser.commands.put</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.quit-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.quit-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.quit-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.quit-module.html">Module caldavclientlibrary.browser.commands.quit</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.quota-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.quota-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.quota-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.quota-module.html">Module caldavclientlibrary.browser.commands.quota</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.rm-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.rm-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.rm-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.rm-module.html">Module caldavclientlibrary.browser.commands.rm</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.server-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.server-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.server-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.server-module.html">Module caldavclientlibrary.browser.commands.server</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.user-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.user-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.user-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.user-module.html">Module caldavclientlibrary.browser.commands.user</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.whoami-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.whoami-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.commands.whoami-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.commands.whoami-module.html">Module caldavclientlibrary.browser.commands.whoami</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.shell-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.shell-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.shell-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.shell-module.html">Module caldavclientlibrary.browser.shell</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.subshell-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.subshell-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.subshell-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.subshell-module.html">Module caldavclientlibrary.browser.subshell</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.utils-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.utils-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.browser.utils-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.browser.utils-module.html">Module caldavclientlibrary.browser.utils</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -57,7 +57,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client-module.html">Package caldavclientlibrary.client</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.account-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.account-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.account-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client.account-module.html">Module caldavclientlibrary.client.account</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.calendar-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.calendar-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.calendar-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client.calendar-module.html">Module caldavclientlibrary.client.calendar</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.calendaruseraddress-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.calendaruseraddress-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.calendaruseraddress-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client.calendaruseraddress-module.html">Module caldavclientlibrary.client.calendaruseraddress</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.clientsession-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.clientsession-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.clientsession-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client.clientsession-module.html">Module caldavclientlibrary.client.clientsession</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.fullclient-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.fullclient-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.fullclient-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client.fullclient-module.html">Module caldavclientlibrary.client.fullclient</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.httpshandler-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.httpshandler-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.httpshandler-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client.httpshandler-module.html">Module caldavclientlibrary.client.httpshandler</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2010-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2010-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.principal-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.principal-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.principal-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client.principal-module.html">Module caldavclientlibrary.client.principal</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.simple-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.simple-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.client.simple-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.client.simple-module.html">Module caldavclientlibrary.client.simple</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -57,7 +57,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol-module.html">Package caldavclientlibrary.protocol</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav-module.html">Package caldavclientlibrary.protocol.caldav</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.definitions-module.html">Package caldavclientlibrary.protocol.caldav.definitions</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.caldavxml-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.caldavxml-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.caldavxml-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.definitions.caldavxml-module.html">Module caldavclientlibrary.protocol.caldav.definitions.caldavxml</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.csxml-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.csxml-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.csxml-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.definitions.csxml-module.html">Module caldavclientlibrary.protocol.caldav.definitions.csxml</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.headers-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.headers-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.headers-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.definitions.headers-module.html">Module caldavclientlibrary.protocol.caldav.definitions.headers</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.methods-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.methods-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.definitions.methods-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.definitions.methods-module.html">Module caldavclientlibrary.protocol.caldav.definitions.methods</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.makecalendar-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.makecalendar-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.makecalendar-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.makecalendar-module.html">Module caldavclientlibrary.protocol.caldav.makecalendar</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.multiget-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.multiget-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.multiget-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.multiget-module.html">Module caldavclientlibrary.protocol.caldav.multiget</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.tests-module.html">Package caldavclientlibrary.protocol.caldav.tests</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests.test_makecalendar-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests.test_makecalendar-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests.test_makecalendar-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.tests.test_makecalendar-module.html">Module caldavclientlibrary.protocol.caldav.tests.test_makecalendar</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests.test_multiget-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests.test_multiget-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.caldav.tests.test_multiget-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.caldav.tests.test_multiget-module.html">Module caldavclientlibrary.protocol.caldav.tests.test_multiget</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.carddav-module.html">Package caldavclientlibrary.protocol.carddav</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.definitions-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.definitions-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.definitions-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.carddav.definitions-module.html">Package caldavclientlibrary.protocol.carddav.definitions</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.definitions.carddavxml-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.definitions.carddavxml-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.definitions.carddavxml-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.carddav.definitions.carddavxml-module.html">Module caldavclientlibrary.protocol.carddav.definitions.carddavxml</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.makeaddressbook-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.makeaddressbook-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.carddav.makeaddressbook-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.carddav.makeaddressbook-module.html">Module caldavclientlibrary.protocol.carddav.makeaddressbook</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http-module.html">Package caldavclientlibrary.protocol.http</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.authentication-module.html">Package caldavclientlibrary.protocol.http.authentication</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.authenticator-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.authenticator-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.authenticator-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.authentication.authenticator-module.html">Module caldavclientlibrary.protocol.http.authentication.authenticator</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.basic-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.basic-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.basic-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.authentication.basic-module.html">Module caldavclientlibrary.protocol.http.authentication.basic</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.digest-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.digest-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.digest-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.authentication.digest-module.html">Module caldavclientlibrary.protocol.http.authentication.digest</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.gssapi-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.gssapi-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.gssapi-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 </table>
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.authentication.gssapi-module.html">Module caldavclientlibrary.protocol.http.authentication.gssapi</a></h1>
 <pre class="py-src">
-<a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2008 Lime Nest LLC</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2008 Lime Spot LLC</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2009 Ramon Ziai</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.tests-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.tests-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.tests-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.authentication.tests-module.html">Package caldavclientlibrary.protocol.http.authentication.tests</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.tests.test_basic-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.tests.test_basic-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.authentication.tests.test_basic-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -61,7 +61,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.authentication.tests.test_basic-module.html">Module caldavclientlibrary.protocol.http.authentication.tests.test_basic</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.data-module.html">Package caldavclientlibrary.protocol.http.data</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.data-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.data-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.data-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.data.data-module.html">Module caldavclientlibrary.protocol.http.data.data</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.file-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.file-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.file-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.data.file-module.html">Module caldavclientlibrary.protocol.http.data.file</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.string-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.string-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.data.string-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.data.string-module.html">Module caldavclientlibrary.protocol.http.data.string</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.definitions-module.html">Package caldavclientlibrary.protocol.http.definitions</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.headers-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.headers-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.headers-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.definitions.headers-module.html">Module caldavclientlibrary.protocol.http.definitions.headers</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.methods-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.methods-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.methods-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.definitions.methods-module.html">Module caldavclientlibrary.protocol.http.definitions.methods</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.statuscodes-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.statuscodes-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.definitions.statuscodes-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.definitions.statuscodes-module.html">Module caldavclientlibrary.protocol.http.definitions.statuscodes</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.requestresponse-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.requestresponse-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.requestresponse-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.requestresponse-module.html">Module caldavclientlibrary.protocol.http.requestresponse</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.session-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.session-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.session-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.session-module.html">Module caldavclientlibrary.protocol.http.session</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.tests-module.html">Package caldavclientlibrary.protocol.http.tests</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests.test_requestresponse-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests.test_requestresponse-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests.test_requestresponse-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.tests.test_requestresponse-module.html">Module caldavclientlibrary.protocol.http.tests.test_requestresponse</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests.test_util-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests.test_util-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.tests.test_util-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.tests.test_util-module.html">Module caldavclientlibrary.protocol.http.tests.test_util</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.util-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.util-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.http.util-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.http.util-module.html">Module caldavclientlibrary.protocol.http.util</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2006-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.tests-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.tests-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.tests-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.tests-module.html">Package caldavclientlibrary.protocol.tests</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.tests.test_url-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.tests.test_url-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.tests.test_url-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.tests.test_url-module.html">Module caldavclientlibrary.protocol.tests.test_url</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.url-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.url-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.url-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.url-module.html">Module caldavclientlibrary.protocol.url</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.utils-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.utils-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.utils-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.utils-module.html">Package caldavclientlibrary.protocol.utils</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.utils.xmlhelpers-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.utils.xmlhelpers-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.utils.xmlhelpers-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.utils.xmlhelpers-module.html">Module caldavclientlibrary.protocol.utils.xmlhelpers</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav-module.html">Package caldavclientlibrary.protocol.webdav</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.ace-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.ace-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.ace-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.ace-module.html">Module caldavclientlibrary.protocol.webdav.ace</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.acl-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.acl-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.acl-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.acl-module.html">Module caldavclientlibrary.protocol.webdav.acl</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.copy-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.copy-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.copy-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.copy-module.html">Module caldavclientlibrary.protocol.webdav.copy</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.copymovebase-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.copymovebase-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.copymovebase-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.copymovebase-module.html">Module caldavclientlibrary.protocol.webdav.copymovebase</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.definitions-module.html">Package caldavclientlibrary.protocol.webdav.definitions</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.csxml-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.csxml-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.csxml-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.definitions.csxml-module.html">Module caldavclientlibrary.protocol.webdav.definitions.csxml</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.davxml-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.davxml-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.davxml-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.definitions.davxml-module.html">Module caldavclientlibrary.protocol.webdav.definitions.davxml</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.headers-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.headers-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.headers-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.definitions.headers-module.html">Module caldavclientlibrary.protocol.webdav.definitions.headers</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.methods-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.methods-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.methods-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.definitions.methods-module.html">Module caldavclientlibrary.protocol.webdav.definitions.methods</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.statuscodes-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.statuscodes-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.definitions.statuscodes-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.definitions.statuscodes-module.html">Module caldavclientlibrary.protocol.webdav.definitions.statuscodes</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.delete-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.delete-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.delete-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.delete-module.html">Module caldavclientlibrary.protocol.webdav.delete</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.get-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.get-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.get-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.get-module.html">Module caldavclientlibrary.protocol.webdav.get</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.getbase-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.getbase-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.getbase-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.getbase-module.html">Module caldavclientlibrary.protocol.webdav.getbase</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.head-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.head-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.head-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.head-module.html">Module caldavclientlibrary.protocol.webdav.head</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.lock-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.lock-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.lock-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.lock-module.html">Module caldavclientlibrary.protocol.webdav.lock</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.makecollection-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.makecollection-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.makecollection-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.makecollection-module.html">Module caldavclientlibrary.protocol.webdav.makecollection</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.move-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.move-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.move-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.move-module.html">Module caldavclientlibrary.protocol.webdav.move</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.multiresponseparser-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.multiresponseparser-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.multiresponseparser-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.multiresponseparser-module.html">Module caldavclientlibrary.protocol.webdav.multiresponseparser</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.options-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.options-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.options-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.options-module.html">Module caldavclientlibrary.protocol.webdav.options</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.post-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.post-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.post-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.post-module.html">Module caldavclientlibrary.protocol.webdav.post</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.principalmatch-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.principalmatch-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.principalmatch-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.principalmatch-module.html">Module caldavclientlibrary.protocol.webdav.principalmatch</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propall-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propall-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propall-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.propall-module.html">Module caldavclientlibrary.protocol.webdav.propall</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfind-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfind-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfind-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.propfind-module.html">Module caldavclientlibrary.protocol.webdav.propfind</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfindbase-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfindbase-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfindbase-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.propfindbase-module.html">Module caldavclientlibrary.protocol.webdav.propfindbase</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfindparser-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfindparser-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propfindparser-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.propfindparser-module.html">Module caldavclientlibrary.protocol.webdav.propfindparser</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propnames-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propnames-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.propnames-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.propnames-module.html">Module caldavclientlibrary.protocol.webdav.propnames</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.proppatch-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.proppatch-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.proppatch-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.proppatch-module.html">Module caldavclientlibrary.protocol.webdav.proppatch</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.put-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.put-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.put-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.put-module.html">Module caldavclientlibrary.protocol.webdav.put</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.report-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.report-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.report-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.report-module.html">Module caldavclientlibrary.protocol.webdav.report</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.requestresponse-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.requestresponse-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.requestresponse-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.requestresponse-module.html">Module caldavclientlibrary.protocol.webdav.requestresponse</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.session-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.session-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.session-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.session-module.html">Module caldavclientlibrary.protocol.webdav.session</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests-module.html">Package caldavclientlibrary.protocol.webdav.tests</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_ace-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_ace-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_ace-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_ace-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_ace</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_acl-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_acl-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_acl-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_acl-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_acl</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_copy-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_copy-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_copy-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_copy-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_copy</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_delete-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_delete-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_delete-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_delete-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_delete</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_get-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_get-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_get-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_get-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_get</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_head-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_head-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_head-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_head-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_head</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_lock-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_lock-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_lock-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_lock-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_lock</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_move-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_move-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_move-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_move-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_move</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_options-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_options-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_options-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_options-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_options</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_principalmatch-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_principalmatch-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_principalmatch-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_principalmatch-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_principalmatch</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propfind-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propfind-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propfind-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_propfind-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_propfind</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propfindparser-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propfindparser-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propfindparser-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_propfindparser-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_propfindparser</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propnames-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propnames-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_propnames-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_propnames-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_propnames</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_put-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_put-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_put-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_put-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_put</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_report-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_report-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_report-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_report-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_report</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_template-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_template-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_template-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_template-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_template</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_unlock-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_unlock-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.tests.test_unlock-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -60,7 +60,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.tests.test_unlock-module.html">Module caldavclientlibrary.protocol.webdav.tests.test_unlock</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.unlock-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.unlock-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.unlock-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.unlock-module.html">Module caldavclientlibrary.protocol.webdav.unlock</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.xmlresponseparser-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.xmlresponseparser-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.protocol.webdav.xmlresponseparser-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -59,7 +59,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.protocol.webdav.xmlresponseparser-module.html">Module caldavclientlibrary.protocol.webdav.xmlresponseparser</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -57,7 +57,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.ui-module.html">Package caldavclientlibrary.ui</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.WebDAVBrowser-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.WebDAVBrowser-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.WebDAVBrowser-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.ui.WebDAVBrowser-module.html">Module caldavclientlibrary.ui.WebDAVBrowser</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.resource-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.resource-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.resource-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.ui.resource-module.html">Module caldavclientlibrary.ui.resource</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.session-pysrc.html
===================================================================
--- CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.session-pysrc.html	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/html/caldavclientlibrary.ui.session-pysrc.html	2016-01-07 15:23:30 UTC (rev 15416)
@@ -58,7 +58,7 @@
 <h1 class="epydoc">Source Code for <a href="caldavclientlibrary.ui.session-module.html">Module caldavclientlibrary.ui.session</a></h1>
 <pre class="py-src">
 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">##</tt> </tt>
-<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2015 Apple Inc. All rights reserved.</tt> </tt>
+<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (c) 2007-2016 Apple Inc. All rights reserved.</tt> </tt>
 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>

Modified: CalDAVClientLibrary/trunk/runadmin.py
===================================================================
--- CalDAVClientLibrary/trunk/runadmin.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/runadmin.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/runshell.py
===================================================================
--- CalDAVClientLibrary/trunk/runshell.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/runshell.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: CalDAVClientLibrary/trunk/setup.py
===================================================================
--- CalDAVClientLibrary/trunk/setup.py	2016-01-07 15:18:44 UTC (rev 15415)
+++ CalDAVClientLibrary/trunk/setup.py	2016-01-07 15:23:30 UTC (rev 15416)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160107/9d97aab9/attachment-0001.html>


More information about the calendarserver-changes mailing list