Skip to content

Commit

Permalink
license header
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Jul 29, 2008
1 parent 3060662 commit 09b8174
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/grokcore/formlib/formlib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
import types
##############################################################################
#
# Copyright (c) 2006-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.
#
##############################################################################
"""Custom implementations of formlib helpers
"""

from zope import interface, event, lifecycleevent
from zope.interface.interfaces import IInterface
from zope.formlib import form
Expand Down

0 comments on commit 09b8174

Please sign in to comment.