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