CVS: Products/ParsedXML/NodePath/tests - test_nodepath.py:1.5
Martijn Faassen <[email protected]> Tue, 27 Apr 2004 09:06:52 -0400
| Newsgroups | gmane.comp.web.zope.parsed-xml |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs-repository/Products/ParsedXML/NodePath/tests In directory cvs.zope.org:/tmp/cvs-serv30263/NodePath/tests Modified Files: test_nodepath.py Log Message: Updated LICENSE to ZPL 2.0. === Products/ParsedXML/NodePath/tests/test_nodepath.py 1.4 => 1.5 === --- Products/ParsedXML/NodePath/tests/test_nodepath.py:1.4 Wed Apr 24 09:43:52 2002 +++ Products/ParsedXML/NodePath/tests/test_nodepath.py Tue Apr 27 09:06:21 2004 @@ -1,3 +1,17 @@ +############################################################################## +# +# Copyright (c) 2001-2004 Zope Corporation and Contributors. All +# Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.0 (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 +# +############################################################################## + import unittest # needed to import NodePath module import sys