root/trunk/zpl.py

Revision 5, 0.7 KB (checked in by mj, 7 years ago)

Boilerplate file

Line 
1##############################################################################
2#
3# Copyright (c) 2005 Martijn Pieters.
4# All Rights Reserved.
5#
6# This software is subject to the provisions of the Zope Public License,
7# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
8# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
9# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
10# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
11# FOR A PARTICULAR PURPOSE.
12#
13##############################################################################
14"""XXX short summary goes here.
15
16XXX longer description goes here.
17
18"""
19__docformat__ = "reStructuredText"
20
Note: See TracBrowser for help on using the browser.