-
Notifications
You must be signed in to change notification settings - Fork 396
/
about.html
35 lines (30 loc) · 2.15 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
<!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><em>September 8, 2017</em></p>
<h3>License</h3>
<p>This program and the accompanying materials are made available under the terms of the
Eclipse Public License 2 which accompanies this distribution and is available at
<a href="https://eclipse.org/legal/epl-2.0">https://eclipse.org/legal/epl-2.0</a> or the
Apache License, Version 2.0 which accompanies this distribution and is available at
<a href="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a>.</p>
<p>This Source Code may also be made available under the following Secondary Licenses when
the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are
satisfied: GNU General Public License, version 2 with the GNU Classpath Exception [1] and
GNU General Public License, version 2 with the OpenJDK Assembly Exception [2].</p>
<p>
[1] <a href="https://www.gnu.org/software/classpath/license.html">https://www.gnu.org/software/classpath/license.html</a><br>
[2] <a href="https://openjdk.org/legal/assembly-exception.html">https://openjdk.org/legal/assembly-exception.html</a><br><br>
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
</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 and Apache
License 2.0 still apply to any source code in the Content and such source code may be obtained at
<a href="https://www.eclipse.org/">https://www.eclipse.org</a>.</p>
</body></html>