| 1 | Some code carries the Zope Public License (as indicated in the comments): |
|---|
| 2 | |
|---|
| 3 | Zope Public License (ZPL) Version 2.0 |
|---|
| 4 | |
|---|
| 5 | This software is Copyright (c) Zope Corporation (tm) and Contributors. |
|---|
| 6 | All rights reserved. |
|---|
| 7 | |
|---|
| 8 | This license has been certified as open source. It has also been designated as |
|---|
| 9 | GPL compatible by the Free Software Foundation (FSF). |
|---|
| 10 | |
|---|
| 11 | Redistribution and use in source and binary forms, with or without modification, |
|---|
| 12 | are permitted provided that the following conditions are met: |
|---|
| 13 | |
|---|
| 14 | * Redistributions in source code must retain the above copyright notice, this |
|---|
| 15 | list of conditions, and the following disclaimer. |
|---|
| 16 | * Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 17 | this list of conditions, and the following disclaimer in the documentation |
|---|
| 18 | and/or other materials provided with the distribution. |
|---|
| 19 | * The name Zope Corporation (tm) must not be used to endorse or promote |
|---|
| 20 | products derived from this software without prior written permission from |
|---|
| 21 | Zope Corporation. |
|---|
| 22 | * The right to distribute this software or to use it for any purpose does not |
|---|
| 23 | give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope |
|---|
| 24 | Corporation. Use of them is covered in a separate agreement |
|---|
| 25 | (see http://www.zope.com/Marks). |
|---|
| 26 | If any files are modified, you must cause the modified files to carry prominent |
|---|
| 27 | notices stating that you changed the files and the date of any change. |
|---|
| 28 | |
|---|
| 29 | Disclaimer |
|---|
| 30 | THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR |
|---|
| 31 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|---|
| 32 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO |
|---|
| 33 | EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
|---|
| 34 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
|---|
| 35 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
|---|
| 36 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
|---|
| 37 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
|---|
| 38 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
|---|
| 39 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 40 | |
|---|
| 41 | This software consists of contributions made by Zope Corporation and many |
|---|
| 42 | individuals on behalf of Zope Corporation. Specific attributions are listed |
|---|
| 43 | in the accompanying credits file. |
|---|