README.html
3.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html>
<head>
<title>Third-Party Library List</title>
</head>
<body>
<h1>Third-Party Library List</h1>
<p>
This folder includes third-party libraries that are used by the Yii framework.
<em>All these libraries are using licenses that are compatible to the BSD license used by Yii.</em>
This means you can safely use Yii for whatever purpose, provided you comply to the BSD license.
Please refer to the detailed license information as shown below:
</p>
<table border="1">
<tr>
<th>Library Name</th>
<th>License</th>
<th>Related Yii Component</th>
</tr>
<tr>
<td><a href="http://jquery.com">jQuery 1.7.2</a></td>
<td><a href="jquery/LICENSE.txt">MIT</a></td>
<td>most JavaScript-related functionalities</td>
</tr>
<tr>
<td><a href="http://www.jqueryui.com">jQuery UI 1.8.22</a></td>
<td><a href="jqueryui/MIT-LICENSE.txt">MIT</a></td>
<td>the widgets under zii/widgets/jui</td>
</tr>
<tr>
<td><a href="http://benalman.com/projects/jquery-bbq-plugin/">jQuery BBQ Plugin 1.2.1</a></td>
<td><a href="bbq/LICENSE.txt">MIT</a></td>
<td>CGridView and CListView widgets</td>
</tr>
<tr>
<td><a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/">jQuery Autocomplete 1.1.0</a></td>
<td><a href="jquery/autocomplete/LICENSE.txt">MIT</a></td>
<td>CHtml::autoComplete()</td>
</tr>
<tr>
<td><a href="http://digitalbush.com/projects/masked-input-plugin">jQuery Masked Input 1.3</a></td>
<td><a href="jquery/maskedinput/LICENSE.txt">MIT</a></td>
<td>CHtml::maskedTextField()</td>
</tr>
<tr>
<td><a href="http://www.fyneworks.com/jquery/multiple-file-upload/">jQuery Multi File Upload 1.47</a></td>
<td><a href="http://www.fyneworks.com/jquery/multiple-file-upload/#tab-License">MIT</a></td>
<td>CMultiFileUpload</td>
</tr>
<tr>
<td><a href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/">jQuery TreeView 1.4.1</a></td>
<td><a href="jquery/autocomplete/LICENSE.txt">MIT</a></td>
<td>CTreeView</td>
</tr>
<tr>
<td><a href="http://www.fyneworks.com/jquery/star-rating/">jQuery Star Rating 3.13</a></td>
<td><a href="http://www.opensource.org/licenses/mit-license.php">MIT</a></td>
<td>CStarRating</td>
</tr>
<tr>
<td><a href="http://pear.php.net/pepr/pepr-proposal-show.php?id=198">PEAR JSON</a></td>
<td><a href="json/LICENSE.txt">BSD</a></td>
<td>CJSON</td>
</tr>
<tr>
<td><a href="http://www.unicode.org/cldr/">Unicode CLDR Data 1.6</a></td>
<td><a href="cldr/LICENSE.txt">Unicode</a></td>
<td>I18N-related functionalities</td>
</tr>
<tr>
<td><a href="http://phplens.com/phpeverywhere/">ADOdb Date Library</a></td>
<td><a href="adodb/LICENSE.txt">BSD</a></td>
<td>CTimestamp</td>
</tr>
<tr>
<td><a href="http://pear.php.net/package/Text_Highlighter/">Text_Highlighter - Generic Syntax Highlighter</a> (v0.7.0 beta)</td>
<td><a href="http://www.php.net/license/3_01.txt">The PHP License</a></td>
<td>CTextHighlighter (note: many PHP files are modified to make them workable in PHP 5 strict mode and their PEAR dependency are also removed.) </td>
</tr>
<tr>
<td><a href="http://pear.php.net/package/File_Gettext/">PEAR Gettext</a> (v0.4.1 beta)</td>
<td><a href="gettext/LICENSE.txt">The PHP License</a></td>
<td>CGettextMoFile</td>
</tr>
<tr>
<td><a href="http://htmlpurifier.org/">HTML Purifier</a> (v4.4.0)</td>
<td><a href="htmlpurifier/LICENSE.txt">LGPL</a></td>
<td>CHtmlPurifier</td>
</tr>
<tr>
<td><a href="http://michelf.com/projects/php-markdown/">PHP Markdown Extra</a> (v1.2.5)</td>
<td><a href="markdown/LICENSE.txt">BSD</a></td>
<td>CMarkdown</td>
</tr>
</table>
</body>
</html>