1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 7 <link rel="shortcut icon" href="resources/report.gif" type="image/gif" /> 8 <title>JaCoCo - License</title> 9</head> 10<body> 11 12<div class="breadcrumb"> 13 <a href="../index.html" class="el_report">JaCoCo</a> > 14 <span class="el_source">License</span> 15</div> 16<div id="content"> 17 18<h1>License</h1> 19 20<p> 21 Copyright © ${copyright.years} Mountainminds GmbH & Co. KG and Contributors 22</p> 23 24<p> 25 The JaCoCo Java Code Coverage Library and all included documentation is made 26 available by Mountainminds GmbH & Co. KG, Munich. Except indicated below, 27 the Content is provided to you under the terms and conditions of the Eclipse 28 Public License Version 2.0 ("EPL"). A copy of the EPL is 29 <a href="epl-2.0.html">provided</a> with this Content and is also available at 30 <a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a>. 31</p> 32 33<h2>Trademarks</h2> 34 35<p> 36 Java and all Java-based trademarks are trademarks of Oracle Corporation in the 37 United States, other countries, or both. Eclipse and all Eclipse related 38 trademarks and logos are trademarks of the Eclipse Foundation, Inc. OSGi is a 39 trademark, registered trademark, or service mark of The OSGi Alliance in the 40 US and other countries. Apache Ant and Apache Maven are trademarks of the 41 Apache Software Foundation. Android and Dalvik are trademarks of Google Inc. 42 All other trademarks are the property of their respective owners. 43</p> 44 45 46<h2>Third Party Content</h2> 47 48<p> 49 The Content includes items that have been sourced from third parties as set 50 out below. 51</p> 52 53${args4j.license} 54${asm.license} 55${googlecodeprettify.license} 56 57</div> 58<div class="footer"> 59 <span class="right"><a href="${jacoco.home.url}">JaCoCo</a> ${qualified.bundle.version}</span> 60 <a href="license.html">Copyright</a> © ${copyright.years} Mountainminds GmbH & Co. KG and Contributors 61</div> 62 63</body> 64</html> 65