-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
69 lines (62 loc) · 3.13 KB
/
about.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
* Copyright 2008-2010 The MxUpdate Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Revision: $Rev$
* Last Changed: $Date$
* Last Changed By: $Author$
*/
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>
<p>April 30, 2010</p>
<h3>License</h3>
<p>The MxUpdate Team makes available all content in this plug-in. The content
is licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License.You may obtain a copy of
the License at</p>
<p align="center"><a href="http://www.apache.org/licenses/LICENSE-2.0">
http://www.apache.org/licenses/LICENSE-2.0</a>
(<a href="about_files/LICENSE.txt">local copy</a>)</p>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an <b>"AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND</b>, either express or implied.
See the License for the specific language governing permissions and limitations
under the License.</p>
<h3>Third Party Content</h3>
<p>The Content includes items that have been sourced from third parties as set
out below. If you did not receive this Content directly from the MxUpdate
Team, the following is provided for informational purposes only, and you should
look to the Redistributor’s license for terms and conditions of use.</p>
<h4>Apache Commons IO 1.4</h4>
<p>Copyright 2002-2010 The Apache Software Foundation under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License
2.0</a> (<a href="about_files/LICENSE.txt">local copy</a>).</p>
<h4>Silk icon set 1.3</h4>
<p>This icons are licensed under the Creative Commons Attribution 2.5 License and
can be found at <a href="http://creativecommons.org/licenses/by/2.5/">
http://creativecommons.org/licenses/by/2.5/</a>
(<a href="about_files/CreativeCommonsAttributionV2.5.html">local copy</a>).</p>
<p>Original icons are available from the
<a href="http://www.famfamfam.com/lab/icons/silk//">famfamfam.com Silk Icons
website</a>.</p>
</body>
</html>