[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - dav.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:18:08 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv31598
Modified Files:
dav.py
Log Message:
added header
=== Zope3/src/zope/app/interfaces/dav.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/dav.py:1.2 Wed May 21 12:10:08 2003
+++ Zope3/src/zope/app/interfaces/dav.py Tue Feb 24 09:18:04 2004
@@ -1,3 +1,20 @@
+##############################################################################
+#
+# Copyright (c) 2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""WebDAV-specific interfaces
+
+$Id$
+"""
from zope.interface import Interface
from zope.schema import Text
from zope.app.interfaces.form import IWidget
More information about the Zope3-Checkins
mailing list