[Zope-Checkins] SVN: Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py added ZPL

Andreas Jung andreas at andreas-jung.com
Thu Mar 2 11:46:47 EST 2006


Log message for revision 65738:
  added ZPL
  

Changed:
  U   Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py

-=-
Modified: Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py
===================================================================
--- Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py	2006-03-02 16:32:30 UTC (rev 65737)
+++ Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py	2006-03-02 16:46:47 UTC (rev 65738)
@@ -1,5 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2002 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
+#
+##############################################################################
 
-# Common Engine for Zope3-ZPT-in-Zope-2
 
 from GlobalTranslationService import getGlobalTranslationService
 



More information about the Zope-Checkins mailing list