|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml111.dtd"> |
|
2 <html> |
|
3 <head> |
|
4 <title>The PHP License</title> |
|
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
6 <style type="text/css"> |
|
7 body { |
|
8 margin: 0; |
|
9 padding: 0; |
|
10 background-color: #FFFFFF; |
|
11 color: #000000; |
|
12 } |
|
13 body div.main { |
|
14 border: 1px solid #cccccc; |
|
15 background-color: #F1F3F5; |
|
16 margin: 10px; |
|
17 padding: 10px; |
|
18 } |
|
19 * { |
|
20 font-family: verdana, tahoma, arial, helvetica, sans-serif; |
|
21 font-size: 8pt; |
|
22 } |
|
23 p { |
|
24 margin-left: 1.5em; |
|
25 } |
|
26 h1, h2, h3 { |
|
27 color: #50A0D0; |
|
28 font-weight: normal; |
|
29 font-family: 'trebuchet ms', verdana, tahoma, arial, helvetica, sans-serif; |
|
30 } |
|
31 h1 { |
|
32 font-size: 16pt; |
|
33 } |
|
34 h2 { |
|
35 font-size: 12pt; |
|
36 margin-left: 0.5em; |
|
37 } |
|
38 h3 { |
|
39 font-size: 10pt; |
|
40 margin-left: 1em; |
|
41 } |
|
42 a:link, a:visited, a:active { |
|
43 color: #3080B0; |
|
44 text-decoration: none; |
|
45 border-bottom: 1px dotted #50A0D0; |
|
46 } |
|
47 a:hover { |
|
48 color: #50A0D0; |
|
49 border-bottom: 1px solid #50A0D0; |
|
50 } |
|
51 pre { |
|
52 font-family: 'courier new', monospace; |
|
53 background-color: #F8F8F8; |
|
54 margin: 10px 10px 10px 30px; |
|
55 max-height: 150px; |
|
56 clip: rect(0px,auto,auto,0px); |
|
57 overflow: auto; |
|
58 padding: 10px; |
|
59 border: 1px solid #3060B0; |
|
60 } |
|
61 ul li { |
|
62 list-style-type: square; |
|
63 } |
|
64 div.copyright { |
|
65 text-align: right; |
|
66 font-size: smaller; |
|
67 } |
|
68 div.copyright * { |
|
69 font-size: smaller; |
|
70 } |
|
71 </style> |
|
72 </head> |
|
73 <body> |
|
74 |
|
75 <div class="main"> |
|
76 |
|
77 <h1>The PHP license, version 3.01</h1> |
|
78 |
|
79 <!-- BEGIN LICENSE TEXT --> |
|
80 |
|
81 <p>Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.</p> |
|
82 |
|
83 <p>Redistribution and use in source and binary forms, with or without |
|
84 modification, is permitted provided that the following conditions |
|
85 are met:</p> |
|
86 <ol> |
|
87 <li> |
|
88 Redistributions of source code must retain the above copyright |
|
89 notice, this list of conditions and the following disclaimer.</li> |
|
90 |
|
91 <li>Redistributions in binary form must reproduce the above copyright |
|
92 notice, this list of conditions and the following disclaimer in |
|
93 the documentation and/or other materials provided with the |
|
94 distribution.</li> |
|
95 |
|
96 <li>The name "PHP" must not be used to endorse or promote products |
|
97 derived from this software without prior written permission. For |
|
98 written permission, please contact group@php.net.</li> |
|
99 |
|
100 <li>Products derived from this software may not be called "PHP", nor |
|
101 may "PHP" appear in their name, without prior written permission |
|
102 from group@php.net. You may indicate that your software works in |
|
103 conjunction with PHP by saying "Foo for PHP" instead of calling |
|
104 it "PHP Foo" or "phpfoo"</li> |
|
105 |
|
106 <li>The PHP Group may publish revised and/or new versions of the |
|
107 license from time to time. Each version will be given a |
|
108 distinguishing version number.<br /> |
|
109 Once covered code has been published under a particular version |
|
110 of the license, you may always continue to use it under the terms |
|
111 of that version. You may also choose to use such covered code |
|
112 under the terms of any subsequent version of the license |
|
113 published by the PHP Group. No one other than the PHP Group has |
|
114 the right to modify the terms applicable to covered code created |
|
115 under this License.</li> |
|
116 |
|
117 <li>Redistributions of any form whatsoever must retain the following |
|
118 acknowledgment: |
|
119 "This product includes PHP software, freely available from |
|
120 <<a href="http://www.php.net/software/">http://www.php.net/software/</a>>".</li> |
|
121 |
|
122 <li><b>This software is provided by the PHP development team “as is” and |
|
123 any expressed or implied warranties, including, but not limited to, |
|
124 the implied warranties of merchantability and fitness for a |
|
125 particular purpose are disclaimed. In no event shall the PHP |
|
126 development team or its contributors be liable for any direct, |
|
127 indirect, incidental, special, exemplary, or consequential damages |
|
128 (including, but not limited to, procurement of substitute goods or |
|
129 services; loss of use, data, or profits; or business interruption) |
|
130 however caused and on any theory of liability, whether in contract, |
|
131 strict liability, or tort (including negligence or otherwise) |
|
132 arising in any way out of the use of this software, even if advised |
|
133 of the possibility of such damage.</b></li> |
|
134 </ol> |
|
135 |
|
136 <p>This software consists of voluntary contributions made by many |
|
137 individuals on behalf of the PHP Group.</p> |
|
138 |
|
139 <p>The PHP Group can be contacted via Email at group@php.net.</p> |
|
140 |
|
141 <p>For more information on the PHP Group and the PHP project, |
|
142 please see <<a href="http://www.php.net">http://www.php.net</a>>.</p> |
|
143 |
|
144 <p>PHP includes the Zend Engine, freely available at |
|
145 <<a href="http://www.zend.com">http://www.zend.com</a>>.</p> |
|
146 |
|
147 <!-- END LICENSE TEXT --> |
|
148 |
|
149 <div class="copyright">valid <a href="http://validator.w3.org/check/referer">xhtml</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=referer">css</a> | design by <a href="http://enano.homelinux.org/User:dandaman32">dan fuhry</a> and <a href="http://www.fusionnerd.com/">manoj maddali</a></div> |
|
150 |
|
151 </div> |
|
152 |
|
153 </body> |
|
154 </html> |