[Checkins] SVN: grok/trunk/src/grok/index.py Add license header

Philipp von Weitershausen philikon at philikon.de
Mon Jul 28 19:04:06 EDT 2008


Log message for revision 88940:
  Add license header
  

Changed:
  U   grok/trunk/src/grok/index.py

-=-
Modified: grok/trunk/src/grok/index.py
===================================================================
--- grok/trunk/src/grok/index.py	2008-07-28 23:01:51 UTC (rev 88939)
+++ grok/trunk/src/grok/index.py	2008-07-28 23:04:05 UTC (rev 88940)
@@ -1,3 +1,18 @@
+#############################################################################
+#
+# Copyright (c) 2007-2008 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.
+#
+##############################################################################
+"""Grok index definitions
+"""
 import sys
 
 from zope.interface import implements



More information about the Checkins mailing list