0
|
1 |
|
|
2 |
1: Copyright (c) 2004 Infrae. All rights reserved.
|
|
3 |
2:
|
|
4 |
3: Redistribution and use in source and binary forms, with or without
|
|
5 |
4: modification, are permitted provided that the following conditions are
|
|
6 |
5: met:
|
|
7 |
6:
|
|
8 |
7: 1. Redistributions of source code must retain the above copyright
|
|
9 |
8: notice, this list of conditions and the following disclaimer.
|
|
10 |
9:
|
|
11 |
10: 2. Redistributions in binary form must reproduce the above copyright
|
|
12 |
11: notice, this list of conditions and the following disclaimer in
|
|
13 |
12: the documentation and/or other materials provided with the
|
|
14 |
13: distribution.
|
|
15 |
14:
|
|
16 |
15: 3. Neither the name of Infrae nor the names of its contributors may
|
|
17 |
16: be used to endorse or promote products derived from this software
|
|
18 |
17: without specific prior written permission.
|
|
19 |
18:
|
|
20 |
19: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
21 |
20: "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
22 |
21: LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
23 |
22: A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INFRAE OR
|
|
24 |
23: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
25 |
24: EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
26 |
25: PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
27 |
26: PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
28 |
27: LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
29 |
28: NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
30 |
29: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31 |
|
|
32 |
|
|
33 |
----
|
|
34 |
|
|
35 |
1: Zope Public License (ZPL) Version 2.0
|
|
36 |
2: -----------------------------------------------
|
|
37 |
3:
|
|
38 |
4: This software is Copyright (c) Zope Corporation (tm) and
|
|
39 |
5: Contributors. All rights reserved.
|
|
40 |
6:
|
|
41 |
7: This license has been certified as open source. It has also
|
|
42 |
8: been designated as GPL compatible by the Free Software
|
|
43 |
9: Foundation (FSF).
|
|
44 |
10:
|
|
45 |
11: Redistribution and use in source and binary forms, with or
|
|
46 |
12: without modification, are permitted provided that the
|
|
47 |
13: following conditions are met:
|
|
48 |
14:
|
|
49 |
15: 1. Redistributions in source code must retain the above
|
|
50 |
16: copyright notice, this list of conditions, and the following
|
|
51 |
17: disclaimer.
|
|
52 |
18:
|
|
53 |
19: 2. Redistributions in binary form must reproduce the above
|
|
54 |
20: copyright notice, this list of conditions, and the following
|
|
55 |
21: disclaimer in the documentation and/or other materials
|
|
56 |
22: provided with the distribution.
|
|
57 |
23:
|
|
58 |
24: 3. The name Zope Corporation (tm) must not be used to
|
|
59 |
25: endorse or promote products derived from this software
|
|
60 |
26: without prior written permission from Zope Corporation.
|
|
61 |
27:
|
|
62 |
28: 4. The right to distribute this software or to use it for
|
|
63 |
29: any purpose does not give you the right to use Servicemarks
|
|
64 |
30: (sm) or Trademarks (tm) of Zope Corporation. Use of them is
|
|
65 |
31: covered in a separate agreement (see
|
|
66 |
32: http://www.zope.com/Marks).
|
|
67 |
33:
|
|
68 |
34: 5. If any files are modified, you must cause the modified
|
|
69 |
35: files to carry prominent notices stating that you changed
|
|
70 |
36: the files and the date of any change.
|
|
71 |
37:
|
|
72 |
38: Disclaimer
|
|
73 |
39:
|
|
74 |
40: THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
|
|
75 |
41: AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
|
|
76 |
42: NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
77 |
43: AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
|
|
78 |
44: NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
|
|
79 |
45: LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
80 |
46: EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
81 |
47: LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
82 |
48: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
83 |
49: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
84 |
50: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
85 |
51: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
86 |
52: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
87 |
53: DAMAGE.
|
|
88 |
54:
|
|
89 |
55:
|
|
90 |
56: This software consists of contributions made by Zope
|
|
91 |
57: Corporation and many individuals on behalf of Zope
|
|
92 |
58: Corporation. Specific attributions are listed in the
|
|
93 |
59: accompanying credits file.
|
|
94 |
|
|
95 |
----
|
|
96 |
|
|
97 |
Copyright (c) 1999-2003 by Secret Labs AB
|
|
98 |
4: Copyright (c) 1999-2003 by Fredrik Lundh
|
|
99 |
5:
|
|
100 |
6: By obtaining, using, and/or copying this software and/or its
|
|
101 |
7: associated documentation, you agree that you have read, understood,
|
|
102 |
8: and will comply with the following terms and conditions:
|
|
103 |
9:
|
|
104 |
10: Permission to use, copy, modify, and distribute this software and its
|
|
105 |
11: associated documentation for any purpose and without fee is hereby
|
|
106 |
12: granted, provided that the above copyright notice appears in all
|
|
107 |
13: copies, and that both that copyright notice and this permission notice
|
|
108 |
14: appear in supporting documentation, and that the name of Secret Labs
|
|
109 |
15: AB or the author not be used in advertising or publicity pertaining to
|
|
110 |
16: distribution of the software without specific, written prior
|
|
111 |
17: permission.
|
|
112 |
18:
|
|
113 |
19: SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
|
114 |
20: THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
115 |
21: FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR
|
|
116 |
22: ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
117 |
23: WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
118 |
24: ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
119 |
25: OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|