[Checkins] SVN: zope.html/trunk/src/zope/html/ ZPL headers.

Brian Sutherland jinty at web.de
Sat Jul 14 06:02:56 EDT 2007


Log message for revision 77906:
  ZPL headers.

Changed:
  U   zope.html/trunk/src/zope/html/browser.py
  U   zope.html/trunk/src/zope/html/docinfo.py
  U   zope.html/trunk/src/zope/html/field.py
  U   zope.html/trunk/src/zope/html/i18n.py
  U   zope.html/trunk/src/zope/html/interfaces.py
  U   zope.html/trunk/src/zope/html/tests.py
  U   zope.html/trunk/src/zope/html/widget.py

-=-
Modified: zope.html/trunk/src/zope/html/browser.py
===================================================================
--- zope.html/trunk/src/zope/html/browser.py	2007-07-14 09:52:09 UTC (rev 77905)
+++ zope.html/trunk/src/zope/html/browser.py	2007-07-14 10:02:56 UTC (rev 77906)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
 """Browser views that implement editing and preview.
 
 """

Modified: zope.html/trunk/src/zope/html/docinfo.py
===================================================================
--- zope.html/trunk/src/zope/html/docinfo.py	2007-07-14 09:52:09 UTC (rev 77905)
+++ zope.html/trunk/src/zope/html/docinfo.py	2007-07-14 10:02:56 UTC (rev 77906)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
 """Helper functions to get information on the current document.
 
 """

Modified: zope.html/trunk/src/zope/html/field.py
===================================================================
--- zope.html/trunk/src/zope/html/field.py	2007-07-14 09:52:09 UTC (rev 77905)
+++ zope.html/trunk/src/zope/html/field.py	2007-07-14 10:02:56 UTC (rev 77906)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
 """Interfaces and fields for HTML/XHTML documents.
 
 """

Modified: zope.html/trunk/src/zope/html/i18n.py
===================================================================
--- zope.html/trunk/src/zope/html/i18n.py	2007-07-14 09:52:09 UTC (rev 77905)
+++ zope.html/trunk/src/zope/html/i18n.py	2007-07-14 10:02:56 UTC (rev 77906)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
 """Internationalization support for zope.html.
 
 This defines a `MessageFactory` for the I18N domain for the zope.html

Modified: zope.html/trunk/src/zope/html/interfaces.py
===================================================================
--- zope.html/trunk/src/zope/html/interfaces.py	2007-07-14 09:52:09 UTC (rev 77905)
+++ zope.html/trunk/src/zope/html/interfaces.py	2007-07-14 10:02:56 UTC (rev 77906)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
 """Interfaces for zope.html.
 
 """

Modified: zope.html/trunk/src/zope/html/tests.py
===================================================================
--- zope.html/trunk/src/zope/html/tests.py	2007-07-14 09:52:09 UTC (rev 77905)
+++ zope.html/trunk/src/zope/html/tests.py	2007-07-14 10:02:56 UTC (rev 77906)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
 """Test harness for zope.html.
 
 """

Modified: zope.html/trunk/src/zope/html/widget.py
===================================================================
--- zope.html/trunk/src/zope/html/widget.py	2007-07-14 09:52:09 UTC (rev 77905)
+++ zope.html/trunk/src/zope/html/widget.py	2007-07-14 10:02:56 UTC (rev 77906)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
 """Widget implementations for rich-text fields.
 
 """



More information about the Checkins mailing list