| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Credits</title> | 5 <title>Credits</title> |
| 6 <style> | 6 <style> |
| 7 body { | 7 body { |
| 8 font-family:arial,sans-serif; | 8 font-family:arial,sans-serif; |
| 9 background-color:white; | 9 background-color:white; |
| 10 font-size:84%; | 10 font-size:84%; |
| (...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1292 is included in all copies of any software which is or includes a copy | 1292 is included in all copies of any software which is or includes a copy |
| 1293 or modification of this software and in all copies of the supporting | 1293 or modification of this software and in all copies of the supporting |
| 1294 documentation for such software.</p> | 1294 documentation for such software.</p> |
| 1295 <p> THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IM
PLIED | 1295 <p> THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IM
PLIED |
| 1296 WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY | 1296 WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY |
| 1297 REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY | 1297 REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY |
| 1298 OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.</p> | 1298 OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.</p> |
| 1299 </div> | 1299 </div> |
| 1300 </div> | 1300 </div> |
| 1301 | 1301 |
| 1302 <!-- JSCRE --> | |
| 1303 <div class="product"> | |
| 1304 <span class="title">JSCRE</span> | |
| 1305 <a class="show" href="#" onclick="return toggle(this);">show license</a> | |
| 1306 <div class="licence"> | |
| 1307 <h3>JSCRE is licensed as follows:</h3> | |
| 1308 <p>Copyright (C) 2007, 2008 Apple Inc. All rights reserved.</p> | |
| 1309 <p>Redistribution and use in source and binary forms, with or without | |
| 1310 modification, are permitted provided that the following conditions | |
| 1311 are met:</p> | |
| 1312 <ol> | |
| 1313 <li>Redistributions of source code must retain the above copyright | |
| 1314 notice, this list of conditions and the following disclaimer.</li> | |
| 1315 <li>Redistributions in binary form must reproduce the above copyright | |
| 1316 notice, this list of conditions and the following disclaimer in the | |
| 1317 documentation and/or other materials provided with the distribution.</li> | |
| 1318 <li>Neither the name of Apple Computer, Inc. ("Apple") nor the names
of | |
| 1319 its contributors may be used to endorse or promote products derived | |
| 1320 from this software without specific prior written permission. </li> | |
| 1321 </ol> | |
| 1322 <p>THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND
ANY | |
| 1323 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
| 1324 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
| 1325 DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY | |
| 1326 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | |
| 1327 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
| 1328 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | |
| 1329 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
| 1330 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | |
| 1331 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> | |
| 1332 <p> Originally written by Philip Hazel<br /> | |
| 1333 Copyright (c) 1997-2006 University of Cambridge<br /> | |
| 1334 Copyright (C) 2002, 2004, 2006, 2007 Apple Inc. All rights reserved.<br /> | |
| 1335 Copyright (C) 2007 Eric Seidel <<a href="mailto:eric@webkit.org">eric@webki
t.org</a>></p> | |
| 1336 </p> | |
| 1337 <hr> | |
| 1338 <p>Redistribution and use in source and binary forms, with or without | |
| 1339 modification, are permitted provided that the following conditions are met:</p
> | |
| 1340 <ul> | |
| 1341 <li>Redistributions of source code must retain the above copyright notice, | |
| 1342 this list of conditions and the following disclaimer.</li> | |
| 1343 <li>Redistributions in binary form must reproduce the above copyright | |
| 1344 notice, this list of conditions and the following disclaimer in the | |
| 1345 documentation and/or other materials provided with the distribution. </li> | |
| 1346 <li>Neither the name of the University of Cambridge nor the names of its | |
| 1347 contributors may be used to endorse or promote products derived from | |
| 1348 this software without specific prior written permission.</li> | |
| 1349 </ul> | |
| 1350 <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" | |
| 1351 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
| 1352 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
| 1353 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | |
| 1354 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | |
| 1355 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | |
| 1356 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | |
| 1357 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | |
| 1358 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
| 1359 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
| 1360 POSSIBILITY OF SUCH DAMAGE.</p> | |
| 1361 </div> | |
| 1362 </div> | |
| 1363 </body> | 1302 </body> |
| 1364 </html> | 1303 </html> |
| OLD | NEW |