35 lines
963 B
HTML
35 lines
963 B
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>About</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
<body lang="EN-US">
|
|
<h2>About This Content</h2>
|
|
|
|
<p>
|
|
${build.date}
|
|
</p>
|
|
|
|
<h3>License</h3>
|
|
|
|
<p>
|
|
All Content in this distribution is made available by Mountainminds GmbH & Co.
|
|
KG, Munich. 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="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a>.
|
|
For purposes of the EPL, "Program" will mean the Content.
|
|
</p>
|
|
|
|
<p>
|
|
The Content includes items that have been sourced from third parties as set
|
|
out below.
|
|
</p>
|
|
|
|
${googlecodeprettify.license}
|
|
|
|
</body>
|
|
</html>
|