65 lines
2.2 KiB
HTML
65 lines
2.2 KiB
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 xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />
|
|
<link rel="shortcut icon" href="resources/report.gif" type="image/gif" />
|
|
<title>JaCoCo - License</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="breadcrumb">
|
|
<a href="../index.html" class="el_report">JaCoCo</a> >
|
|
<span class="el_source">License</span>
|
|
</div>
|
|
<div id="content">
|
|
|
|
<h1>License</h1>
|
|
|
|
<p>
|
|
Copyright © ${copyright.years} Mountainminds GmbH & Co. KG and Contributors
|
|
</p>
|
|
|
|
<p>
|
|
The JaCoCo Java Code Coverage Library and all included documentation is made
|
|
available by Mountainminds GmbH & Co. KG, Munich. Except 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
|
|
<a href="epl-2.0.html">provided</a> with this Content and is also available at
|
|
<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a>.
|
|
</p>
|
|
|
|
<h2>Trademarks</h2>
|
|
|
|
<p>
|
|
Java and all Java-based trademarks are trademarks of Oracle Corporation in the
|
|
United States, other countries, or both. Eclipse and all Eclipse related
|
|
trademarks and logos are trademarks of the Eclipse Foundation, Inc. OSGi is a
|
|
trademark, registered trademark, or service mark of The OSGi Alliance in the
|
|
US and other countries. Apache Ant and Apache Maven are trademarks of the
|
|
Apache Software Foundation. Android and Dalvik are trademarks of Google Inc.
|
|
All other trademarks are the property of their respective owners.
|
|
</p>
|
|
|
|
|
|
<h2>Third Party Content</h2>
|
|
|
|
<p>
|
|
The Content includes items that have been sourced from third parties as set
|
|
out below.
|
|
</p>
|
|
|
|
${args4j.license}
|
|
${asm.license}
|
|
${googlecodeprettify.license}
|
|
|
|
</div>
|
|
<div class="footer">
|
|
<span class="right"><a href="${jacoco.home.url}">JaCoCo</a> ${qualified.bundle.version}</span>
|
|
<a href="license.html">Copyright</a> © ${copyright.years} Mountainminds GmbH & Co. KG and Contributors
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|