-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
73 lines (69 loc) · 3.8 KB
/
about.html
File metadata and controls
73 lines (69 loc) · 3.8 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
<!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>November 30, 2017</p>
<h3>License</h3>
<p>
The Eclipse Foundation makes available all content in this plug-in
("Content"). Unless otherwise indicated below, the Content
is provided to you under the terms and conditions of the Eclipse
Public License Version 2.0 ("EPL"). A copy of the EPL is
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
For purposes of the EPL, "Program" will mean the Content.
</p>
<p>
If you did not receive this Content directly from the Eclipse
Foundation, the Content is being redistributed by another party
("Redistributor") and different terms and conditions may
apply to your use of any object code in the Content. Check the
Redistributor's license that was provided with the Content. If no such
license exists, contact the Redistributor. Unless otherwise indicated
below, the terms and conditions of the EPL still apply to any source
code in the Content and such source code may be obtained at <a
href="http://www.eclipse.org/">http://www.eclipse.org</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>
<p>
<strong>font-awesome-4.3.0</strong><br/>
This bundle includes the <a href="http://fontawesome.io/">Font Awesome library</a>.
This library can be found in the <a href="http://fontawesome.io/#modal-download">Font Awesome
download area</a> and is licensed under <a href="http://fontawesome.io/license/">MIT and SIL OFL 1.1</a>.
<br/><br/>
<strong>gwtbootstrap3-0.9.1</strong><br/>
This bundle includes the <a href="https://github.com/gwtbootstrap3/gwtbootstrap3/wiki">gwtbootstrap3 library</a>.
This library can be found on <a href="https://github.com/gwtbootstrap3/gwtbootstrap3/tree/0.9.1">Github</a> and is
licensed under <a href="https://github.com/gwtbootstrap3/gwtbootstrap3/blob/master/LICENSE">Apache License v2.0</a>.
<br/><br/>
<strong>jquery-2.0.3</strong><br/>
This bundle includes the <a href="https://jquery.com/">jQuery library</a>. This library can be found on
<a href="https://github.com/jquery/jquery/tree/2.0.3">this site</a> and is licensed under the
<a href="https://github.com/jquery/jquery/blob/2.0.3/MIT-LICENSE.txt">MIT license</a>.
<br/><br/>
<strong>backbonejs-1.3.3</strong><br/>
This bundle includes the <a href="http://backbonejs.org">BackboneJS library</a>. This library can be found on
<a href="https://github.com/jashkenas/backbone">Github</a> and is licensed under the
<a href="https://github.com/jashkenas/backbone/blob/master/LICENSE">MIT license</a>.
<br/><br/>
<strong>Joint JS 0.9.9</strong><br/>
This bundle includes the <a href="http://jointjs.com">JointJS library</a>.
This library can be found in the <a href="http://jointjs.com/opensource#Download-JointJS">JointJS Download area</a> and is licensed under <a href="http://jointjs.com/license">Mozilla Public
License</a>.
<br/><br/>
<strong>bootstrap-3.3.2</strong><br/>
This bundle includes the <a href="http://getbootstrap.com/">Bootstrap library</a>. This library can be found
on <a href="https://github.com/twbs/bootstrap/tree/v3.3.2">Github</a> and is licensed under
<a href="https://github.com/twbs/bootstrap/blob/v3.3.2/LICENSE">MIT license</a>.
</p>
</body>
</html>