license.php

来自「Software Testing Automation Framework (S」· PHP 代码 · 共 109 行

PHP
109
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>  <title>Software Testing Automation Framework (STAF)</title></head><body><?phprequire "top.php";require "navigate.php";?><!-- Insert text for page here --><tr><td><center><a name=top><h1>Licenses</h1></center><font face="arial, helvetica" color="#1e029a" size="4"><b>STAF License</b></font><p>STAF is licensed under the <a href="http://www.opensource.org/licenses/cpl1.0.php">Common Public License (CPL) V1.0</a>.<p><font face="arial, helvetica" color="#1e029a" size="4"><b>Other OSS Licenses</b></font><p>Other Open Source Software (OSS) packages are distributed as part of STAF (or itsdownloadable services), but are licensed under their own licenses and are notsubject to STAF's CPL license.<p><ul><li>zLib is distributed as part of STAF and is used by the ZIP service<li>Xerces2-J is distributed with the STAX, HTTP, and Namespace services<li>Jython is distributed with the STAX, Cron and EventManager services<li>Commons Logging, Commons HttpClient, and    CyberNeko HTML Parser are distributed with the HTTP service<li>Commons Codec is distributed with the HTTP and Email services</ul><p>This table shows where the licenses for these OSS packages are and whereyou can obtain the source code for these OSS.<p><table border="1"><tr>  <td><b>OSS</b>  <td><b>Version</b>  <td><b>License</b></td>  <td><b>Link to Obtain Source</b></td></tr><tr>  <td>zlib  <td>1.2.1  <td><a href="http://www.gzip.org/zlib/zlib_license.html">zlib License</a></td>  <td><a href="http://www.gzip.org/zlib">Download Source</a></td></tr><tr>  <td>Xerces2-J  <td>2.6.2  <td><a href="http://xml.apache.org/LICENSE">Apache Software License</a></td>  <td><a href="http://xml.apache.org/xerces2-j/">Download Source</a></td></tr><tr>  <td>Jython  <td>2.1  <td><a href="http://www.jython.org/license.html">Jython Software License</a></td>  <td><a href="http://www.jython.org">Download Source</a></td></tr><tr>  <td>Commons Logging  <td>1.0.4  <td><a href="http://jakarta.apache.org/commons/license.html">Apache Software License</a></td>  <td><a href="http://jakarta.apache.org/commons/logging/">Download Source</a></td></tr><tr>  <td>Commons HttpClient  <td>3.0  <td><a href="http://jakarta.apache.org/commons/license.html">Apache Software License</a></td>  <td><a href="http://jakarta.apache.org/commons/httpclient/">Download Source</a></td></tr><tr>  <td>CyberNeko HTML Parser  <td>0.9.5  <td><a href="http://people.apache.org/~andyc/neko/LICENSE">Apache-style Software License</a></td>  <td><a href="http://www.apache.org/~andyc/neko/doc/html/">Download Source</a></td></tr><tr>  <td>Commons Codec  <td>1.3  <td><a href="http://jakarta.apache.org/commons/license.html">Apache Software License</a></td>  <td><a href="http://jakarta.apache.org/commons/codec">Download Source</a></td></tr></table><p></td></tr><!-- end of text for page --><?phprequire "bottom.php";?></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?