[Zope3-checkins]
SVN: Zope3/branches/f12gsprint-widget/src/zope/subview/
Whoopsie daisy: ZPL, not ZVSL, for the i18n module.
Gary Poster
gary at zope.com
Mon Oct 3 13:43:46 EDT 2005
Log message for revision 38722:
Whoopsie daisy: ZPL, not ZVSL, for the i18n module.
Changed:
U Zope3/branches/f12gsprint-widget/src/zope/subview/__init__.py
U Zope3/branches/f12gsprint-widget/src/zope/subview/i18n.py
-=-
Modified: Zope3/branches/f12gsprint-widget/src/zope/subview/__init__.py
===================================================================
--- Zope3/branches/f12gsprint-widget/src/zope/subview/__init__.py 2005-10-03 17:40:35 UTC (rev 38721)
+++ Zope3/branches/f12gsprint-widget/src/zope/subview/__init__.py 2005-10-03 17:43:45 UTC (rev 38722)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2005 Zope Corporation 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.
+#
+##############################################################################
from _subview import (
SubviewBase, SubviewContainerBase, IntermediateSubviewMixin,
IntermediateSubview)
Modified: Zope3/branches/f12gsprint-widget/src/zope/subview/i18n.py
===================================================================
--- Zope3/branches/f12gsprint-widget/src/zope/subview/i18n.py 2005-10-03 17:40:35 UTC (rev 38721)
+++ Zope3/branches/f12gsprint-widget/src/zope/subview/i18n.py 2005-10-03 17:43:45 UTC (rev 38722)
@@ -1,15 +1,14 @@
##############################################################################
#
-# Copyright (c) 2005 Zope Corporation. All Rights Reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors.
+# All Rights Reserved.
#
-# This software is subject to the provisions of the Zope Visible Source
-# License, Version 1.0 (ZVSL). A copy of the ZVSL should accompany this
-# distribution.
-#
+# 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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""I18N support for subviews.
More information about the Zope3-Checkins
mailing list