summaryrefslogtreecommitdiff
path: root/org.tizen.common.verrari/about.html
blob: e96d8359181e32010265bf4413221fab1ac2ae81 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<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>May, 2011</p>
<h3>Tizen SDK</h3>

<p><a href="http://www.tizen.org/" target="_blank">Tizen SDK</a> 
is a set of Eclipse plug-ins that helps programmers to develop applications for 
the mobile platform.</p>

<h3>License</h3>

<p>See <a href="about_files/LICENSE-2.0.htm">Apache License, Version 2.0</a>.</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 Eclipse Foundation, 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>jsoup</h4>
<p>
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods
</p>

<p>
A copy of the license is included in <a href="about_files/jsoup-LICENSE.txt">about_files/jsoup-LICENSE.txt</a>. The home page is located at:
<ul>
<a href="http://jsoup.org/">http://jsoup.org/</a>
</ul>
</p>

</body>
</html>