<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.simantics.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tuukka+Lehtonen</id>
	<title>Developer Documents - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dev.simantics.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tuukka+Lehtonen"/>
	<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php/Special:Contributions/Tuukka_Lehtonen"/>
	<updated>2026-04-05T21:02:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3476</id>
		<title>Quick Development Environment Setup</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3476"/>
		<updated>2026-03-26T08:50:26Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
= DEPRECATED - See https://gitlab.simantics.org/simantics/platform/-/blob/master/DEVELOPMENT.md =&lt;br /&gt;
&lt;br /&gt;
== Install Java JDK and Eclipse, and Setup the IDE for Simantics Development ==&lt;br /&gt;
&lt;br /&gt;
# Get and install the latest 64-bit &#039;&#039;Java SE Development Kit 8&#039;&#039; (JDK 8). You can download the package from [http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.oracle.com/technetwork/java/javase/downloads/index.html]. Follow the installation instructions for your operating system. It is recommended to always use the latest JDK update.&lt;br /&gt;
# Get and install the latest 4.7 64-bit &#039;&#039;Eclipse Classic IDE&#039;&#039; release build. You can find the package from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]. You can select freely the installation location for the package, e.g. under your home directory. Just unzip the package to install Eclipse. Alternatively, there is also an [http://www.eclipse.org/downloads/ installer] available.&lt;br /&gt;
# After the installation of Eclipse, check that your Eclipse is set to use the right Java Runtime Environment (JRE):&lt;br /&gt;
#* In Eclipse platform, open &amp;quot;Window - Preferences&amp;quot;.&lt;br /&gt;
#* Open page “Java / Installed JREs”.&lt;br /&gt;
#* Set the JRE to point to the previously installed JDK 8.&lt;br /&gt;
# Install the Simantics Graph Compiler:&lt;br /&gt;
#* In Eclipse platform, open “Help / Install New Software...”.&lt;br /&gt;
#* Set the installation site to &amp;quot;http://www.simantics.org/update/utils&amp;quot; in the “Work with” field and press “Add...”. Give the installation site link a name when asked.&lt;br /&gt;
#* Select from the list the latest &amp;quot;Ontology development / Graph feature&amp;quot; and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# Install the Subversive plug-in to the Eclipse platform:&lt;br /&gt;
#* In Eclipse platform, open &#039;&#039;“Help / Install New Software...”&#039;&#039;.&lt;br /&gt;
#* Select installation site &amp;quot;Oxygen - http://download.eclipse.org/releases/oxygen&amp;quot; to the “Work with” field from the preset list.&lt;br /&gt;
#* Click open the &amp;quot;Collaboration&amp;quot; folder and select from the list:&lt;br /&gt;
#** &#039;&#039;Subversive SVN Team Provider&#039;&#039;&lt;br /&gt;
#: and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# After restarting Eclipse, open the SVN Repository Exploring perspective:&lt;br /&gt;
#* In Eclipse platform, open “Window / Open Perspective / Other...”.&lt;br /&gt;
#* Select &#039;&#039;SVN Repository Exploring&#039;&#039; and press “OK”. Eclipse should open the “Install Connectors” dialog.&lt;br /&gt;
#* Select latest “SVN Kit 1.x.y” and press “Finish”, and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; You can also use Eclipse 4.8 at your own risk, but Subversive is not available for it right now so you&#039;ll have to install [https://marketplace.eclipse.org/content/subclipse Subclipse] instead to get SVN support.&lt;br /&gt;
&lt;br /&gt;
== Install Latest Simantics Target Platform ==&lt;br /&gt;
&lt;br /&gt;
# In Eclipse platform, activate the &#039;&#039;Plug-in Development&#039;&#039; perspective, either from the tab on the upper right corner of the Eclipse platform or from the “Window / Open Perspective / Other...” menu, and select &#039;&#039;Plug-in Development&#039;&#039;.&lt;br /&gt;
# Create a new general project in Eclipse by:&lt;br /&gt;
#* Selecting “File / New / Project...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select a wizard&amp;quot;, select “General / Project” and press “Next”.&lt;br /&gt;
#* Give the project a name, e.g. &amp;quot;Simantics_target&amp;quot; and press &amp;quot;Finish&amp;quot;.&lt;br /&gt;
# Download the following file into the project folder you just created: [http://www.simantics.org/download/master/simantics.target http://www.simantics.org/download/master/simantics.target]&lt;br /&gt;
# In Eclipse &#039;&#039;Package Explorer&#039;&#039; (the view on left side of the Eclipse platform):&lt;br /&gt;
#* Right-click your previously created project and select &amp;quot;Refresh&amp;quot; from the context menu, or press F5 while the project is selected.&lt;br /&gt;
# Set the target platform up for the development with Simantics:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* The new target definitions should be available in the list.&lt;br /&gt;
#: Activate &#039;&#039;&#039;“Simantics x.y.z”&#039;&#039;&#039; and confirm the target platform definition by pressing &amp;quot;Apply&amp;quot; and/or &amp;quot;OK&amp;quot;.&lt;br /&gt;
#* Wait until Eclipse finishes downloading, this may take a while. After the download is completed, there should be several plug-ins starting with &amp;quot;org.simantics.*&amp;quot; in the Eclipse &#039;&#039;Plug-ins&#039;&#039; view (the view on the left side of Eclipse).&lt;br /&gt;
# &#039;&#039;&#039;Keep your platform up-to-date!&#039;&#039;&#039; Updating is as easy as re-downloading the .target file and reloading the target platform from &#039;&#039;Target Platform&#039;&#039; preference page:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* Select the active target platform, e.g. &#039;&#039;Simantics x.y.z&#039;&#039;, from the list and press &amp;quot;Reload&amp;quot;.&lt;br /&gt;
#* Wait until the platform is updated.&lt;br /&gt;
&lt;br /&gt;
== Test Your Installation ==&lt;br /&gt;
&lt;br /&gt;
 NOTE: this test/example is out of date, might not work anymore&lt;br /&gt;
&lt;br /&gt;
Test your installation with the [http://dev.simantics.org/index.php/Tutorial:_Ontology_Development Simantics movie tutorial]:&lt;br /&gt;
&lt;br /&gt;
# Download &#039;&#039;Simantics movie tutorial&#039;&#039; plug-ins into your Eclipse workspace:&lt;br /&gt;
#* Get [https://www.simantics.org/jenkins/job/Tutorials/job/package-movie-tutorial-head/lastSuccessfulBuild/artifact/movie-tutorial.zip]&lt;br /&gt;
#* In Eclipse platform, select  “File / Import...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select&amp;quot; dialog, select “General / Existing Projects into Workspace” and press “Next”.&lt;br /&gt;
#* Select the “Select archive file:” radio button and press “Browse” to find the downloaded movie-tutorial.zip.&lt;br /&gt;
#* Press “Select All” and “Finish”.&lt;br /&gt;
# Run movie.product:&lt;br /&gt;
#* From the &#039;&#039;Package Explorer&#039;&#039; view, open “org.simantics.movie.ui&#039;&#039; / Movie.product”.&lt;br /&gt;
#* From the &#039;&#039;Overview&#039;&#039; page of the opened product editor, press “Launch an Eclipse application”. &lt;br /&gt;
&lt;br /&gt;
If you managed to start the &#039;&#039;movie&#039;&#039; product, your development platform should be operational.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Happy developing with Simantics!&#039;&#039;&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=MediaWiki:Sidebar&amp;diff=3475</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=MediaWiki:Sidebar&amp;diff=3475"/>
		<updated>2025-03-13T06:54:33Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Plugins|Plugins&lt;br /&gt;
** Tutorials|Tutorials&lt;br /&gt;
** https://wiki.simantics.org/index.php/Main_Page|User Guide&lt;br /&gt;
** https://www.simantics.org/|Simantics&lt;br /&gt;
** Special:SpecialPages|Special Pages&lt;br /&gt;
** http://www.mediawiki.org/wiki/Help:Contents|help &lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Graph_Compiler&amp;diff=3474</id>
		<title>Graph Compiler</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Graph_Compiler&amp;diff=3474"/>
		<updated>2022-06-20T12:34:52Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
&lt;br /&gt;
The [[org.simantics.graph]] feature provides a textual graph database source editing environment that integrates into the Eclipse IDE.&lt;br /&gt;
&lt;br /&gt;
The feature adds a new project nature and builder for Java/Plug-in projects to support development of &amp;lt;code&amp;gt;.pgraph&amp;lt;/code&amp;gt; &#039;&#039;partial graph&#039;&#039; source files. The environment will compile all partial graphs with in a project into a single &#039;&#039;[[Transferable Graph|transferable graph]]&#039;&#039; &amp;lt;code&amp;gt;/graph.tg&amp;lt;/code&amp;gt;. Simantics applications will then be able to integrate this transferable graph into handled databases.&lt;br /&gt;
&lt;br /&gt;
The environment also allows you to add the graph compilation nature to any project from the project&#039;s context menu &#039;&#039;Configure/Add graph compilation&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= Install =&lt;br /&gt;
&lt;br /&gt;
The graph development environment is distributed using an update site at [http://www.simantics.org/update/utils http://www.simantics.org/update/utils].&lt;br /&gt;
&lt;br /&gt;
[[Category: Ontology Development]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Selection_View&amp;diff=3473</id>
		<title>Selection View</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Selection_View&amp;diff=3473"/>
		<updated>2021-04-16T06:17:18Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Selection View Title */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Selection View is a standard Simantics view, which shows tabbed configuration views about the current workbench selection.&lt;br /&gt;
&lt;br /&gt;
== Quick Summary ==&lt;br /&gt;
&lt;br /&gt;
* To use the standard selection view facilities you need to make your WorkbenchPart adaptable to [[#Standard property page|StandardPropertyPage]].&lt;br /&gt;
* [[#Standard property page|StandardPropertyPage]] will create [[#Standard property page|StandardProperties]] as the property page control and use [[#Modelled Selection Processor|StandardSelectionProcessor]] to process all incoming selections.&lt;br /&gt;
* Model your desired tab contributions in your ontologies ([[#Modelled Selection Processor]])&lt;br /&gt;
* Make sure that Dependencies-relation indexing scans the ontologies containing your tab contributions (see [[Project_Development#Optional_Step:_Using_ready-made_project_features|project features]])&lt;br /&gt;
&lt;br /&gt;
=== Example 1: standard parameter property table ===&lt;br /&gt;
&lt;br /&gt;
This example describes the simplest possible way to utilize a standard 3-column table (property, value, unit) for viewing and editing properties of a selected model entity. This contribution works with selection containing EX.Model type Resources.&lt;br /&gt;
&lt;br /&gt;
* Define your own tab contribution (&#039;&#039;EX.ModelTabContribution&#039;&#039;) and use the standard modelled property table as the UI (&#039;&#039;SEL_UI.StandardProperties&#039;&#039;). &lt;br /&gt;
* Make sure EX.Model has properties that are instantiated from &#039;&#039;SEL.GenericParameterType&#039;&#039;. If a label is defined for the property, it is used in the UI instead of the name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// Import namespaces&lt;br /&gt;
EX = &amp;lt;http://www.simantics.org/Example-1.0&amp;gt;&lt;br /&gt;
    @L0.new&lt;br /&gt;
SIMU = &amp;lt;http://www.simantics.org/Simulation-1.0&amp;gt;&lt;br /&gt;
SEL = &amp;lt;http://www.simantics.org/SelectionView-1.1&amp;gt;&lt;br /&gt;
SEL_UI = &amp;lt;http://www.simantics.org/SelectionViewUI-1.0&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// Define type EX.Model with a single parameter&lt;br /&gt;
EX.Model &amp;lt;T SIMU.Model&lt;br /&gt;
    &amp;gt;-- EX.Model.parameter --&amp;gt; L0.String &amp;lt;R L0.HasProperty : SEL.GenericParameterType&lt;br /&gt;
        L0.HasLabel &amp;quot;Parameter&amp;quot;&lt;br /&gt;
&lt;br /&gt;
// Define selection view tab contribution for EX.Model selections&lt;br /&gt;
EX.ModelTabContribution : SEL.TypedVariableTabContribution&lt;br /&gt;
    SEL.TypedVariableTabContribution.HasType EX.Model&lt;br /&gt;
    SEL.VariableTabContribution.HasView SEL_UI.StandardProperties&lt;br /&gt;
    // Use priorities to order tab contributions&lt;br /&gt;
    SEL.VariableTabContribution.HasPriority 1&lt;br /&gt;
    L0.HasLabel &amp;quot;Properties&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Make sure that the following namespaces are in your model&#039;s indexing search path:&lt;br /&gt;
** http://www.simantics.org/SelectionView-1.1&lt;br /&gt;
** http://www.simantics.org/Example-1.0&lt;br /&gt;
This allows the indexing system to find the standard Simantics selection view contributions and your own contributions. To achieve this you must make sure that your model contains unidirectional &#039;&#039;&#039;L0.IsLinkedTo&#039;&#039;&#039; statements to the resource appointed by these URI.&lt;br /&gt;
&lt;br /&gt;
 TODO: need better instructions for indexing setup to provide a point of reference for these cases&lt;br /&gt;
&lt;br /&gt;
== Selection View ==&lt;br /&gt;
&lt;br /&gt;
The Selection View is contributed in &#039;&#039;&#039;org.simantics.browsing.ui.platform/plugin.xml&#039;&#039;&#039;. The selection view implementation is in class &amp;lt;code&amp;gt;org.simantics.browsing.ui.platform.PropertyPageView&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Selection View displays content for the &#039;&#039;&#039;active workbench selection&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Selection View listens to the &#039;&#039;&#039;active workbench part&#039;&#039;&#039; and tries to obtain &#039;&#039;&#039;org.simantics.ui.workbench.IPropertyPage&#039;&#039;&#039; via &#039;&#039;&#039;IAdaptable.getAdapter&#039;&#039;&#039; for displaying selections from the part. &lt;br /&gt;
&lt;br /&gt;
Most Simantics workbench part implementations adapt into the standard property page implementation described next.&lt;br /&gt;
&lt;br /&gt;
== Standard property page ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;standard property page&#039;&#039; ([[svn:foundation/browsing/trunk/org.simantics.selectionview/src/org/simantics/selectionview/StandardPropertyPage.java|StandardPropertyPage]]) displays a tab folder ([[svn:foundation/browsing/trunk/org.simantics.selectionview/src/org/simantics/selectionview/StandardProperties.java|StandardProperties]]), which contains a number of tabs contributed by a set of &#039;&#039;selection processors&#039;&#039; ([[svn:foundation/browsing/trunk/org.simantics.selectionview/src/org/simantics/selectionview/SelectionProcessor.java|SelectionProcessor]]).&lt;br /&gt;
&lt;br /&gt;
== Selection processing ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/**&lt;br /&gt;
 * A selection processor is an interface for encapsulating the conversion from a&lt;br /&gt;
 * UI selection into a collection of input objects. Minimally a selection&lt;br /&gt;
 * processor must simply transfer the incoming selection&#039;s contents into a&lt;br /&gt;
 * collection. The point of having this interface is to allow contribution-based&lt;br /&gt;
 * preprocessing of UI selections into proper domain-specific model objects that&lt;br /&gt;
 * the domain-specific UI components can take as their inputs.&lt;br /&gt;
 * &lt;br /&gt;
 * &amp;lt;p&amp;gt;&lt;br /&gt;
 * This interface is used in conjunction with UI components that are meant to&lt;br /&gt;
 * react to external inputs/UI selections. A tabbed selection view is an example&lt;br /&gt;
 * of such a UI component. One or more tabs are created for each preprocessed&lt;br /&gt;
 * input object. A selection processor in a tabbed property table is the party&lt;br /&gt;
 * that decides how to process/adapt a new workbench selection before sending it&lt;br /&gt;
 * on to property contributors for resolving all potential property tab&lt;br /&gt;
 * contributors.&lt;br /&gt;
 * &lt;br /&gt;
 * @author Tuukka Lehtonen&lt;br /&gt;
 * &lt;br /&gt;
 * @param &amp;lt;S&amp;gt;&lt;br /&gt;
 * @param &amp;lt;B&amp;gt;&lt;br /&gt;
 */&lt;br /&gt;
public interface SelectionProcessor&amp;lt;S, B&amp;gt; {&lt;br /&gt;
&lt;br /&gt;
    /**&lt;br /&gt;
     * @param selection the incoming selection to process&lt;br /&gt;
     * @param backend for providing back-end access to the processor&lt;br /&gt;
     * @return an ordered set of&lt;br /&gt;
     *         &amp;lt;code&amp;gt;org.simantics.browsing.ui.swt.ComparableTabContributor&amp;lt;/code&amp;gt;&lt;br /&gt;
     *         instances representing the property tabs to be contributed to the&lt;br /&gt;
     *         selection view. The processor must not return &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt;,&lt;br /&gt;
     *         return an empty collection instead.&lt;br /&gt;
     */&lt;br /&gt;
    Collection&amp;lt;?&amp;gt; process(S selection, B backend);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Selection&#039;&#039; is the &#039;&#039;&#039;workbench selection&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Backend&#039;&#039; is normally ReadGraph (could be something else if custom property pages are used).&lt;br /&gt;
* Selection processors are contributed by:&lt;br /&gt;
*# Extending &amp;lt;code&amp;gt;StandardPropertyPage&amp;lt;/code&amp;gt; and overriding method &amp;lt;code&amp;gt;getSelectionProcessor&amp;lt;/code&amp;gt;&lt;br /&gt;
*# Constructing &amp;lt;code&amp;gt;StandardPropertyPage&amp;lt;/code&amp;gt; with a set of &#039;&#039;&#039;browse contexts&#039;&#039;&#039; for which selection processors can be contributed via extension point &#039;&#039;&#039;org.simantics.browsing.ui.common.selectionProcessorBinding&#039;&#039;&#039;&lt;br /&gt;
* The obtained set of &amp;lt;code&amp;gt;ComparableTabContributors&amp;lt;/code&amp;gt; are sorted and used to create tabs for the tabbed folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A modelled implementation of the &#039;&#039;SelectionProcessor&#039;&#039; interface is described next.&lt;br /&gt;
&lt;br /&gt;
=== Modelled Selection Processor ===&lt;br /&gt;
&lt;br /&gt;
The implementation of modelled selection processor ([[svn:foundation/browsing/trunk/org.simantics.selectionview/src/org/simantics/selectionview/StandardSelectionProcessor.java|StandardSelectionProcessor]]) performs the following procedure:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Try to get a model resource from the &#039;&#039;&#039;workbench selection&#039;&#039;&#039;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
private Resource getModel(ReadGraph graph, Object selection) throws DatabaseException {&lt;br /&gt;
    Variable variable = ISelectionUtils.filterSingleSelection(selection, Variable.class);&lt;br /&gt;
    if (variable != null)&lt;br /&gt;
        return Variables.getModel(graph, variable);&lt;br /&gt;
&lt;br /&gt;
    Resource model = ISelectionUtils.getSinglePossibleKey(selection,&lt;br /&gt;
            SelectionHints.KEY_MODEL, Resource.class);&lt;br /&gt;
    if (model == null) {&lt;br /&gt;
        Resource r = ISelectionUtils.getSinglePossibleKey(selection,&lt;br /&gt;
                SelectionHints.KEY_MAIN, Resource.class);&lt;br /&gt;
        if (r != null)&lt;br /&gt;
            model = graph.sync(new PossibleModel(r));&lt;br /&gt;
    }&lt;br /&gt;
    return model != null&lt;br /&gt;
            &amp;amp;&amp;amp; graph.isInstanceOf(model, SimulationResource.getInstance(graph).Model)&lt;br /&gt;
            ? model&lt;br /&gt;
            : null;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Seek all instances of http://www.simantics.org/SelectionView-0.0/TabContribution from model dependencies and adapt (ReadGraph.adapt) them to org.simantics.selectionview.TabContribution.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SEL.VariableTabContribution &amp;lt;T SEL.TabContribution&lt;br /&gt;
  &amp;gt;-- SEL.VariableTabContribution.HasTest &amp;lt;R L0.DependsOn&lt;br /&gt;
  &amp;gt;-- SEL.VariableTabContribution.HasView &amp;lt;R L0.DependsOn&lt;br /&gt;
  &amp;gt;-- SEL.VariableTabContribution.HasPriority &amp;lt;R L0.DependsOn&lt;br /&gt;
&lt;br /&gt;
SEL.TypedVariableTabContribution &amp;lt;T SEL.VariableTabContribution&lt;br /&gt;
  &amp;gt;-- SEL.TypedVariableTabContribution.HasType &amp;lt;R L0.DependsOn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
public interface TabContribution&amp;lt;T&amp;gt; {&lt;br /&gt;
    void contribute(ReadGraph graph, T selection, Collection&amp;lt;ComparableTabContributor&amp;gt; result)&lt;br /&gt;
            throws DatabaseException;	&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(SEL.VariableTabContribution.HasView refers to a Modelled View configuration for describing the contents of the tab.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Seek all instances of http://www.simantics.org/SelectionView-0.0/SelectionTransformation (which are also L0.Function) and apply them (org.simantics.db.common.utils.Functions#exec) as long as needed to obtain a closure of inputs, i.e. as long as new inputs are generated from existing ones.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Feed all inputs to the found TabContributions to obtain a set of tabs.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tab implementation ==&lt;br /&gt;
&lt;br /&gt;
The standard way of implementing a tab is a [[Org.simantics.views|Simantics Modelled View]].&lt;br /&gt;
&lt;br /&gt;
Generic configurations for modelled tabs can be found in the ontology http://www.simantics.org/SelectionViewUI-1.0.&lt;br /&gt;
&lt;br /&gt;
The standard modelled property tab is http://www.simantics.org/SelectionViewUI-1.0/StandardProperties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap&amp;quot;&amp;gt;&lt;br /&gt;
SEL.StandardPropertiesBase &amp;lt;T VIEW.Explorer&lt;br /&gt;
  @L0.assert VIEW.Control.layoutData&lt;br /&gt;
    _ : VIEW.GridLayout.GridData&lt;br /&gt;
      VIEW.GridLayout.GridData.horizontalGrab true&lt;br /&gt;
      VIEW.GridLayout.GridData.verticalGrab true&lt;br /&gt;
  @L0.assert VIEW.Control.style &lt;br /&gt;
    _ : VIEW.Control.Style&lt;br /&gt;
      VIEW.Control.Style.HasConstant VIEW.Control.Style.Constant.Multi&lt;br /&gt;
      VIEW.Control.Style.HasConstant VIEW.Control.Style.Constant.FullSelection&lt;br /&gt;
  @L0.assert VIEW.Explorer.columns &lt;br /&gt;
    _ : VIEW.Explorer.ColumnList&lt;br /&gt;
      @L0.list&lt;br /&gt;
        SEL.PropertyColumn&lt;br /&gt;
        SEL.ValueColumn&lt;br /&gt;
        SEL.UnitColumn&lt;br /&gt;
  @L0.assert VIEW.Explorer.input MOD.Functions.singleVariableSelection&lt;br /&gt;
  @L0.assert VIEW.Explorer.browseContext&lt;br /&gt;
    _ : VIEW.ResourceURI&lt;br /&gt;
      VIEW.ResourceURI.HasResource&lt;br /&gt;
        SEL.StandardPropertiesBase.BrowseContext : SEL.StandardProperties.BrowseContextStandardChildren&lt;br /&gt;
&lt;br /&gt;
SEL.StandardProperties : SEL.StandardPropertiesBase&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where input is obtained from modelled view runtime state&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    @SCLValue(type = &amp;quot;ReadGraph -&amp;gt; Resource -&amp;gt; Variable -&amp;gt; Variable&amp;quot;)&lt;br /&gt;
    public static Variable singleVariableSelection(ReadGraph graph, Resource resource, Variable context)&lt;br /&gt;
            throws DatabaseException {&lt;br /&gt;
    	return ScenegraphLoaderUtils.getVariableSelection(graph, context);&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and browsing rules are defined by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SEL.StandardProperties.BrowseContextStandardChildren &amp;lt;T SEL.StandardProperties.BrowseContextWithoutChildren&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasChildContribution &lt;br /&gt;
    _ : VP.ChildContribution&lt;br /&gt;
      VP.ChildContribution.HasParentNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.ChildContribution.HasChildNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.ChildContribution.HasRule _ : MOD.ModelingBrowseContext.VariablePropertyRule&lt;br /&gt;
        MOD.ModelingBrowseContext.VariablePropertyRule.RequireProperty &amp;quot;HasStandardPropertyInfo&amp;quot;&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasChildContribution &lt;br /&gt;
    _ : VP.ChildContribution&lt;br /&gt;
      VP.ChildContribution.HasParentNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.ChildContribution.HasChildNodeType SEL.CategoryNode&lt;br /&gt;
      VP.ChildContribution.HasRule _ : SEL.VariablePropertyCategoryRule&lt;br /&gt;
&lt;br /&gt;
SEL.StandardProperties.BrowseContextWithoutChildren &amp;lt;T VP.BrowseContext&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.VariablePropertyLabelRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType SEL.CategoryNode&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.CategoryNodeLabelRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.StandardPropertySorterRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.VariablePropertyModifierRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.VariableDecorationRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType SEL.CategoryNode&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.CategoryDecorationRule&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rules of the standard browse context are as follows:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;MOD.ModelingBrowseContext.VariablePropertyRule&#039;&#039;&#039; returns all properties (Variable.browseProperties) such that&lt;br /&gt;
** All results contain all properties defined by VariablePropertyRule.RequireProperty&lt;br /&gt;
* &#039;&#039;&#039;SEL.VariablePropertyCategoryRule&#039;&#039;&#039; returns a set of categories collected from all suitable properties (as above)&lt;br /&gt;
** categories are identified by&lt;br /&gt;
*** var#HasStandardPropertyInfo#CategoryName&lt;br /&gt;
*** var#HasStandardPropertyInfo#CategorySortingName&lt;br /&gt;
** hidden categories are not shown&lt;br /&gt;
*** see var#HasStandardPropertyInfo#IsHidden&lt;br /&gt;
* &#039;&#039;&#039;SEL.VariablePropertyLabelRule&#039;&#039;&#039; collects a String-&amp;gt;String map by searching properties var where&lt;br /&gt;
** key is the value of (var#HasDisplayColumn)&lt;br /&gt;
** value is the (Bindings.STRING) value of var&lt;br /&gt;
* &#039;&#039;&#039;SEL.CategoryNodeLabelRule&#039;&#039;&#039; returns the map &amp;quot;HasDisplayProperty&amp;quot; -&amp;gt; ((CategoryNode)content).getName()&lt;br /&gt;
* &#039;&#039;&#039;SEL.StandardPropertySorterRule&#039;&#039;&#039; sorts properties and categories by sorting name where sorting name is&lt;br /&gt;
** (p#SortingName) or if absent (p#HasDisplayProperty) for a variable p&lt;br /&gt;
** ((CategoryNode)content).getSortingName() for categories&lt;br /&gt;
* &#039;&#039;&#039;SEL.VariablePropertyModifierRule&#039;&#039;&#039; returns org.simantics.browsing.ui.content.Labeler.Modifier by&lt;br /&gt;
** finding the column property (by var#HasDisplayColumn)&lt;br /&gt;
** trying to obtain a custom modifier (var#HasCustomModifier)&lt;br /&gt;
** trying to obtain an enumeration modifier by listing (var#HasEnumerationValues) and returning &#039;&#039;&#039;org.simantics.browsing.ui.graph.impl.EnumerationVariableModifier3&#039;&#039;&#039;&lt;br /&gt;
** returning &#039;&#039;&#039;org.simantics.browsing.ui.model.modifiers.VariableModifier2&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;SEL.VariableDecorationRule&#039;&#039;&#039; offsets the property name column of properties by one&lt;br /&gt;
* &#039;&#039;&#039;SEL.CategoryDecorationRule&#039;&#039;&#039; displays categories as bold&lt;br /&gt;
&lt;br /&gt;
The standard implementation can be customised by e.g.&lt;br /&gt;
&lt;br /&gt;
* Introducing more columns&lt;br /&gt;
* Applying property filtering (RequiresProperty)&lt;br /&gt;
* Adding decorations&lt;br /&gt;
&lt;br /&gt;
Some other notable points&lt;br /&gt;
&lt;br /&gt;
* Modifier uses the property &#039;HasInputValidator&#039; for getting a validator&lt;br /&gt;
* Modifier writes with Bindings.STRING into the label property.&lt;br /&gt;
* The labels may apply transformations such as unit conversion or formatting i.e. they can not be used for obtaining raw property data.&lt;br /&gt;
&lt;br /&gt;
== Selection View Title ==&lt;br /&gt;
&lt;br /&gt;
By default the selection view title is set to &#039;&#039;&#039;Selection&#039;&#039;&#039;. However it is possible for tab contributions to customize the title text. On the low-level customization happens through the &#039;&#039;&#039;org.simantics.selectionview.IPropertyTab2&#039;&#039;&#039; interface which tab contributions can implement.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
public interface IPropertyTab2 extends IPropertyTab {&lt;br /&gt;
&lt;br /&gt;
    /**&lt;br /&gt;
     * @param updateCallback a callback that &amp;lt;em&amp;gt;can be&amp;lt;/em&amp;gt; invoked by&lt;br /&gt;
     *        getPartName if it wishes to change the part name. If the page does&lt;br /&gt;
     *        not wish to change the part name, it does not have to invoke the&lt;br /&gt;
     *        updateCallback. A &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt; value indicates that the part&lt;br /&gt;
     *        name should be returned to its default value. The method should&lt;br /&gt;
     *        use the selection received by&lt;br /&gt;
     *        {@link #setInput(org.simantics.db.management.ISessionContext, ISelection, boolean)}&lt;br /&gt;
     *        as input for constructing the part title.&lt;br /&gt;
     */&lt;br /&gt;
    void updatePartName(Callback&amp;lt;String&amp;gt; updateCallback);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributing custom title logic is not yet possible through modelling, only by implementing your own custom &#039;&#039;&#039;org.simantics.selectionview.PropertyTabContributor&#039;&#039;&#039;, e.g. by customizing &#039;&#039;&#039;org.simantics.selectionview.ModelledTabContributor&#039;&#039;&#039; or &#039;&#039;&#039;org.simantics.selectionview.PropertyTabContributorImpl&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Future developments ==&lt;br /&gt;
&lt;br /&gt;
Some generic Variable properties should be used in rules. These properties include&lt;br /&gt;
&lt;br /&gt;
* #classifications&lt;br /&gt;
* #valid&lt;br /&gt;
* #validator&lt;br /&gt;
* #expression &lt;br /&gt;
* #required&lt;br /&gt;
* #default&lt;br /&gt;
* #readOnly &lt;br /&gt;
&lt;br /&gt;
The Variable model includes a generic model for connections, which should also be supported in the standard properties&lt;br /&gt;
&lt;br /&gt;
Selection view title logic modelling shall be added.&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Selection_View&amp;diff=3472</id>
		<title>Selection View</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Selection_View&amp;diff=3472"/>
		<updated>2021-04-16T06:07:44Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Selection View is a standard Simantics view, which shows tabbed configuration views about the current workbench selection.&lt;br /&gt;
&lt;br /&gt;
== Quick Summary ==&lt;br /&gt;
&lt;br /&gt;
* To use the standard selection view facilities you need to make your WorkbenchPart adaptable to [[#Standard property page|StandardPropertyPage]].&lt;br /&gt;
* [[#Standard property page|StandardPropertyPage]] will create [[#Standard property page|StandardProperties]] as the property page control and use [[#Modelled Selection Processor|StandardSelectionProcessor]] to process all incoming selections.&lt;br /&gt;
* Model your desired tab contributions in your ontologies ([[#Modelled Selection Processor]])&lt;br /&gt;
* Make sure that Dependencies-relation indexing scans the ontologies containing your tab contributions (see [[Project_Development#Optional_Step:_Using_ready-made_project_features|project features]])&lt;br /&gt;
&lt;br /&gt;
=== Example 1: standard parameter property table ===&lt;br /&gt;
&lt;br /&gt;
This example describes the simplest possible way to utilize a standard 3-column table (property, value, unit) for viewing and editing properties of a selected model entity. This contribution works with selection containing EX.Model type Resources.&lt;br /&gt;
&lt;br /&gt;
* Define your own tab contribution (&#039;&#039;EX.ModelTabContribution&#039;&#039;) and use the standard modelled property table as the UI (&#039;&#039;SEL_UI.StandardProperties&#039;&#039;). &lt;br /&gt;
* Make sure EX.Model has properties that are instantiated from &#039;&#039;SEL.GenericParameterType&#039;&#039;. If a label is defined for the property, it is used in the UI instead of the name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// Import namespaces&lt;br /&gt;
EX = &amp;lt;http://www.simantics.org/Example-1.0&amp;gt;&lt;br /&gt;
    @L0.new&lt;br /&gt;
SIMU = &amp;lt;http://www.simantics.org/Simulation-1.0&amp;gt;&lt;br /&gt;
SEL = &amp;lt;http://www.simantics.org/SelectionView-1.1&amp;gt;&lt;br /&gt;
SEL_UI = &amp;lt;http://www.simantics.org/SelectionViewUI-1.0&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// Define type EX.Model with a single parameter&lt;br /&gt;
EX.Model &amp;lt;T SIMU.Model&lt;br /&gt;
    &amp;gt;-- EX.Model.parameter --&amp;gt; L0.String &amp;lt;R L0.HasProperty : SEL.GenericParameterType&lt;br /&gt;
        L0.HasLabel &amp;quot;Parameter&amp;quot;&lt;br /&gt;
&lt;br /&gt;
// Define selection view tab contribution for EX.Model selections&lt;br /&gt;
EX.ModelTabContribution : SEL.TypedVariableTabContribution&lt;br /&gt;
    SEL.TypedVariableTabContribution.HasType EX.Model&lt;br /&gt;
    SEL.VariableTabContribution.HasView SEL_UI.StandardProperties&lt;br /&gt;
    // Use priorities to order tab contributions&lt;br /&gt;
    SEL.VariableTabContribution.HasPriority 1&lt;br /&gt;
    L0.HasLabel &amp;quot;Properties&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Make sure that the following namespaces are in your model&#039;s indexing search path:&lt;br /&gt;
** http://www.simantics.org/SelectionView-1.1&lt;br /&gt;
** http://www.simantics.org/Example-1.0&lt;br /&gt;
This allows the indexing system to find the standard Simantics selection view contributions and your own contributions. To achieve this you must make sure that your model contains unidirectional &#039;&#039;&#039;L0.IsLinkedTo&#039;&#039;&#039; statements to the resource appointed by these URI.&lt;br /&gt;
&lt;br /&gt;
 TODO: need better instructions for indexing setup to provide a point of reference for these cases&lt;br /&gt;
&lt;br /&gt;
== Selection View ==&lt;br /&gt;
&lt;br /&gt;
The Selection View is contributed in &#039;&#039;&#039;org.simantics.browsing.ui.platform/plugin.xml&#039;&#039;&#039;. The selection view implementation is in class &amp;lt;code&amp;gt;org.simantics.browsing.ui.platform.PropertyPageView&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Selection View displays content for the &#039;&#039;&#039;active workbench selection&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Selection View listens to the &#039;&#039;&#039;active workbench part&#039;&#039;&#039; and tries to obtain &#039;&#039;&#039;org.simantics.ui.workbench.IPropertyPage&#039;&#039;&#039; via &#039;&#039;&#039;IAdaptable.getAdapter&#039;&#039;&#039; for displaying selections from the part. &lt;br /&gt;
&lt;br /&gt;
Most Simantics workbench part implementations adapt into the standard property page implementation described next.&lt;br /&gt;
&lt;br /&gt;
== Standard property page ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;standard property page&#039;&#039; ([[svn:foundation/browsing/trunk/org.simantics.selectionview/src/org/simantics/selectionview/StandardPropertyPage.java|StandardPropertyPage]]) displays a tab folder ([[svn:foundation/browsing/trunk/org.simantics.selectionview/src/org/simantics/selectionview/StandardProperties.java|StandardProperties]]), which contains a number of tabs contributed by a set of &#039;&#039;selection processors&#039;&#039; ([[svn:foundation/browsing/trunk/org.simantics.selectionview/src/org/simantics/selectionview/SelectionProcessor.java|SelectionProcessor]]).&lt;br /&gt;
&lt;br /&gt;
== Selection processing ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/**&lt;br /&gt;
 * A selection processor is an interface for encapsulating the conversion from a&lt;br /&gt;
 * UI selection into a collection of input objects. Minimally a selection&lt;br /&gt;
 * processor must simply transfer the incoming selection&#039;s contents into a&lt;br /&gt;
 * collection. The point of having this interface is to allow contribution-based&lt;br /&gt;
 * preprocessing of UI selections into proper domain-specific model objects that&lt;br /&gt;
 * the domain-specific UI components can take as their inputs.&lt;br /&gt;
 * &lt;br /&gt;
 * &amp;lt;p&amp;gt;&lt;br /&gt;
 * This interface is used in conjunction with UI components that are meant to&lt;br /&gt;
 * react to external inputs/UI selections. A tabbed selection view is an example&lt;br /&gt;
 * of such a UI component. One or more tabs are created for each preprocessed&lt;br /&gt;
 * input object. A selection processor in a tabbed property table is the party&lt;br /&gt;
 * that decides how to process/adapt a new workbench selection before sending it&lt;br /&gt;
 * on to property contributors for resolving all potential property tab&lt;br /&gt;
 * contributors.&lt;br /&gt;
 * &lt;br /&gt;
 * @author Tuukka Lehtonen&lt;br /&gt;
 * &lt;br /&gt;
 * @param &amp;lt;S&amp;gt;&lt;br /&gt;
 * @param &amp;lt;B&amp;gt;&lt;br /&gt;
 */&lt;br /&gt;
public interface SelectionProcessor&amp;lt;S, B&amp;gt; {&lt;br /&gt;
&lt;br /&gt;
    /**&lt;br /&gt;
     * @param selection the incoming selection to process&lt;br /&gt;
     * @param backend for providing back-end access to the processor&lt;br /&gt;
     * @return an ordered set of&lt;br /&gt;
     *         &amp;lt;code&amp;gt;org.simantics.browsing.ui.swt.ComparableTabContributor&amp;lt;/code&amp;gt;&lt;br /&gt;
     *         instances representing the property tabs to be contributed to the&lt;br /&gt;
     *         selection view. The processor must not return &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt;,&lt;br /&gt;
     *         return an empty collection instead.&lt;br /&gt;
     */&lt;br /&gt;
    Collection&amp;lt;?&amp;gt; process(S selection, B backend);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Selection&#039;&#039; is the &#039;&#039;&#039;workbench selection&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Backend&#039;&#039; is normally ReadGraph (could be something else if custom property pages are used).&lt;br /&gt;
* Selection processors are contributed by:&lt;br /&gt;
*# Extending &amp;lt;code&amp;gt;StandardPropertyPage&amp;lt;/code&amp;gt; and overriding method &amp;lt;code&amp;gt;getSelectionProcessor&amp;lt;/code&amp;gt;&lt;br /&gt;
*# Constructing &amp;lt;code&amp;gt;StandardPropertyPage&amp;lt;/code&amp;gt; with a set of &#039;&#039;&#039;browse contexts&#039;&#039;&#039; for which selection processors can be contributed via extension point &#039;&#039;&#039;org.simantics.browsing.ui.common.selectionProcessorBinding&#039;&#039;&#039;&lt;br /&gt;
* The obtained set of &amp;lt;code&amp;gt;ComparableTabContributors&amp;lt;/code&amp;gt; are sorted and used to create tabs for the tabbed folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A modelled implementation of the &#039;&#039;SelectionProcessor&#039;&#039; interface is described next.&lt;br /&gt;
&lt;br /&gt;
=== Modelled Selection Processor ===&lt;br /&gt;
&lt;br /&gt;
The implementation of modelled selection processor ([[svn:foundation/browsing/trunk/org.simantics.selectionview/src/org/simantics/selectionview/StandardSelectionProcessor.java|StandardSelectionProcessor]]) performs the following procedure:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Try to get a model resource from the &#039;&#039;&#039;workbench selection&#039;&#039;&#039;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
private Resource getModel(ReadGraph graph, Object selection) throws DatabaseException {&lt;br /&gt;
    Variable variable = ISelectionUtils.filterSingleSelection(selection, Variable.class);&lt;br /&gt;
    if (variable != null)&lt;br /&gt;
        return Variables.getModel(graph, variable);&lt;br /&gt;
&lt;br /&gt;
    Resource model = ISelectionUtils.getSinglePossibleKey(selection,&lt;br /&gt;
            SelectionHints.KEY_MODEL, Resource.class);&lt;br /&gt;
    if (model == null) {&lt;br /&gt;
        Resource r = ISelectionUtils.getSinglePossibleKey(selection,&lt;br /&gt;
                SelectionHints.KEY_MAIN, Resource.class);&lt;br /&gt;
        if (r != null)&lt;br /&gt;
            model = graph.sync(new PossibleModel(r));&lt;br /&gt;
    }&lt;br /&gt;
    return model != null&lt;br /&gt;
            &amp;amp;&amp;amp; graph.isInstanceOf(model, SimulationResource.getInstance(graph).Model)&lt;br /&gt;
            ? model&lt;br /&gt;
            : null;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Seek all instances of http://www.simantics.org/SelectionView-0.0/TabContribution from model dependencies and adapt (ReadGraph.adapt) them to org.simantics.selectionview.TabContribution.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SEL.VariableTabContribution &amp;lt;T SEL.TabContribution&lt;br /&gt;
  &amp;gt;-- SEL.VariableTabContribution.HasTest &amp;lt;R L0.DependsOn&lt;br /&gt;
  &amp;gt;-- SEL.VariableTabContribution.HasView &amp;lt;R L0.DependsOn&lt;br /&gt;
  &amp;gt;-- SEL.VariableTabContribution.HasPriority &amp;lt;R L0.DependsOn&lt;br /&gt;
&lt;br /&gt;
SEL.TypedVariableTabContribution &amp;lt;T SEL.VariableTabContribution&lt;br /&gt;
  &amp;gt;-- SEL.TypedVariableTabContribution.HasType &amp;lt;R L0.DependsOn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
public interface TabContribution&amp;lt;T&amp;gt; {&lt;br /&gt;
    void contribute(ReadGraph graph, T selection, Collection&amp;lt;ComparableTabContributor&amp;gt; result)&lt;br /&gt;
            throws DatabaseException;	&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(SEL.VariableTabContribution.HasView refers to a Modelled View configuration for describing the contents of the tab.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Seek all instances of http://www.simantics.org/SelectionView-0.0/SelectionTransformation (which are also L0.Function) and apply them (org.simantics.db.common.utils.Functions#exec) as long as needed to obtain a closure of inputs, i.e. as long as new inputs are generated from existing ones.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Feed all inputs to the found TabContributions to obtain a set of tabs.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tab implementation ==&lt;br /&gt;
&lt;br /&gt;
The standard way of implementing a tab is a [[Org.simantics.views|Simantics Modelled View]].&lt;br /&gt;
&lt;br /&gt;
Generic configurations for modelled tabs can be found in the ontology http://www.simantics.org/SelectionViewUI-1.0.&lt;br /&gt;
&lt;br /&gt;
The standard modelled property tab is http://www.simantics.org/SelectionViewUI-1.0/StandardProperties&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap&amp;quot;&amp;gt;&lt;br /&gt;
SEL.StandardPropertiesBase &amp;lt;T VIEW.Explorer&lt;br /&gt;
  @L0.assert VIEW.Control.layoutData&lt;br /&gt;
    _ : VIEW.GridLayout.GridData&lt;br /&gt;
      VIEW.GridLayout.GridData.horizontalGrab true&lt;br /&gt;
      VIEW.GridLayout.GridData.verticalGrab true&lt;br /&gt;
  @L0.assert VIEW.Control.style &lt;br /&gt;
    _ : VIEW.Control.Style&lt;br /&gt;
      VIEW.Control.Style.HasConstant VIEW.Control.Style.Constant.Multi&lt;br /&gt;
      VIEW.Control.Style.HasConstant VIEW.Control.Style.Constant.FullSelection&lt;br /&gt;
  @L0.assert VIEW.Explorer.columns &lt;br /&gt;
    _ : VIEW.Explorer.ColumnList&lt;br /&gt;
      @L0.list&lt;br /&gt;
        SEL.PropertyColumn&lt;br /&gt;
        SEL.ValueColumn&lt;br /&gt;
        SEL.UnitColumn&lt;br /&gt;
  @L0.assert VIEW.Explorer.input MOD.Functions.singleVariableSelection&lt;br /&gt;
  @L0.assert VIEW.Explorer.browseContext&lt;br /&gt;
    _ : VIEW.ResourceURI&lt;br /&gt;
      VIEW.ResourceURI.HasResource&lt;br /&gt;
        SEL.StandardPropertiesBase.BrowseContext : SEL.StandardProperties.BrowseContextStandardChildren&lt;br /&gt;
&lt;br /&gt;
SEL.StandardProperties : SEL.StandardPropertiesBase&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where input is obtained from modelled view runtime state&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    @SCLValue(type = &amp;quot;ReadGraph -&amp;gt; Resource -&amp;gt; Variable -&amp;gt; Variable&amp;quot;)&lt;br /&gt;
    public static Variable singleVariableSelection(ReadGraph graph, Resource resource, Variable context)&lt;br /&gt;
            throws DatabaseException {&lt;br /&gt;
    	return ScenegraphLoaderUtils.getVariableSelection(graph, context);&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and browsing rules are defined by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SEL.StandardProperties.BrowseContextStandardChildren &amp;lt;T SEL.StandardProperties.BrowseContextWithoutChildren&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasChildContribution &lt;br /&gt;
    _ : VP.ChildContribution&lt;br /&gt;
      VP.ChildContribution.HasParentNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.ChildContribution.HasChildNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.ChildContribution.HasRule _ : MOD.ModelingBrowseContext.VariablePropertyRule&lt;br /&gt;
        MOD.ModelingBrowseContext.VariablePropertyRule.RequireProperty &amp;quot;HasStandardPropertyInfo&amp;quot;&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasChildContribution &lt;br /&gt;
    _ : VP.ChildContribution&lt;br /&gt;
      VP.ChildContribution.HasParentNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.ChildContribution.HasChildNodeType SEL.CategoryNode&lt;br /&gt;
      VP.ChildContribution.HasRule _ : SEL.VariablePropertyCategoryRule&lt;br /&gt;
&lt;br /&gt;
SEL.StandardProperties.BrowseContextWithoutChildren &amp;lt;T VP.BrowseContext&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.VariablePropertyLabelRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType SEL.CategoryNode&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.CategoryNodeLabelRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.StandardPropertySorterRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.VariablePropertyModifierRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType MOD.ModelingBrowseContext.Variable&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.VariableDecorationRule&lt;br /&gt;
  @L0.assert VP.BrowseContext.HasVisualsContribution&lt;br /&gt;
    _ : VP.VisualsContribution&lt;br /&gt;
      VP.VisualsContribution.HasNodeType SEL.CategoryNode&lt;br /&gt;
      VP.VisualsContribution.HasRule SEL.CategoryDecorationRule&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rules of the standard browse context are as follows:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;MOD.ModelingBrowseContext.VariablePropertyRule&#039;&#039;&#039; returns all properties (Variable.browseProperties) such that&lt;br /&gt;
** All results contain all properties defined by VariablePropertyRule.RequireProperty&lt;br /&gt;
* &#039;&#039;&#039;SEL.VariablePropertyCategoryRule&#039;&#039;&#039; returns a set of categories collected from all suitable properties (as above)&lt;br /&gt;
** categories are identified by&lt;br /&gt;
*** var#HasStandardPropertyInfo#CategoryName&lt;br /&gt;
*** var#HasStandardPropertyInfo#CategorySortingName&lt;br /&gt;
** hidden categories are not shown&lt;br /&gt;
*** see var#HasStandardPropertyInfo#IsHidden&lt;br /&gt;
* &#039;&#039;&#039;SEL.VariablePropertyLabelRule&#039;&#039;&#039; collects a String-&amp;gt;String map by searching properties var where&lt;br /&gt;
** key is the value of (var#HasDisplayColumn)&lt;br /&gt;
** value is the (Bindings.STRING) value of var&lt;br /&gt;
* &#039;&#039;&#039;SEL.CategoryNodeLabelRule&#039;&#039;&#039; returns the map &amp;quot;HasDisplayProperty&amp;quot; -&amp;gt; ((CategoryNode)content).getName()&lt;br /&gt;
* &#039;&#039;&#039;SEL.StandardPropertySorterRule&#039;&#039;&#039; sorts properties and categories by sorting name where sorting name is&lt;br /&gt;
** (p#SortingName) or if absent (p#HasDisplayProperty) for a variable p&lt;br /&gt;
** ((CategoryNode)content).getSortingName() for categories&lt;br /&gt;
* &#039;&#039;&#039;SEL.VariablePropertyModifierRule&#039;&#039;&#039; returns org.simantics.browsing.ui.content.Labeler.Modifier by&lt;br /&gt;
** finding the column property (by var#HasDisplayColumn)&lt;br /&gt;
** trying to obtain a custom modifier (var#HasCustomModifier)&lt;br /&gt;
** trying to obtain an enumeration modifier by listing (var#HasEnumerationValues) and returning &#039;&#039;&#039;org.simantics.browsing.ui.graph.impl.EnumerationVariableModifier3&#039;&#039;&#039;&lt;br /&gt;
** returning &#039;&#039;&#039;org.simantics.browsing.ui.model.modifiers.VariableModifier2&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;SEL.VariableDecorationRule&#039;&#039;&#039; offsets the property name column of properties by one&lt;br /&gt;
* &#039;&#039;&#039;SEL.CategoryDecorationRule&#039;&#039;&#039; displays categories as bold&lt;br /&gt;
&lt;br /&gt;
The standard implementation can be customised by e.g.&lt;br /&gt;
&lt;br /&gt;
* Introducing more columns&lt;br /&gt;
* Applying property filtering (RequiresProperty)&lt;br /&gt;
* Adding decorations&lt;br /&gt;
&lt;br /&gt;
Some other notable points&lt;br /&gt;
&lt;br /&gt;
* Modifier uses the property &#039;HasInputValidator&#039; for getting a validator&lt;br /&gt;
* Modifier writes with Bindings.STRING into the label property.&lt;br /&gt;
* The labels may apply transformations such as unit conversion or formatting i.e. they can not be used for obtaining raw property data.&lt;br /&gt;
&lt;br /&gt;
== Selection View Title ==&lt;br /&gt;
&lt;br /&gt;
By default the selection view title is set to &#039;&#039;&#039;Selection&#039;&#039;&#039;. However it is possible for tab contributions to customize the title text. On the low-level customization happens through the &#039;&#039;&#039;org.simantics.selectionview.IPropertyTab2&#039;&#039;&#039; interface which tab contributions can implement.&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#f8f8f8; border: 1px dashed #cccccc; padding: 1ex; margin-left:2em; margin-top: 1em; margin-bottom:1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
public interface IPropertyTab2 extends IPropertyTab {&lt;br /&gt;
&lt;br /&gt;
    /**&lt;br /&gt;
     * @param updateCallback a callback that &amp;lt;em&amp;gt;can be&amp;lt;/em&amp;gt; invoked by&lt;br /&gt;
     *        getPartName if it wishes to change the part name. If the page does&lt;br /&gt;
     *        not wish to change the part name, it does not have to invoke the&lt;br /&gt;
     *        updateCallback. A &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt; value indicates that the part&lt;br /&gt;
     *        name should be returned to its default value. The method should&lt;br /&gt;
     *        use the selection received by&lt;br /&gt;
     *        {@link #setInput(org.simantics.db.management.ISessionContext, ISelection, boolean)}&lt;br /&gt;
     *        as input for constructing the part title.&lt;br /&gt;
     */&lt;br /&gt;
    void updatePartName(Callback&amp;lt;String&amp;gt; updateCallback);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributing custom title logic is not yet possible through modelling, only by implementing your own custom &#039;&#039;&#039;org.simantics.selectionview.PropertyTabContributor&#039;&#039;&#039;, e.g. by customizing &#039;&#039;&#039;org.simantics.selectionview.ModelledTabContributor&#039;&#039;&#039; or &#039;&#039;&#039;org.simantics.selectionview.PropertyTabContributorImpl&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Future developments ==&lt;br /&gt;
&lt;br /&gt;
Some generic Variable properties should be used in rules. These properties include&lt;br /&gt;
&lt;br /&gt;
* #classifications&lt;br /&gt;
* #valid&lt;br /&gt;
* #validator&lt;br /&gt;
* #expression &lt;br /&gt;
* #required&lt;br /&gt;
* #default&lt;br /&gt;
* #readOnly &lt;br /&gt;
&lt;br /&gt;
The Variable model includes a generic model for connections, which should also be supported in the standard properties&lt;br /&gt;
&lt;br /&gt;
Selection view title logic modelling shall be added.&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Development_Practices&amp;diff=3471</id>
		<title>Development Practices</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Development_Practices&amp;diff=3471"/>
		<updated>2021-03-28T11:48:15Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Contributing to the Simantics codebase */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Contributing to the Simantics codebase ==&lt;br /&gt;
&lt;br /&gt;
The development of the Simantics platform is coordinated by the &#039;&#039;Simantics Technical Board&#039;&#039;. The Technical Board consists of three to six members that are selected among the THTH Simantics Division member organisations by the Simantics General Meeting. The duties of the Simantics Technical Board are defined in the [https://www.simantics.org/about/thth-simantics THTH Simantics Division Rules and Regulations]. &lt;br /&gt;
&lt;br /&gt;
The Simantics Technical Board shall:&lt;br /&gt;
# prepare a proposal for the Management Board for the exact content of the new releases of Simantics&lt;br /&gt;
# prepare a proposal for the Management Board for the content of the training sessions&lt;br /&gt;
# update simantics.org website both public and member areas&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;All contributions made to Simantics modules go through the Simantics Technical Board (STB) via Gerrit code reviews.&#039;&#039;&#039; The Simantics Technical Board meetings are arranged 6-8 weeks apart. These meetings are documented in the Simantics ticket management system ([https://www.simantics.org/redmine Redmine]).&lt;br /&gt;
&lt;br /&gt;
== Our Scrum ==&lt;br /&gt;
&lt;br /&gt;
Simantics platform development progresses in 2 week sprints. The technical board convenes for sprint meetings at the end of every sprint for review, retrospective and planning of the next sprint.&lt;br /&gt;
&lt;br /&gt;
The planning is done in the [https://www.simantics.org/redmine/projects/simantics-platform Simantics Platform Redmine project] and its [https://www.simantics.org/redmine/rb/master_backlog/simantics-platform?jump=rb_master_backlogs# backlog].&lt;br /&gt;
&lt;br /&gt;
=== Reporting Bugs and Feature Requests ===&lt;br /&gt;
&lt;br /&gt;
Bugs and feature requests shall be reported in the platform backlog. New issues are processed by the STB in sprint meetings. As a minimum effort, the bug is prioritized in the backlog and put on hold if not taken up for implementation immediately. There is a [https://www.simantics.org/redmine/projects/simantics/issues?query_id=92 stored query] in Redmine for listing all new issues created within the last two weeks.&lt;br /&gt;
&lt;br /&gt;
== Version control ==&lt;br /&gt;
&lt;br /&gt;
First things first, read through [http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html Subversion best practices].&lt;br /&gt;
&lt;br /&gt;
=== Branching ===&lt;br /&gt;
&lt;br /&gt;
In Simantics, only new major releases may contain breaking changes. Therefore in Simantics we strive to use a specialization of the &#039;&#039;Branch-When-Needed&#039;&#039; system, i.e. &#039;&#039;&#039;Branch-Every-Major-Change&#039;&#039;&#039;. This allows us to keep [http://www.simantics.org/jenkins/ Jenkins continuous builds] working with less disruption, and enables easier pre-release testing, migration and peer review.&lt;br /&gt;
&lt;br /&gt;
The goal is to follow these rules:&lt;br /&gt;
* Users commit their day-to-day work on trunk.&lt;br /&gt;
* &#039;&#039;&#039;Rule #1&#039;&#039;&#039;: trunk must compile and pass regression tests at all times. Committers who violate this rule are publically humiliated.&lt;br /&gt;
* &#039;&#039;&#039;Rule #2&#039;&#039;&#039;: a single commit (changeset) should not too large that it discourages peer-review.&lt;br /&gt;
* &#039;&#039;&#039;Rule #3&#039;&#039;&#039;: if rules #1 and #2 come into conflict (i.e. it&#039;s impossible to make a series of small commits without disrupting the trunk), then the user should create a branch and commit a series of smaller changesets there. This allows peer-review without disrupting the stability of trunk. When the work is finished, the changes can either be integrated back to trunk or thrown away, depending on the outcome of the development.&lt;br /&gt;
* &#039;&#039;&#039;Rule #4&#039;&#039;&#039;: public API changes are major changes. If API is to be changed, follow rule #3 in development and integrate in a controlled fashion once the migration path is clear. Non-incremental ontology changes also count as major changes since they potentially prevent the use of existing Simantics databases.&lt;br /&gt;
* &#039;&#039;&#039;Rule #5&#039;&#039;&#039;: avoid making any unnecessary whitespace changes, such as reindenting lines or even complete source files as this diminishes the usefulness of source control annotation/blame features.&lt;br /&gt;
&lt;br /&gt;
We strive to keep the trunk version &#039;&#039;stable&#039;&#039;. However, since most development happens there, breakage is sometimes unavoidable and often accidental. The word &#039;&#039;stable&#039;&#039; here implies mainly API stability but also functional stability. Functional stability must be enforced through both automatic and manual testing. If there are no test cases, functional stability becomes really hard to enforce. Therefore automated testing is key ([http://www.simantics.org/jenkins/view/Testing/ Jenkins]).&lt;br /&gt;
&lt;br /&gt;
Violating these rules results in reverting the breaking commits from SVN unless the problems can be resolved otherwise through developer communication.&lt;br /&gt;
&lt;br /&gt;
=== Integrating Branches ===&lt;br /&gt;
We obviously do not want development to continue eternally in branches so that changes are never merged between branches or integrated back to trunk. Branches are usually private or shared between a group of developers that work on a particular task. The process for integration to trunk is as follows:&lt;br /&gt;
* The Simantics Technical Board (&#039;&#039;&#039;STB&#039;&#039;&#039;) and its weekly meetings will be the place for the developers to advertise and present their changes to the board.&lt;br /&gt;
* The following things need to be documented for the changes in some way:&lt;br /&gt;
** The &#039;&#039;&#039;what&#039;&#039;&#039; and &#039;&#039;&#039;why&#039;&#039;&#039; for the changes&lt;br /&gt;
** Migration instructions from previous version (trunk):&lt;br /&gt;
*** A direct patch to fix problems&lt;br /&gt;
*** or plain-text instructions&lt;br /&gt;
* When integration is done, send an email to [mailto:simantics-developers@lists.simantics.org Simantics developers list] about the change, linking to the redmine issue(s) in question.&lt;br /&gt;
&lt;br /&gt;
=== Versioning ===&lt;br /&gt;
&lt;br /&gt;
In Eclipse/OSGi conventions, components (bundles, plug-ins) are versioned &amp;lt;major&amp;gt;.&amp;lt;minor&amp;gt;.&amp;lt;service&amp;gt;[.&amp;lt;qualifier&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
Our approach to component versioning is as follows:&lt;br /&gt;
* All components are in one of two states: &#039;&#039;&#039;incubation&#039;&#039;&#039; or &#039;&#039;&#039;production&#039;&#039;&#039;&lt;br /&gt;
* Incubation components: &amp;lt;major&amp;gt; = 0, API breakage is allowed between &amp;lt;minor&amp;gt; versions&lt;br /&gt;
* Production components: &amp;lt;major&amp;gt; &amp;amp;ge; 1, API breakage is allowed between &amp;lt;major&amp;gt; versions&lt;br /&gt;
&lt;br /&gt;
=== Releasing ===&lt;br /&gt;
&lt;br /&gt;
Before every major (1.0 vs. 2.0) or minor (1.1 vs. 1.2) release, trunk shall be branched into a version branch (e.g. simantics-x.y). The branch is then tested and fixed until it is deemed fit for release by the &#039;&#039;STB&#039;&#039;. Fixes are generally merged from other branches into the release branch. Upon release, the branch is tagged as simantics-x.y.1.&lt;br /&gt;
&lt;br /&gt;
A service release (1.1.1 vs. 1.1.2) is a revision of a previous major or minor release that provides important enhancements or bugfixes but is otherwise completely compatible with the previous releases. The service changes are generally merged into the simantics-x.y branch from other branches. Upon release, the branch is again tagged as simantics-x.y.z, where z is incremented from the previous release.&lt;br /&gt;
&lt;br /&gt;
When releases are made, the involved sprints and relevant changes shall be documented in the project&#039;s [https://www.simantics.org/redmine/projects/simantics-platform/wiki/ChangeLog Redmine Wiki].&lt;br /&gt;
&lt;br /&gt;
Our release roadmap is [[Roadmap|here]].&lt;br /&gt;
&lt;br /&gt;
== Creating a new plugin ==&lt;br /&gt;
&lt;br /&gt;
Before a release, the plugin is in incubation phase and there are no quality or other requirements. The repository https://www.simulationsite.net/svn/simantics-incubator may be used to share or co-develop the plugin with other developers, but&lt;br /&gt;
the plugin must not be included in the features defined in https://www.simulationsite.net/svn/simantics repository.&lt;br /&gt;
&lt;br /&gt;
If the new plugin is a result of refactoring some already existing plugin into two pieces or otherwise is closely related to an other plugin under development, the new plugin can be committed to the same branch of https://www.simulationsite.net/svn/simantics where the other plugin is developed in. Note that whenever this kind of piecing happens, it has the potential to affect the consistency of other components or products. In such cases the refactor should be carried out in branches, not in trunk.&lt;br /&gt;
&lt;br /&gt;
=== Naming a plugin ===&lt;br /&gt;
&lt;br /&gt;
If the plugin is intended to be part of the official Simantics release, its name should begin with &#039;&#039;org.simantics&#039;&#039; followed by a word that describes the plugin. If the functionality of the same domain is divided into multiple plugins, the name may have more parts. The following suffixes are used:&lt;br /&gt;
* &#039;&#039;.feature&#039;&#039; for feature projects.&lt;br /&gt;
* &#039;&#039;.product&#039;&#039; A plugin defining a product.&lt;br /&gt;
* &#039;&#039;&amp;lt;plugin&amp;gt;.ui&#039;&#039; Provides UI-functionality for &#039;&#039;&amp;lt;plugin&amp;gt;&#039;&#039;. Separating base functionality and UI (that depends on SWT) is usually recommendable so that headless applications do not have unnecessary dependencies.&lt;br /&gt;
** Example: org.simantics.simulation, org.simantics.simulation.ui&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE!&#039;&#039;&#039; If the the UI is light (e.g. wizards, dialogs, renderers, few external dependencies) the UI code can reside in &#039;&#039;&amp;lt;plugin&amp;gt;&#039;&#039;, a separate &#039;&#039;&amp;lt;plugin&amp;gt;.ui&#039;&#039; is not required. In such a case, the UI dependencies (to plugins such as &#039;&#039;org.eclipse.swt&#039;&#039;) are &#039;&#039;optional&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==== Naming in feature projects ====&lt;br /&gt;
&lt;br /&gt;
Features have two distinct names: &#039;&#039;&#039;project name&#039;&#039;&#039; and &#039;&#039;&#039;feature ID&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
# The &#039;&#039;&#039;project name&#039;&#039;&#039; is defined in the &#039;&#039;.project&#039;&#039; file. It shall contain the &#039;&#039;.feature&#039;&#039; suffix since the project name affects how Eclipse checks the project out into workspaces from version control systems.&lt;br /&gt;
# The &#039;&#039;&#039;feature ID&#039;&#039;&#039; is defined in feature.xml and it shall not contain the &#039;&#039;.feature&#039;&#039; suffix.&lt;br /&gt;
#* Rationale: current [http://www.eclipse.org/buckminster/ Buckminster] [http://wiki.eclipse.org/Buckminster_Resource_Map resource map] (RMAP) definitions rely on this convention for feature project resolution. Having a strict convention keeps RMAPs more uniform and clean. &lt;br /&gt;
# Feature ID&#039;s should not overlap plug-in ID&#039;s if at all possible.&lt;br /&gt;
#* Rationale: Buckminster commands will not be able to perform actions on features if a plug-in with the same ID exists.&lt;br /&gt;
#* Suggestion 1: if you can&#039;t think of a unique ID for your feature otherwise, append &#039;&#039;-feature&#039;&#039; to it.&lt;br /&gt;
#* Suggestion 2: use the feature ID as a base for the IDs of all plug-ins included in the feature. For example, if feature ID is org.example, then plug-in IDs could be org.example.core, org.example.ui, org.example.ontology, etc.&lt;br /&gt;
&lt;br /&gt;
This naming convention exists mainly because it works well with Buckminster.&lt;br /&gt;
&lt;br /&gt;
== Modifying a feature ==&lt;br /&gt;
&lt;br /&gt;
When a plug-in is added to or removed from a feature, the following steps must be performed:&lt;br /&gt;
# Increment the version number of the feature, primarily the service version number part.&lt;br /&gt;
# Increment service version of all other features dependent on this feature&lt;br /&gt;
# Fix .product files that refer to the re-versioned features&lt;br /&gt;
&lt;br /&gt;
This is necessary most of all to keep Eclipse IDE happy and working properly with checked out plug-ins and the P2-based target platforms.&lt;br /&gt;
&lt;br /&gt;
If these steps are not performed, Eclipse will keep using the target platform version of the modified feature not realizing the changes you&#039;ve made to it. This results often in products failing to work properly or not starting at all.&lt;br /&gt;
&lt;br /&gt;
== Publising a standalone plugin ==&lt;br /&gt;
&lt;br /&gt;
# Ensure that the plugin satisfies the following quality requirements:&lt;br /&gt;
#* The plugin contains no compilation errors (against which dependencies???)&lt;br /&gt;
#* All public classes and interfaces are documented (javadoc)&lt;br /&gt;
#* Each public package contains a package-info.java containing package-related comments and annotations (see [http://java.sun.com/docs/books/jls/third_edition/html/packages.html] &#039;&#039;chapter 7.4&#039;&#039;)&lt;br /&gt;
#* examples/&lt;br /&gt;
#* unittests/&lt;br /&gt;
#* Version information&lt;br /&gt;
#* (optional) Build Script (targets: &#039;&#039;clean&#039;&#039;, &#039;&#039;build&#039;&#039;, &#039;&#039;clean-build&#039;&#039;)&lt;br /&gt;
#** [name]_[version]-src.zip&lt;br /&gt;
#** [name]_[version].jar &lt;br /&gt;
#** [name]_[version].zip&lt;br /&gt;
#*** doc/&lt;br /&gt;
#**** manual.pdf&lt;br /&gt;
#**** changelog.txt&lt;br /&gt;
#*** examples/&lt;br /&gt;
#*** unittests/&lt;br /&gt;
#*** javadoc/ (&#039;&#039;optional&#039;&#039;)&lt;br /&gt;
#*** [name]_[version]-src.zip&lt;br /&gt;
#*** [name]_[version].jar&lt;br /&gt;
#** [name]_[version]-project.zip (Contains everything in workspace)&lt;br /&gt;
#** See Example: [[svn:foundation/databoard/trunk/org.simantics.databoard/build2.xml|Non-OSGi]]&lt;br /&gt;
# Create a homepage for the plugin in wiki (for example [[org.simantics.databoard]]) that contains:&lt;br /&gt;
#* Development documentation that is not written in javadoc (basic concepts, components etc.) [We should discuss more about what and how to document] and links to user documentation if the plugin contributes new user interfaces.&lt;br /&gt;
#* Change log&lt;br /&gt;
#* Plugin roadmap&lt;br /&gt;
#* Who are responsible for the plugin&lt;br /&gt;
#* (optional) Download to artifacts created by Build script&lt;br /&gt;
# Commit the plugin to https://www.simulationsite.net/svn/simantics/&amp;lt;moduleName&amp;gt;/trunk&lt;br /&gt;
# Create a tag of the plugin to https://www.simulationsite.net/svn/simantics/&amp;lt;moduleName&amp;gt;/tags/&amp;lt;version&amp;gt;&lt;br /&gt;
# Inform other developers about the new plugin through the mailing list [simantics-developers@simantics.org]. See also [https://www.simantics.org/wiki/index.php/Mailing_Lists Mailing Lists].&lt;br /&gt;
&lt;br /&gt;
=== Including a new plug-in to existing features ===&lt;br /&gt;
&lt;br /&gt;
Inclusion of a plug-in in a feature must always be carefully considered. Consider the following before including anything:&lt;br /&gt;
* &#039;&#039;&#039;Cohesion&#039;&#039;&#039;: Does the plug-in logically belong in the considered feature.xml?&lt;br /&gt;
* &#039;&#039;&#039;Dependencies&#039;&#039;&#039;: What does the new plug-in depend on? Which dependencies are optional? Do the dependencies of the feature&#039;s other plug-ins intersect naturally with those of the new plug-in?&lt;br /&gt;
* &#039;&#039;&#039;Permission&#039;&#039;&#039;: do not add anything without permission from the feature maintainer or send a patch and hope it will be merged.&lt;br /&gt;
&lt;br /&gt;
It is highly recommended to have plug-ins included in a single feature only. Instead of including plug-ins in multiple features, prefer creating highly logical and cohesive features that can acyclically include each other. In general completely new functionality should be put in its own feature. If you are unable to decide where a plug-in should be included, ask yourself is the plug-in properly cohesive, are its dependencies minimal?&lt;br /&gt;
&lt;br /&gt;
Note that it is not technically mandatory that each plug-in only resides in one feature - it is simply good practice and will most likely help in training people to use the platform and also make maintainance easier. Having multiple features including the same plug-in will not break builds, but will make the product structure more difficult to understand.&lt;br /&gt;
&lt;br /&gt;
Modifying a feature may break:&lt;br /&gt;
# [[svn:project-set/|Project sets]]&lt;br /&gt;
#* FIX: add a line in the related PSF file(s) for the new plug-in in all project sets that include the modified feature&lt;br /&gt;
# [http://www.simantics.org/jenkins Jenkins jobs] that depend on the feature&lt;br /&gt;
#* See [[#Building Products]] for instructions on how to define headless product builds&lt;br /&gt;
&lt;br /&gt;
== Releasing a new version of a component == &lt;br /&gt;
&lt;br /&gt;
Here, a component stands for &#039;&#039;a plug-in&#039;&#039;, &#039;&#039;a set of plug-ins&#039;&#039; or &#039;&#039;a feature&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
# Increment version number(s), incl. MANIFEST.MF, plugin.xml, feature.xml, build.xml, homepage.&lt;br /&gt;
#* Bug fixes increment service number, API changes minor number and large releases major number.&lt;br /&gt;
# Run test cases or test suite&lt;br /&gt;
# Check java docs are compiled without errors. Read Javadocs&lt;br /&gt;
# Update homepage&lt;br /&gt;
# (optional) run build.xml and upload generated artifacts to homepage&lt;br /&gt;
# Create SVN tag: trunk/ &amp;amp;rarr; tags/[version]&lt;br /&gt;
# Inform other developers [mailto:simantics-developers@lists.simantics.org Simantics developers list].&lt;br /&gt;
&lt;br /&gt;
== Making refactorizations that affect other plugins ==&lt;br /&gt;
&lt;br /&gt;
# Plan refactorization beforehand with the maintainers of all affected plugins&lt;br /&gt;
# Create a new branch for all affected plugins&lt;br /&gt;
# Refactor, different possibilities&lt;br /&gt;
#* One person refactors all plugins&lt;br /&gt;
#* Every maintainer refactors his/her own plugins&lt;br /&gt;
#** Create rename scripts for other maintainers to help them&lt;br /&gt;
# Check that everything works&lt;br /&gt;
# If changes were large inform other developers in the mailing list&lt;br /&gt;
# Commit plugins to trunk&lt;br /&gt;
&lt;br /&gt;
== Developing and maintaining a released plugin ==&lt;br /&gt;
&lt;br /&gt;
Generally, people need to be able to commit their changes continuously to the SVN location dedicated for a component. Often committing is necessary for transferring their changes to another machine or just to keep their code safe. We can&#039;t allow developers committing API changes or broken temporary code into SVN locations that other projects are using - those need to be stable to some degree. Hence, the active development and API breaking &#039;&#039;&#039;must&#039;&#039;&#039; occur in SVN locations that are documented to be unstable and modifiable only by component maintainer(s). These locations shall be released to the general public according to the roadmap of the component. For every release, a &#039;&#039;tag&#039;&#039; shall be created. For every release external dependencies need to be documented: component name, version to use (tag). Releases are versioned. Version numbers are composed of three (3) segments: 3 integers and a string respectively named major.minor.service. Read [http://wiki.eclipse.org/index.php/Version_Numbering] and [http://wiki.eclipse.org/Evolving_Java-based_APIs].&lt;br /&gt;
&lt;br /&gt;
# the major segment indicates breakage in the API&lt;br /&gt;
# the minor segment indicates &amp;quot;externally visible&amp;quot; changes&lt;br /&gt;
# the service segment indicates bug fixes and the change of development stream (the semantics attached to development stream is new to this proposal, see below) &lt;br /&gt;
&lt;br /&gt;
By default, the following SVN layout should be used for components:&lt;br /&gt;
: component/&lt;br /&gt;
:: trunk/&lt;br /&gt;
:::* The main development branch, unstable by nature. This version should only be used by active developers of this component.&lt;br /&gt;
:: branches/&lt;br /&gt;
:::* Branches should be created:&lt;br /&gt;
:::** when preparing for a release, for stabilizing the component while letting active development run along in &#039;&#039;trunk&#039;&#039;.&lt;br /&gt;
:::** for working on bug-fix releases.&lt;br /&gt;
:::** when working on larger changes, trying out things or working with other developers. These kinds of branches should either be integrated back to where they were branched from or removed as obsolete.&lt;br /&gt;
:: tags/&lt;br /&gt;
:::* Released versions of the component. Other developers and project-sets should be using these for development if the component isn&#039;t already deployed into the target platform or it is necessary to have the code in your workspace for some other reason.&lt;br /&gt;
&lt;br /&gt;
Developers may initially feel that creating tickets for every measly issue is too time consuming but it is necessary to make any kind of change tracking possible for releases. Obviously during the initial development of a component the code changes a lot and all the time. This is exactly why we have an &#039;&#039;incubator&#039;&#039; for starting projects that does not impose these strict rules but is more like a playground where the developer can freely &amp;quot;hack around&amp;quot; disregarding all these policies. A good developer will get started on design, testing and documentation also right from the start. When the developer feels his component is ready for consumption of the general public and the component passes peer review, it shall be ceremonially transferred from incubation into the official project. Each official component should have documentation, unit tests and possibly examples or &#039;&#039;&#039;really good&#039;&#039;&#039; reasons for not having any.&lt;br /&gt;
&lt;br /&gt;
== Modifying the target platform ==&lt;br /&gt;
&lt;br /&gt;
 DEPRECATED: these instructions are mainly deprecated with the current Git-based system&lt;br /&gt;
&lt;br /&gt;
The target platform is a composition of features and plug-ins that contains all the bundles that you as a developer can build your code against when starting from a blank table. In Simantics, it is a mixture of the standard Eclipse RCP platform, other general Eclipse components and some Simantics components.&lt;br /&gt;
&lt;br /&gt;
It makes sense to deploy into the target platform only if your plug-ins:&lt;br /&gt;
* are general, i.e. reusable by many other components&lt;br /&gt;
* have little dependencies&lt;br /&gt;
* are stable, both by API and functionally&lt;br /&gt;
&lt;br /&gt;
Deploying plug-ins into the target platform will most likely break:&lt;br /&gt;
&lt;br /&gt;
# [[svn:project-set/|Project sets]]&lt;br /&gt;
#* FIX: remove lines matching the plug-ins that were moved into the target platform&lt;br /&gt;
&lt;br /&gt;
=== Deploying plug-ins for the target platform ===&lt;br /&gt;
&lt;br /&gt;
The Simantics target platform is a P2 repository located at&lt;br /&gt;
* http://www.simantics.org/download/_version_/sdk (w/o source)&lt;br /&gt;
* http://www.simantics.org/download/_version_/sdk-source (w/ source)&lt;br /&gt;
where &#039;&#039;_version_&#039;&#039; is one of &#039;&#039;&#039;head&#039;&#039;&#039;, &#039;&#039;&#039;1.11&#039;&#039;&#039;, &#039;&#039;&#039;1.10&#039;&#039;&#039;, etc. &#039;&#039;&#039;head&#039;&#039;&#039; is trunk.&lt;br /&gt;
&lt;br /&gt;
The repository is built using the buckminster build definition projects at [[svn:releng/sdk/branches]]. Ultimately, these builds use the feature project at [[svn:workbench/trunk/org.simantics.sdk.site.feature/]] to define which features and plug-ins are part of the platform.&lt;br /&gt;
&lt;br /&gt;
To include new features or plug-ins into the platform trunk development version:&lt;br /&gt;
# Make your code/data available as plug-ins and/or features in a public repository, e.g. the [[svn:/|Simantics repository]].&lt;br /&gt;
# Ask the [[Target_Platform#Maintenance|target platform maintainer]] to include your components in the [http://www.simantics.org/download/head/rmap platform resource maps] (see [[Buckminster#Resource_Maps]]).&lt;br /&gt;
# Include them in [[svn:workbench/trunk/org.simantics.sdk.site.feature/|org.simantics.sdk.site]] feature include them into the platform builds.&lt;br /&gt;
&lt;br /&gt;
Jenkins build [http://www.simantics.org/jenkins/job/target-simantics-head-sdk/ target-simantics-head-sdk] takes care of building and publishing the trunk platform. Other branches have similar builds visible [http://www.simantics.org/jenkins/view/Platform/ here].&lt;br /&gt;
&lt;br /&gt;
== Building Products ==&lt;br /&gt;
&lt;br /&gt;
The best way to currently build products is to use the Eclipse tool [http://www.eclipse.org/buckminster/ Buckminster] for the job.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Pre-requisites:&lt;br /&gt;
# You have a product configuration (.product file) for your product.&lt;br /&gt;
# Your product configuration is based on &#039;&#039;features&#039;&#039;, not plug-ins&lt;br /&gt;
# Buckminster locally installed or a jenkins installation with buckminster available&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Example&lt;br /&gt;
To create your own (headless) buckminster product build follow these steps:&lt;br /&gt;
# Export [[svn:tutorials/trunk/com.acme.movie.product.site.feature]] as a template for making your own headless buckminster product build.&lt;br /&gt;
# To customize for your purposes, the following contents need to be configured:&lt;br /&gt;
## feature.xml&lt;br /&gt;
##* Change ID, version, name, provider and everything else to match your purposes.&lt;br /&gt;
##* Include all the features your .product file depends on, nothing else.&lt;br /&gt;
## Resources.rmap&lt;br /&gt;
##* Define mappings for all resources (features and plug-ins) needed by your product. See [[#External links|Buckminster definitive guide]] for help on defining resource maps.&lt;br /&gt;
## .credentials.properties&lt;br /&gt;
##* Insert any credentials needed to access resources defined in your resource map.&lt;br /&gt;
## site.cquery&lt;br /&gt;
##* Modify cq:rootRequest name to match your site feature ID.&lt;br /&gt;
## jenkins.buckminster.script&lt;br /&gt;
##* Replace &#039;&#039;&#039;com.acme.movie.product.site&#039;&#039;&#039; with what ever is your site feature&#039;s ID.&lt;br /&gt;
##* Replace p2.profileName with a new profile name for your product.&lt;br /&gt;
##* Replace p2.rootId to match the &#039;&#039;&#039;uid&#039;&#039;&#039; attribute defined in your Product Configuration file (.product).&lt;br /&gt;
##* Set build.label to what ever you want your built product .zip files to be named like.&lt;br /&gt;
&lt;br /&gt;
=== Using Continuous Integration (Jenkins) ===&lt;br /&gt;
&lt;br /&gt;
# Install [http://jenkins-ci.org/ jenkins] (see [http://www.simantics.org/jenkins simantics.org jenkins])&lt;br /&gt;
# Create new &#039;&#039;free-style software project&#039;&#039; job with appropriate name&lt;br /&gt;
# Configure the project:&lt;br /&gt;
## In the &#039;&#039;Source code management&#039;&#039; section, use your version control system of choice to checkout the &#039;&#039;&#039;...product.site.feature&#039;&#039;&#039; you&#039;ve created for your build in the previous section. For the com.acme.movie example the proper settings would be:&lt;br /&gt;
##* Select &#039;&#039;Subversion Modules&#039;&#039;&lt;br /&gt;
##* Repository URL: https://www.simantics.org/svn/simantics/tutorials/trunk/com.acme.movie.product.site.feature&lt;br /&gt;
##* Local Module directory (optional): com.acme.movie.product.site&lt;br /&gt;
##* Check-out strategy: Always check out a fresh copy&lt;br /&gt;
## In the &#039;&#039;Build&#039;&#039; section:&lt;br /&gt;
### Add new &#039;&#039;&#039;Run Buckminster&#039;&#039;&#039; build step&lt;br /&gt;
### Select a Buckminster installation to use (latest)&lt;br /&gt;
### Copy the contents of &#039;&#039;&#039;jenkins.buckminster.script&#039;&#039;&#039; into the &#039;&#039;commands&#039;&#039; text box&lt;br /&gt;
## Last, you&#039;ll want to archive the vital artifacts produced by your build. In the &#039;&#039;Post-build Actions&#039;&#039; section:&lt;br /&gt;
### Check &#039;&#039;Archive the artifacts&#039;&#039;&lt;br /&gt;
### Set value of &#039;&#039;Files to archive&#039;&#039; to &#039;&#039;&#039;buckminster.output/com.acme.movie.product.site_*-eclipse.feature/*.zip&#039;&#039;&#039; (obviously changing the value according to the name of your product site feature).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That should do it. Further configuration of the build is up to you, i.e. scheduling, parsing warnings, and so on.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eclipse.org/buckminster/ Buckminster Homepage]&lt;br /&gt;
* [http://www.eclipse.org/downloads/download.php?file=/tools/buckminster/doc/BuckyBook.pdf Eclipse Buckminster, The Definitive Guide]&lt;br /&gt;
&lt;br /&gt;
[[Category: Miscellaneous Documents]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Simantics_Developer_Documentation&amp;diff=3470</id>
		<title>Simantics Developer Documentation</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Simantics_Developer_Documentation&amp;diff=3470"/>
		<updated>2019-05-07T12:42:09Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Constraint Language */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
[[image:Simantics_logo_pile_01.png|right|border|400px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Simantics&#039;&#039;&#039; is a software platform for modelling and simulation. The system has client-server architecture with a semantic ontology-based modelling database and Eclipse framework -based client software with plug-in interface. The Simantics platform and many of its components are open source under [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License (EPL)].&lt;br /&gt;
&lt;br /&gt;
The philosophy of the Simantics platform is to offer an open, high level application platform on which different computational tools can be easily integrated to form a common environment for modelling and simulation. The platform includes several modelling tools, so-called editors, for e.g. 2D graph-like hierarchical model composition and semantic graph browsing.&lt;br /&gt;
&lt;br /&gt;
One of the biggest innovations in the Simantics platform is the semantic modelling approach itself and high-level ontology tools. The semantic database, i.e. triplestore, on the server side enables high performance data management and arbitrary mappings of data. This enables e.g. efficient mapping of simulation and measurement data to the model configuration and its visualisation.&lt;br /&gt;
&lt;br /&gt;
The Simantics development and maintenance process is built to be solid and scalable from the very beginning. The objective is to aim far to the future what comes to requirements for scalability, usability, and reliability.&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;Simantics Developer Documentation&#039;&#039; is targeted to programmers and software developers developing either the platform itself or additional plug-ins to be used with or on the platform. The [[userwiki:Main_Page|Simantics End User Documentation]] complements to documentation for the Simantics platform offering overview and detailed information about the platform from the user&#039;s point of view. The [https://www.simantics.org/simantics Simantics] website is the source of information for the Simantics project and related subjects[[Tutorials|.]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:white;&amp;quot;&amp;gt;Disclaimer Warning: This site may cause narcolepsia in some readers. Consult your doctor if sensitive to boredom.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* [[Glossary]]&lt;br /&gt;
* [[Introduction to Simantics Architecture]]&lt;br /&gt;
* [[Roadmap]]&lt;br /&gt;
* [[Data View]]&lt;br /&gt;
* [[Component View]]&lt;br /&gt;
* [[Licensing|Licensing]]&lt;br /&gt;
* [[Useful Links]]&lt;br /&gt;
&amp;lt;!--* [[Simantics Specifications|Specifications]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Documents ===&lt;br /&gt;
&lt;br /&gt;
* [[Quick Development Environment Setup|Quick Development Environment Setup Guide]]&lt;br /&gt;
* [[Target Platform]]&lt;br /&gt;
* [[Development Practices]]&lt;br /&gt;
* [[Internationalization]]&lt;br /&gt;
* [[Update Site]]&lt;br /&gt;
* [[Coding Convention]]&lt;br /&gt;
* [[Tools]]&lt;br /&gt;
* [[Testing]]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Migration To Git]]&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Ontology Development ===&lt;br /&gt;
&lt;br /&gt;
* [[:Media:Layer0.pdf|Layer0.pdf]] ([[:File:Layer0.pdf|log]])&lt;br /&gt;
* [[Graph Compiler]]&lt;br /&gt;
* [[Transferable Graph]]&lt;br /&gt;
* [[Binary Container Format]]&lt;br /&gt;
* [[Graph File Format]]&lt;br /&gt;
* [[Version Migration]]&lt;br /&gt;
* [[Tutorial: Ontology Development]]&lt;br /&gt;
* [[Check list: Model browser contributions]]&lt;br /&gt;
* [[XML Schema Conversion]]&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Database Development ===&lt;br /&gt;
&lt;br /&gt;
* [[Interface summary]]&lt;br /&gt;
* [[Tutorial: Quickstart]]&lt;br /&gt;
* [[Tutorial: Database Development]]&lt;br /&gt;
* [[Resource Adaptation]]&lt;br /&gt;
* [[Resource Serialization]]&lt;br /&gt;
* [[Inverse Relations]]&lt;br /&gt;
* [[Virtual Graphs]]&lt;br /&gt;
* [[Functions]]&lt;br /&gt;
* [[Procedural Values]]&lt;br /&gt;
* [[Variable]]&lt;br /&gt;
* [[Undo Mechanism]]&lt;br /&gt;
* [[Team Features]]&lt;br /&gt;
* [[Subgraph Extents]]&lt;br /&gt;
* [[Database Testing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Data management &amp;amp; Experiment Control ===&lt;br /&gt;
&lt;br /&gt;
* [[Databoard Specification]]&lt;br /&gt;
* [[Databoard Developer Manual|Databoard Java Manual]]&lt;br /&gt;
* [[Experiment Control]]&lt;br /&gt;
* [[Dataflows]]&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== UI Development ===&lt;br /&gt;
&lt;br /&gt;
* [[Org.simantics.browsing.ui_Manual|Browser Manual]]&lt;br /&gt;
* [[org.simantics.browsing.ui.feature|Browser Component]]&lt;br /&gt;
* [[Org.simantics.scenegraph.loader|Scene Graph Loader]]&lt;br /&gt;
* [[Org.simantics.message|Messages]]&lt;br /&gt;
* [[Org.simantics.views|Modelled Views]]&lt;br /&gt;
* [[Org.simantics.document|Documents]]&lt;br /&gt;
* [[Selection View]]&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Simantics Constraint Language===&lt;br /&gt;
&lt;br /&gt;
* [http://www.simantics.org/~niemisto/Introduction%20to%20SCL.pptx Introduction to SCL]&lt;br /&gt;
* [[SCL Compiler]]&lt;br /&gt;
* [[SCL Tutorial]]&lt;br /&gt;
* [[SCL Types]]&lt;br /&gt;
&amp;lt;!--* [[SCL_Language|SCL Language]] --&amp;gt;&lt;br /&gt;
&amp;lt;!--* [https://www.simantics.org/wiki/index.php/Org.simantics.scl_Compiler SCL Compiler]--&amp;gt;&lt;br /&gt;
* [[Org.simantics.objmap_Manual|Object Map Manual]]&lt;br /&gt;
* [[SCL Registry]]&lt;br /&gt;
* [https://www.simantics.org/download/master/scldoc SCL Reference]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [http://www.simantics.org/~niemisto/Transformations.pdf Transformation language specification]&lt;br /&gt;
* [http://www.simantics.org/~niemisto/Transformations_2015_01_23.pdf Transformation language presentation]&lt;br /&gt;
* [http://www.simantics.org/~niemisto/CHRGuide.html CHR Guide]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Model Development ===&lt;br /&gt;
&lt;br /&gt;
* [[Structural Ontology]]&lt;br /&gt;
* [[Users and Roles]]&lt;br /&gt;
* [[Models]]&lt;br /&gt;
* [[Concept Versioning]]&lt;br /&gt;
* [[Component Identification]]&lt;br /&gt;
* [[Tutorial: Model Development]]&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Project Development ===&lt;br /&gt;
&lt;br /&gt;
* [[Project Management Conceptual Model]]&lt;br /&gt;
* [[Project Development]]&lt;br /&gt;
* [[Tutorial: Project Development]]&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Diagram Development ===&lt;br /&gt;
&lt;br /&gt;
* [[2D Ontologies]]&lt;br /&gt;
* [[org.simantics.diagram|Diagram]]&lt;br /&gt;
* [[org.simantics.scenegraph|Scene graph]]&lt;br /&gt;
* [[Diagram connections]]&lt;br /&gt;
* [[Tutorial: Diagram Development]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Issue Development ===&lt;br /&gt;
&lt;br /&gt;
* [[Issue subsystem general description]]&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;25%&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
=== Utilities ===&lt;br /&gt;
&lt;br /&gt;
* [[Simantics Generic File Import]]&lt;br /&gt;
* [[Logging in Simantics Platform]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
-----&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=File:Simantics-Java-Formatting.xml&amp;diff=3461</id>
		<title>File:Simantics-Java-Formatting.xml</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=File:Simantics-Java-Formatting.xml&amp;diff=3461"/>
		<updated>2018-08-30T07:09:10Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: Tuukka Lehtonen uploaded a new version of File:Simantics-Java-Formatting.xml&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Development_Environment_Setup_Guide&amp;diff=3460</id>
		<title>Development Environment Setup Guide</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Development_Environment_Setup_Guide&amp;diff=3460"/>
		<updated>2018-08-30T07:08:57Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Setup IDE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Install Prerequisites ==&lt;br /&gt;
=== Register to access source code ===&lt;br /&gt;
&lt;br /&gt;
{{tip|Simantics is an open source software platform, licensed under Eclipse Public License EPL (more information in section [https://www.simantics.org/about/licensing Licensing]). The source code for both semantic database engine Simantics Core and the client Simantics Workbench is available to &#039;&#039;&#039;registered users&#039;&#039;&#039;. To gain access to the complete Simantics SDK source code, go to the [https://www.simantics.org/members/index.php Simantics Members Wiki] and [https://www.simantics.org/members/index.php/Special:RequestAccount request an account].}}&lt;br /&gt;
&lt;br /&gt;
=== JDK ===&lt;br /&gt;
* 64-bit JDK 8.0 (= Java Standard Edition Development Kit) is required. The latest update should always work. Get it [http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html here].&lt;br /&gt;
&lt;br /&gt;
=== Eclipse IDE ===&lt;br /&gt;
&lt;br /&gt;
* Get the latest 64-bit Eclipse (currently Neon): http://www.eclipse.org/downloads/&lt;br /&gt;
* In the installer, choose  &#039;&#039;Eclipse for RCP and RAP Developers&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Start Eclipse with a new empty workspace. The program will query you for the workspace location.&lt;br /&gt;
&lt;br /&gt;
[[Image:InstalledJREs.png|right|100px|thumb|Java VM selection preference page]]&lt;br /&gt;
&lt;br /&gt;
* If you have multiple JRE/JDK versions installed, check that your Eclipse is using the the right one from &#039;&#039;Window/Preferences&#039;&#039;: &#039;&#039;Java/Installed JREs&#039;&#039; as shown below. For example in Windows the active JRE and JDK locations should be something like:&lt;br /&gt;
** &#039;&#039;&#039;C:\Program Files\Java\jre1.8.0_&amp;amp;lt;update number&amp;amp;gt;&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;C:\Program Files\Java\jdk1.8.0_&amp;amp;lt;update number&amp;amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== IMPORTANT: HTTP proxy ===&lt;br /&gt;
If you are on a network where the only way to access the internet via HTTP is through an HTTP proxy you need to make sure that Eclipse also uses this proxy. Corporate networks tend to be like this. If you do not do this, you cannot install anything using Eclipse&#039;s own plug-in installer.&lt;br /&gt;
&lt;br /&gt;
Open the preferences dialog from main menu &#039;&#039;&#039;Window/Preferences&#039;&#039;&#039;. From the tree on the left go to &#039;&#039;&#039;General/Network Connections&#039;&#039;&#039; and modify the settings so that HTTP connections are checked to have a proxy.&lt;br /&gt;
&lt;br /&gt;
=== Simantics Tooling ===&lt;br /&gt;
&lt;br /&gt;
Select menu &#039;&#039;&#039;Help/Install New Software&#039;&#039;&#039; and write http://www.simantics.org/update/utils into the &#039;&#039;Work with&#039;&#039; text field. Install the latest &#039;&#039;Ontology Development/Graph Feature&#039;&#039;. This provides the possibility to create &#039;&#039;Simantics Ontology Projects&#039;&#039;, i.e. allows IDE integrated development of the ontologies (data models) used in the Simantics application you are developing.&lt;br /&gt;
&lt;br /&gt;
See [[org.simantics.graph]] for the component&#039;s documentation.&lt;br /&gt;
&lt;br /&gt;
=== Eclipse plug-in for Subversion ===&lt;br /&gt;
&lt;br /&gt;
{{tip|With Simantics 1.4 and future releases this step is optional.}}&lt;br /&gt;
&lt;br /&gt;
Simantics uses Subversion ([http://subversion.apache.org/ SVN]) as a version control system ([http://en.wikipedia.org/wiki/Revision_control VCS]) for storing all of our source code. To access this data from neatly from Eclipse, you need to install some plug-ins into it. To install the plug-in, follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* Install Subversion plug-in: [http://www.eclipse.org/subversive/ Eclipse Subversive]. Update Site is a part of Helios Update Site. From the main menu, open Help &amp;gt; Install New Software...&lt;br /&gt;
*#  [[Image:Install_connectors.png|right|100px|thumb|SVN connector installation dialog]] From the &#039;&#039;Work with&#039;&#039; selector, select Helios - http://download.eclipse.org/releases/helios&lt;br /&gt;
*#* From the &#039;&#039;Collaboration&#039;&#039; folder, select the following items:&lt;br /&gt;
*#** &#039;&#039;&#039;Subversive SVN Team Provider&#039;&#039;&#039;&lt;br /&gt;
*#** &#039;&#039;&#039;Subversive SVN JDT Ignore Extensions&#039;&#039;&#039;&lt;br /&gt;
*#* Select Finish and watch the installation proceed&lt;br /&gt;
*#* Click &#039;&#039;Restart Now&#039;&#039; after the installation completes&lt;br /&gt;
*# After restarting, open the &#039;&#039;&#039;SVN Repository Exploring&#039;&#039;&#039; perspective and Eclipse should open a dialog called &#039;&#039;&#039;Install Connectors&#039;&#039;&#039;. Select &#039;&#039;&#039;SVN Kit 1.3.x&#039;&#039;&#039; and press finish.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;NOTE: if this installation process fails, this means that Eclipse is offering broken/incompatible packages at the moment. In this case you probably need to install the latest &#039;&#039;early access&#039;&#039; versions using http://www.eclipse.org/subversive/downloads.php#early_access&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;Be warned that there has been a bug in Subversive which causes it to use the HTTP proxy for HTTPS addresses too. In order to get your SVN connection to www.simantics.org working, you may need to use direct connection proxy settings after installing the SVN plug-ins.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setup IDE ==&lt;br /&gt;
&lt;br /&gt;
* Import Simantics  Java formatting rules into your Eclipse: [[Media:Simantics-Java-Formatting.xml | save this XML file]] ([[Image:Simantics-Java-Formatting.xml | save this XML file]])&lt;br /&gt;
** In Eclipse: &#039;&#039;Window/Preferences&#039;&#039; and the &#039;&#039;Java/Code Style/Formatter&#039;&#039; folder, select &#039;&#039;Import...&#039;&#039; and find the XML file you just downloaded.&lt;br /&gt;
* From the same preferences dialog also make sure that JDK 6.0 (or JRE 1.6) compliance is enabled:&lt;br /&gt;
*: [[Image:java_compiler_preferences.png|400px]]&lt;br /&gt;
* Optionally enable Save Actions: &#039;&#039;Java/Editor/Save Actions&#039;&#039;:&lt;br /&gt;
** enable &#039;&#039;Organize imports&#039;&#039;&lt;br /&gt;
** enable &#039;&#039;Additional actions&#039;&#039;&lt;br /&gt;
** enable &#039;&#039;Format source code&#039;&#039; (not always recommendable)&lt;br /&gt;
** &#039;&#039;Configure&#039;&#039;: &#039;&#039;Code Organizing&#039;&#039;: Enable &#039;&#039;Remove trailing whitespace&#039;&#039; and &#039;&#039;Correct indentation&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Download Simantics ==&lt;br /&gt;
&lt;br /&gt;
=== Simantics 1.4+ Instructions ===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions on the [[Target Platform#Simantics 1.4|Target Platform page]] to set the Simantics 1.4 target platform up for your workspace.&lt;br /&gt;
&lt;br /&gt;
=== Pre-Simantics 1.4 Instructions ===&lt;br /&gt;
&lt;br /&gt;
==== Install Simantics target platform ====&lt;br /&gt;
The target platform is a set of Simantics and Eclipse features and plug-ins that constitute the components you can build your Simantics/Eclipse-based software out of. These are needed as base to get working on your own contributions on top of the Simantics platform.&lt;br /&gt;
&lt;br /&gt;
To get the platform one must perform a [http://svnbook.red-bean.com/en/1.5/svn.tour.initial.html&#039;&#039;checkout&#039;&#039;] from the SVN repository. You can use Eclipse&#039;s &#039;&#039;&#039;SVN Repository Exploring perspective&#039;&#039;&#039; for this task. You can also use other tools,  such as [http://tortoisesvn.net TortoiseSVN] or the [http://subversion.tigris.org/getting.html#binary-packages SVN command line client].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{questionanswer|&#039;&#039;&#039;How do I &#039;&#039;check out&#039;&#039; from SVN in Eclipse in general?&#039;&#039;&#039;|&lt;br /&gt;
[[Image:new_repository_location.png|right|100px]]&lt;br /&gt;
* Switch to the &#039;&#039;&#039;SVN Repository Exploring&#039;&#039;&#039; perspective.&lt;br /&gt;
* In the &#039;&#039;SVN Repositories&#039;&#039; view, from the context menu, select &#039;&#039;New &amp;amp;rarr; Repository Location&#039;&#039;.&lt;br /&gt;
* Enter the SVN repository location in the URL field and enter your repository credentials in the authentication fields.&lt;br /&gt;
* Browse the added repository tree, select the directory/project you want to access and edit, and select &#039;&#039;&#039;Check out&#039;&#039;&#039; from the context menu.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Checkout the target platform&#039;&#039;&#039; for your version into a directory of your choice. See [[Target Platform]] for available versions. &lt;br /&gt;
#* Updating your target platform is now a matter of updating your target platform working copy.&lt;br /&gt;
#* Upgrading to newer versions of the target platform requires switching to/checking out another branch of the target platform.&lt;br /&gt;
# &#039;&#039;&#039;Import the target platform into your eclipse IDE&#039;&#039;&#039;:&lt;br /&gt;
#* If you checked out the target platform using another tool besides Eclipse, first import the target platform into your workspace:&lt;br /&gt;
#** &#039;&#039;File/Import&#039;&#039;: &#039;&#039;General/Existing Project into Workspace&#039;&#039;: Select target platform location as &#039;&#039;root directory&#039;&#039;. &#039;&#039;&#039;Deselect&#039;&#039;&#039; &#039;&#039;Copy projects into workspace&#039;&#039; if selected. Press &#039;&#039;Finish&#039;&#039;.&lt;br /&gt;
#* Select menu item &#039;&#039;Window/Preferences&#039;&#039; from your Eclipse IDE.&lt;br /&gt;
#* Open the preference page Plug-in Development/Target Platform.&lt;br /&gt;
#* Activate your target platform definition by checking it and press OK.&lt;br /&gt;
&lt;br /&gt;
==== Download Simantics Components ====&lt;br /&gt;
&lt;br /&gt;
===== Add Simantics repositories =====&lt;br /&gt;
* Switch to &#039;&#039;SVN Repository Exploring&#039;&#039; perspective in Eclipse.&lt;br /&gt;
* Add the main Simantics repository location in the SVN Repository view:&lt;br /&gt;
** General tab:&lt;br /&gt;
*** URL = https://www.simantics.org/svn/simantics/&lt;br /&gt;
*** Authentication =&lt;br /&gt;
**** &#039;&#039;&#039;Committers:&#039;&#039;&#039; your username and password&lt;br /&gt;
&lt;br /&gt;
===== Checkout Simantics sources =====&lt;br /&gt;
* Checkout the proper project sets into your workspace. Eclipse will check it out as &#039;&#039;ProjectSets&#039;&#039;:&lt;br /&gt;
** &#039;&#039;&#039;Simantics development version&#039;&#039;&#039;: &#039;&#039;project-set/trunk&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Switch to &#039;&#039;Java perspective&#039;&#039;.&lt;br /&gt;
* To speed up the download, disable automatic building from menu toggle &#039;&#039;Project/Build Automatically&#039;&#039;.&lt;br /&gt;
* From the &#039;&#039;Package Explorer&#039;&#039; view, pick &#039;&#039;&#039;simantics.psf&#039;&#039;&#039; file from the ProjectSets folder and select &#039;&#039;Import Project Set&#039;&#039; from the popup menu.&lt;br /&gt;
* Re-enable automatic building&lt;br /&gt;
* &#039;&#039;&#039;IMPORTANT&#039;&#039;&#039;: If checked out code does not compile/work, consult the [[Plugins|maintainers of the non-working module]].&lt;br /&gt;
&lt;br /&gt;
===== Troubleshooting =====&lt;br /&gt;
&lt;br /&gt;
* If the project set import fails or does not do anything, please update your SVN plug-ins to the latest versions available.&lt;br /&gt;
&lt;br /&gt;
=== Start Development ===&lt;br /&gt;
&lt;br /&gt;
To get started on development, continue to &#039;&#039;&#039;[[Tutorial: Ontology Development]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Basic IDE Usage ==&lt;br /&gt;
=== Running Products from the IDE ===&lt;br /&gt;
&lt;br /&gt;
* Create a &#039;&#039;&#039;Product Configuration&#039;&#039;&#039; (.product) for your own product.&lt;br /&gt;
** You can use &#039;&#039;&#039;[https://www.simulationsite.net/trac/simantics/browser/sysdyn/trunk/org.simantics.sysdyn.ui/sysdyn.product sysdyn.product]&#039;&#039;&#039; as a starting point for your own product configuration. To get &#039;&#039;&#039;sysdyn.product&#039;&#039;&#039;, import the &#039;&#039;&#039;sysdyn.psf&#039;&#039;&#039; project-set.&lt;br /&gt;
** Be sure to only include the components that you want to have in your product, nothing more.&lt;br /&gt;
&lt;br /&gt;
: [[Image:SimanticsWorkbenchProduct.png|500px]]&lt;br /&gt;
* Launch the product from the links under the &#039;&#039;Testing&#039;&#039; section&lt;br /&gt;
&lt;br /&gt;
* When launching the Simantics Workbench application from the IDE, i.e. in development mode, the application will make sure that your application workspace will contain a Simantics database that contains the transferable graphs contained by the ontology project bundles that are included in your product&#039;s plug-in configuration.&lt;br /&gt;
** Be warned that the application can&#039;t handle all cases of modified database contents. This means that sometimes the easiest way to get your application running is clearing your application&#039;s workspace and starting with a fresh database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; IMPORTANT DEVELOPER NOTICE&lt;br /&gt;
&lt;br /&gt;
Remember to always launch your application using the .product configuration editor as described above when you want to make sure that your IDE&#039;s application launcher configuration is up-to-date. The launcher configurations contain the set of plug-ins that are installed into the launched application which means which is not updated when the application is launched through the menu or (Ctrl+)F11.&lt;br /&gt;
&lt;br /&gt;
The launcher configurations will most likely require updating when you&lt;br /&gt;
# take new plug-ins into use (add them to features included by the product)&lt;br /&gt;
# remove plug-ins from use&lt;br /&gt;
# plug-ins are moved from the workspace to the target platform or vice versa&lt;br /&gt;
# the target platform is updated&lt;br /&gt;
&lt;br /&gt;
=== Testing your own contributions with Simantics ===&lt;br /&gt;
&lt;br /&gt;
; Scenario - Testing a set of new plug-ins&lt;br /&gt;
&lt;br /&gt;
Prerequisites:&lt;br /&gt;
# Some of the added plug-ins may contain ontologies.&lt;br /&gt;
# You&#039;ve created your own set of plug-ins based on the Simantics SDK.&lt;br /&gt;
# You&#039;ve defined &#039;&#039;features&#039;&#039; that include your plug-ins.&lt;br /&gt;
# You&#039;ve followed the instructions at [[#Building]]&lt;br /&gt;
&lt;br /&gt;
Steps to follow:&lt;br /&gt;
# If you have not already created a product definition for yourself:&lt;br /&gt;
## Optionally create a new plug-in project with the name &#039;&#039;product&#039;&#039; in it&lt;br /&gt;
## Add a new &#039;&#039;Product Configuration&#039;&#039; to an existing or a new plug-in with basic settings&lt;br /&gt;
## Open the new .product file with &#039;&#039;Product Configuration Editor&#039;&#039;&lt;br /&gt;
## From the &#039;&#039;Overview&#039;&#039; tab, &#039;&#039;Product Definition&#039;&#039; section, select &#039;&#039;&#039;org.simantics.workbench.application&#039;&#039;&#039; as the application and create a new product extension with the &#039;&#039;New&#039;&#039; button beside the product selector. Also mark the product definition &#039;&#039;feature based&#039;&#039;.&lt;br /&gt;
# Configure the product to your liking, i.e. add the features you need to it&lt;br /&gt;
# Launch your product from the product configuration editor &#039;&#039;Overview&#039;&#039; tab&lt;br /&gt;
&lt;br /&gt;
=== Product Deployment ===&lt;br /&gt;
&lt;br /&gt;
Deploying a product in this context means taking a certain set of features and plug-ins and packaging into an installable and executable application.&lt;br /&gt;
&lt;br /&gt;
; Things to ensure before deploying your product:&lt;br /&gt;
# &#039;&#039;&#039;Ensure correctness of your build.properties files&#039;&#039;&#039;&lt;br /&gt;
#* For each of your own bundles (plug-ins and features), check that their &#039;&#039;build.properties&#039;&#039; files contain all the necessary files within each bundle. For example &#039;&#039;&#039;adapters.xml&#039;&#039;&#039; is often forgotten from the build since there is currently no automation that  would add it to the build.&lt;br /&gt;
# &#039;&#039;&#039;Ensure validity of .product definition:&#039;&#039;&#039;&lt;br /&gt;
#* Open your .product file in the Eclipse IDE (use Ctrl-Shift-R for searching)&lt;br /&gt;
#* On the &#039;&#039;Launching&#039;&#039; page:&lt;br /&gt;
#** Set &#039;&#039;&#039;Launcher Name&#039;&#039;&#039; to set the name of your product executable.&lt;br /&gt;
#** Under &#039;&#039;&#039;Program Arguments:&#039;&#039;&#039;, add -fixerrors. This ensures that your product will initialize all new workspaces with a database instead of assuming that a database must already pre-exist.&lt;br /&gt;
#** Under &#039;&#039;&#039;VM Arguments:&#039;&#039;&#039; add at least &#039;&#039;&#039;-ea&#039;&#039;&#039; to enable VM assertions.&lt;br /&gt;
&lt;br /&gt;
; Deploying Executable Product&lt;br /&gt;
* Open .product file in the Eclipse IDE (use Ctrl-Shift-R for searching)&lt;br /&gt;
* On the &#039;&#039;Overview&#039;&#039; page of the product editor, select &#039;&#039;Eclipse Product export wizard&#039;&#039; from under &#039;&#039;&#039;Exporting&#039;&#039;&#039;&lt;br /&gt;
* Fill in any missing details in the dialog and select Finish.&lt;br /&gt;
** To create a directly executable product, you need to deselect &#039;&#039;&#039;Generate metadata repository&#039;&#039;&#039;.&lt;br /&gt;
** To create a product deployable with [http://wiki.eclipse.org/Equinox/p2/Director_application P2 director] (and in the future [[SPM]]), you need to select &#039;&#039;&#039;Generate metadata repository&#039;&#039;&#039;. This will generate an [http://wiki.eclipse.org/Equinox/p2 Eclipse P2] repository.&lt;br /&gt;
&lt;br /&gt;
[[Category: Miscellaneous Documents]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3459</id>
		<title>Quick Development Environment Setup</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3459"/>
		<updated>2018-08-09T07:32:41Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Install Java JDK and Eclipse, and Setup the IDE for Simantics Development ==&lt;br /&gt;
&lt;br /&gt;
# Get and install the latest 64-bit &#039;&#039;Java SE Development Kit 8&#039;&#039; (JDK 8). You can download the package from [http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.oracle.com/technetwork/java/javase/downloads/index.html]. Follow the installation instructions for your operating system. It is recommended to always use the latest JDK update.&lt;br /&gt;
# Get and install the latest 4.7 64-bit &#039;&#039;Eclipse Classic IDE&#039;&#039; release build. You can find the package from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]. You can select freely the installation location for the package, e.g. under your home directory. Just unzip the package to install Eclipse. Alternatively, there is also an [http://www.eclipse.org/downloads/ installer] available.&lt;br /&gt;
# After the installation of Eclipse, check that your Eclipse is set to use the right Java Runtime Environment (JRE):&lt;br /&gt;
#* In Eclipse platform, open &amp;quot;Window - Preferences&amp;quot;.&lt;br /&gt;
#* Open page “Java / Installed JREs”.&lt;br /&gt;
#* Set the JRE to point to the previously installed JDK 8.&lt;br /&gt;
# Install the Simantics Graph Compiler:&lt;br /&gt;
#* In Eclipse platform, open “Help / Install New Software...”.&lt;br /&gt;
#* Set the installation site to &amp;quot;http://www.simantics.org/update/utils&amp;quot; in the “Work with” field and press “Add...”. Give the installation site link a name when asked.&lt;br /&gt;
#* Select from the list the latest &amp;quot;Ontology development / Graph feature&amp;quot; and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# Install the Subversive plug-in to the Eclipse platform:&lt;br /&gt;
#* In Eclipse platform, open &#039;&#039;“Help / Install New Software...”&#039;&#039;.&lt;br /&gt;
#* Select installation site &amp;quot;Oxygen - http://download.eclipse.org/releases/oxygen&amp;quot; to the “Work with” field from the preset list.&lt;br /&gt;
#* Click open the &amp;quot;Collaboration&amp;quot; folder and select from the list:&lt;br /&gt;
#** &#039;&#039;Subversive SVN Team Provider&#039;&#039;&lt;br /&gt;
#: and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# After restarting Eclipse, open the SVN Repository Exploring perspective:&lt;br /&gt;
#* In Eclipse platform, open “Window / Open Perspective / Other...”.&lt;br /&gt;
#* Select &#039;&#039;SVN Repository Exploring&#039;&#039; and press “OK”. Eclipse should open the “Install Connectors” dialog.&lt;br /&gt;
#* Select latest “SVN Kit 1.x.y” and press “Finish”, and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; You can also use Eclipse 4.8 at your own risk, but Subversive is not available for it right now so you&#039;ll have to install [https://marketplace.eclipse.org/content/subclipse Subclipse] instead to get SVN support.&lt;br /&gt;
&lt;br /&gt;
== Install Latest Simantics Target Platform ==&lt;br /&gt;
&lt;br /&gt;
# In Eclipse platform, activate the &#039;&#039;Plug-in Development&#039;&#039; perspective, either from the tab on the upper right corner of the Eclipse platform or from the “Window / Open Perspective / Other...” menu, and select &#039;&#039;Plug-in Development&#039;&#039;.&lt;br /&gt;
# Create a new general project in Eclipse by:&lt;br /&gt;
#* Selecting “File / New / Project...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select a wizard&amp;quot;, select “General / Project” and press “Next”.&lt;br /&gt;
#* Give the project a name, e.g. &amp;quot;Simantics_target&amp;quot; and press &amp;quot;Finish&amp;quot;.&lt;br /&gt;
# Download the following file into the project folder you just created: [http://www.simantics.org/download/master/simantics.target http://www.simantics.org/download/master/simantics.target]&lt;br /&gt;
# In Eclipse &#039;&#039;Package Explorer&#039;&#039; (the view on left side of the Eclipse platform):&lt;br /&gt;
#* Right-click your previously created project and select &amp;quot;Refresh&amp;quot; from the context menu, or press F5 while the project is selected.&lt;br /&gt;
# Set the target platform up for the development with Simantics:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* The new target definitions should be available in the list.&lt;br /&gt;
#: Activate &#039;&#039;&#039;“Simantics x.y.z”&#039;&#039;&#039; and confirm the target platform definition by pressing &amp;quot;Apply&amp;quot; and/or &amp;quot;OK&amp;quot;.&lt;br /&gt;
#* Wait until Eclipse finishes downloading, this may take a while. After the download is completed, there should be several plug-ins starting with &amp;quot;org.simantics.*&amp;quot; in the Eclipse &#039;&#039;Plug-ins&#039;&#039; view (the view on the left side of Eclipse).&lt;br /&gt;
# &#039;&#039;&#039;Keep your platform up-to-date!&#039;&#039;&#039; Updating is as easy as re-downloading the .target file and reloading the target platform from &#039;&#039;Target Platform&#039;&#039; preference page:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* Select the active target platform, e.g. &#039;&#039;Simantics x.y.z&#039;&#039;, from the list and press &amp;quot;Reload&amp;quot;.&lt;br /&gt;
#* Wait until the platform is updated.&lt;br /&gt;
&lt;br /&gt;
== Test Your Installation ==&lt;br /&gt;
&lt;br /&gt;
 NOTE: this test/example is out of date, might not work anymore&lt;br /&gt;
&lt;br /&gt;
Test your installation with the [http://dev.simantics.org/index.php/Tutorial:_Ontology_Development Simantics movie tutorial]:&lt;br /&gt;
&lt;br /&gt;
# Download &#039;&#039;Simantics movie tutorial&#039;&#039; plug-ins into your Eclipse workspace:&lt;br /&gt;
#* Get [https://www.simantics.org/jenkins/job/Tutorials/job/package-movie-tutorial-head/lastSuccessfulBuild/artifact/movie-tutorial.zip]&lt;br /&gt;
#* In Eclipse platform, select  “File / Import...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select&amp;quot; dialog, select “General / Existing Projects into Workspace” and press “Next”.&lt;br /&gt;
#* Select the “Select archive file:” radio button and press “Browse” to find the downloaded movie-tutorial.zip.&lt;br /&gt;
#* Press “Select All” and “Finish”.&lt;br /&gt;
# Run movie.product:&lt;br /&gt;
#* From the &#039;&#039;Package Explorer&#039;&#039; view, open “org.simantics.movie.ui&#039;&#039; / Movie.product”.&lt;br /&gt;
#* From the &#039;&#039;Overview&#039;&#039; page of the opened product editor, press “Launch an Eclipse application”. &lt;br /&gt;
&lt;br /&gt;
If you managed to start the &#039;&#039;movie&#039;&#039; product, your development platform should be operational.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Happy developing with Simantics!&#039;&#039;&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3458</id>
		<title>Quick Development Environment Setup</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3458"/>
		<updated>2018-08-09T07:32:25Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Install Java JDK and Eclipse, and Setup the IDE for Simantics Development ==&lt;br /&gt;
&lt;br /&gt;
# Get and install the latest 64-bit &#039;&#039;Java SE Development Kit 8&#039;&#039; (JDK 8). You can download the package from [http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.oracle.com/technetwork/java/javase/downloads/index.html]. Follow the installation instructions for your operating system. It is recommended to always use the latest JDK update.&lt;br /&gt;
# Get and install the latest 4.7 64-bit &#039;&#039;Eclipse Classic IDE&#039;&#039; release build. You can find the package from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]. You can select freely the installation location for the package, e.g. under your home directory. Just unzip the package to install Eclipse. Alternatively, there is also an [http://www.eclipse.org/downloads/ installer] available.&lt;br /&gt;
# After the installation of Eclipse, check that your Eclipse is set to use the right Java Runtime Environment (JRE):&lt;br /&gt;
#* In Eclipse platform, open &amp;quot;Window - Preferences&amp;quot;.&lt;br /&gt;
#* Open page “Java / Installed JREs”.&lt;br /&gt;
#* Set the JRE to point to the previously installed JDK 8.&lt;br /&gt;
# Install the Simantics Graph Compiler:&lt;br /&gt;
#* In Eclipse platform, open “Help / Install New Software...”.&lt;br /&gt;
#* Set the installation site to &amp;quot;http://www.simantics.org/update/utils&amp;quot; in the “Work with” field and press “Add...”. Give the installation site link a name when asked.&lt;br /&gt;
#* Select from the list the latest &amp;quot;Ontology development / Graph feature&amp;quot; and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# Install the Subversive plug-in to the Eclipse platform:&lt;br /&gt;
#* In Eclipse platform, open &#039;&#039;“Help / Install New Software...”&#039;&#039;.&lt;br /&gt;
#* Select installation site &amp;quot;Oxygen - http://download.eclipse.org/releases/oxygen&amp;quot; to the “Work with” field from the preset list.&lt;br /&gt;
#* Click open the &amp;quot;Collaboration&amp;quot; folder and select from the list:&lt;br /&gt;
#** &#039;&#039;Subversive SVN Team Provider&#039;&#039;&lt;br /&gt;
#: and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# After restarting Eclipse, open the SVN Repository Exploring perspective:&lt;br /&gt;
#* In Eclipse platform, open “Window / Open Perspective / Other...”.&lt;br /&gt;
#* Select &#039;&#039;SVN Repository Exploring&#039;&#039; and press “OK”. Eclipse should open the “Install Connectors” dialog.&lt;br /&gt;
#* Select latest “SVN Kit 1.x.y” and press “Finish”, and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
&lt;br /&gt;
*NOTE:* You can also use Eclipse 4.8 at your own risk, but Subversive is not available for it right now so you&#039;ll have to install [https://marketplace.eclipse.org/content/subclipse Subclipse] instead to get SVN support.&lt;br /&gt;
&lt;br /&gt;
== Install Latest Simantics Target Platform ==&lt;br /&gt;
&lt;br /&gt;
# In Eclipse platform, activate the &#039;&#039;Plug-in Development&#039;&#039; perspective, either from the tab on the upper right corner of the Eclipse platform or from the “Window / Open Perspective / Other...” menu, and select &#039;&#039;Plug-in Development&#039;&#039;.&lt;br /&gt;
# Create a new general project in Eclipse by:&lt;br /&gt;
#* Selecting “File / New / Project...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select a wizard&amp;quot;, select “General / Project” and press “Next”.&lt;br /&gt;
#* Give the project a name, e.g. &amp;quot;Simantics_target&amp;quot; and press &amp;quot;Finish&amp;quot;.&lt;br /&gt;
# Download the following file into the project folder you just created: [http://www.simantics.org/download/master/simantics.target http://www.simantics.org/download/master/simantics.target]&lt;br /&gt;
# In Eclipse &#039;&#039;Package Explorer&#039;&#039; (the view on left side of the Eclipse platform):&lt;br /&gt;
#* Right-click your previously created project and select &amp;quot;Refresh&amp;quot; from the context menu, or press F5 while the project is selected.&lt;br /&gt;
# Set the target platform up for the development with Simantics:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* The new target definitions should be available in the list.&lt;br /&gt;
#: Activate &#039;&#039;&#039;“Simantics x.y.z”&#039;&#039;&#039; and confirm the target platform definition by pressing &amp;quot;Apply&amp;quot; and/or &amp;quot;OK&amp;quot;.&lt;br /&gt;
#* Wait until Eclipse finishes downloading, this may take a while. After the download is completed, there should be several plug-ins starting with &amp;quot;org.simantics.*&amp;quot; in the Eclipse &#039;&#039;Plug-ins&#039;&#039; view (the view on the left side of Eclipse).&lt;br /&gt;
# &#039;&#039;&#039;Keep your platform up-to-date!&#039;&#039;&#039; Updating is as easy as re-downloading the .target file and reloading the target platform from &#039;&#039;Target Platform&#039;&#039; preference page:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* Select the active target platform, e.g. &#039;&#039;Simantics x.y.z&#039;&#039;, from the list and press &amp;quot;Reload&amp;quot;.&lt;br /&gt;
#* Wait until the platform is updated.&lt;br /&gt;
&lt;br /&gt;
== Test Your Installation ==&lt;br /&gt;
&lt;br /&gt;
 NOTE: this test/example is out of date, might not work anymore&lt;br /&gt;
&lt;br /&gt;
Test your installation with the [http://dev.simantics.org/index.php/Tutorial:_Ontology_Development Simantics movie tutorial]:&lt;br /&gt;
&lt;br /&gt;
# Download &#039;&#039;Simantics movie tutorial&#039;&#039; plug-ins into your Eclipse workspace:&lt;br /&gt;
#* Get [https://www.simantics.org/jenkins/job/Tutorials/job/package-movie-tutorial-head/lastSuccessfulBuild/artifact/movie-tutorial.zip]&lt;br /&gt;
#* In Eclipse platform, select  “File / Import...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select&amp;quot; dialog, select “General / Existing Projects into Workspace” and press “Next”.&lt;br /&gt;
#* Select the “Select archive file:” radio button and press “Browse” to find the downloaded movie-tutorial.zip.&lt;br /&gt;
#* Press “Select All” and “Finish”.&lt;br /&gt;
# Run movie.product:&lt;br /&gt;
#* From the &#039;&#039;Package Explorer&#039;&#039; view, open “org.simantics.movie.ui&#039;&#039; / Movie.product”.&lt;br /&gt;
#* From the &#039;&#039;Overview&#039;&#039; page of the opened product editor, press “Launch an Eclipse application”. &lt;br /&gt;
&lt;br /&gt;
If you managed to start the &#039;&#039;movie&#039;&#039; product, your development platform should be operational.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Happy developing with Simantics!&#039;&#039;&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3457</id>
		<title>Quick Development Environment Setup</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3457"/>
		<updated>2018-08-09T07:32:09Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Install Java JDK and Eclipse, and Setup the IDE for Simantics Development ==&lt;br /&gt;
&lt;br /&gt;
# Get and install the latest 64-bit &#039;&#039;Java SE Development Kit 8&#039;&#039; (JDK 8). You can download the package from [http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.oracle.com/technetwork/java/javase/downloads/index.html]. Follow the installation instructions for your operating system. It is recommended to always use the latest JDK update.&lt;br /&gt;
# Get and install the latest 4.7 64-bit &#039;&#039;Eclipse Classic IDE&#039;&#039; release build. You can find the package from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]. You can select freely the installation location for the package, e.g. under your home directory. Just unzip the package to install Eclipse. Alternatively, there is also an [http://www.eclipse.org/downloads/ installer] available.&lt;br /&gt;
# After the installation of Eclipse, check that your Eclipse is set to use the right Java Runtime Environment (JRE):&lt;br /&gt;
#* In Eclipse platform, open &amp;quot;Window - Preferences&amp;quot;.&lt;br /&gt;
#* Open page “Java / Installed JREs”.&lt;br /&gt;
#* Set the JRE to point to the previously installed JDK 8.&lt;br /&gt;
# Install the Simantics Graph Compiler:&lt;br /&gt;
#* In Eclipse platform, open “Help / Install New Software...”.&lt;br /&gt;
#* Set the installation site to &amp;quot;http://www.simantics.org/update/utils&amp;quot; in the “Work with” field and press “Add...”. Give the installation site link a name when asked.&lt;br /&gt;
#* Select from the list the latest &amp;quot;Ontology development / Graph feature&amp;quot; and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# Install the Subversive plug-in to the Eclipse platform:&lt;br /&gt;
#* In Eclipse platform, open &#039;&#039;“Help / Install New Software...”&#039;&#039;.&lt;br /&gt;
#* Select installation site &amp;quot;Oxygen - http://download.eclipse.org/releases/oxygen&amp;quot; to the “Work with” field from the preset list.&lt;br /&gt;
#* Click open the &amp;quot;Collaboration&amp;quot; folder and select from the list:&lt;br /&gt;
#** &#039;&#039;Subversive SVN Team Provider&#039;&#039;&lt;br /&gt;
#: and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# After restarting Eclipse, open the SVN Repository Exploring perspective:&lt;br /&gt;
#* In Eclipse platform, open “Window / Open Perspective / Other...”.&lt;br /&gt;
#* Select &#039;&#039;SVN Repository Exploring&#039;&#039; and press “OK”. Eclipse should open the “Install Connectors” dialog.&lt;br /&gt;
#* Select latest “SVN Kit 1.x.y” and press “Finish”, and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
&lt;br /&gt;
NOTE: You can also use Eclipse 4.8 at your own risk, but Subversive is not available for it right now so you&#039;ll have to install [https://marketplace.eclipse.org/content/subclipse Subclipse] instead to get SVN support.&lt;br /&gt;
&lt;br /&gt;
== Install Latest Simantics Target Platform ==&lt;br /&gt;
&lt;br /&gt;
# In Eclipse platform, activate the &#039;&#039;Plug-in Development&#039;&#039; perspective, either from the tab on the upper right corner of the Eclipse platform or from the “Window / Open Perspective / Other...” menu, and select &#039;&#039;Plug-in Development&#039;&#039;.&lt;br /&gt;
# Create a new general project in Eclipse by:&lt;br /&gt;
#* Selecting “File / New / Project...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select a wizard&amp;quot;, select “General / Project” and press “Next”.&lt;br /&gt;
#* Give the project a name, e.g. &amp;quot;Simantics_target&amp;quot; and press &amp;quot;Finish&amp;quot;.&lt;br /&gt;
# Download the following file into the project folder you just created: [http://www.simantics.org/download/master/simantics.target http://www.simantics.org/download/master/simantics.target]&lt;br /&gt;
# In Eclipse &#039;&#039;Package Explorer&#039;&#039; (the view on left side of the Eclipse platform):&lt;br /&gt;
#* Right-click your previously created project and select &amp;quot;Refresh&amp;quot; from the context menu, or press F5 while the project is selected.&lt;br /&gt;
# Set the target platform up for the development with Simantics:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* The new target definitions should be available in the list.&lt;br /&gt;
#: Activate &#039;&#039;&#039;“Simantics x.y.z”&#039;&#039;&#039; and confirm the target platform definition by pressing &amp;quot;Apply&amp;quot; and/or &amp;quot;OK&amp;quot;.&lt;br /&gt;
#* Wait until Eclipse finishes downloading, this may take a while. After the download is completed, there should be several plug-ins starting with &amp;quot;org.simantics.*&amp;quot; in the Eclipse &#039;&#039;Plug-ins&#039;&#039; view (the view on the left side of Eclipse).&lt;br /&gt;
# &#039;&#039;&#039;Keep your platform up-to-date!&#039;&#039;&#039; Updating is as easy as re-downloading the .target file and reloading the target platform from &#039;&#039;Target Platform&#039;&#039; preference page:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* Select the active target platform, e.g. &#039;&#039;Simantics x.y.z&#039;&#039;, from the list and press &amp;quot;Reload&amp;quot;.&lt;br /&gt;
#* Wait until the platform is updated.&lt;br /&gt;
&lt;br /&gt;
== Test Your Installation ==&lt;br /&gt;
&lt;br /&gt;
 NOTE: this test/example is out of date, might not work anymore&lt;br /&gt;
&lt;br /&gt;
Test your installation with the [http://dev.simantics.org/index.php/Tutorial:_Ontology_Development Simantics movie tutorial]:&lt;br /&gt;
&lt;br /&gt;
# Download &#039;&#039;Simantics movie tutorial&#039;&#039; plug-ins into your Eclipse workspace:&lt;br /&gt;
#* Get [https://www.simantics.org/jenkins/job/Tutorials/job/package-movie-tutorial-head/lastSuccessfulBuild/artifact/movie-tutorial.zip]&lt;br /&gt;
#* In Eclipse platform, select  “File / Import...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select&amp;quot; dialog, select “General / Existing Projects into Workspace” and press “Next”.&lt;br /&gt;
#* Select the “Select archive file:” radio button and press “Browse” to find the downloaded movie-tutorial.zip.&lt;br /&gt;
#* Press “Select All” and “Finish”.&lt;br /&gt;
# Run movie.product:&lt;br /&gt;
#* From the &#039;&#039;Package Explorer&#039;&#039; view, open “org.simantics.movie.ui&#039;&#039; / Movie.product”.&lt;br /&gt;
#* From the &#039;&#039;Overview&#039;&#039; page of the opened product editor, press “Launch an Eclipse application”. &lt;br /&gt;
&lt;br /&gt;
If you managed to start the &#039;&#039;movie&#039;&#039; product, your development platform should be operational.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Happy developing with Simantics!&#039;&#039;&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3456</id>
		<title>Quick Development Environment Setup</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3456"/>
		<updated>2018-08-09T07:28:41Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Install Java JDK and Eclipse, and Setup the IDE for Simantics Development ==&lt;br /&gt;
&lt;br /&gt;
# Get and install the latest 64-bit &#039;&#039;Java SE Development Kit 8&#039;&#039; (JDK 8). You can download the package from [http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.oracle.com/technetwork/java/javase/downloads/index.html]. Follow the installation instructions for your operating system. It is recommended to always use the latest JDK update.&lt;br /&gt;
# Get and install the latest 64-bit &#039;&#039;Eclipse Classic IDE&#039;&#039; release build. You can find the package from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]. You can select freely the installation location for the package, e.g. under your home directory. Just unzip the package to install Eclipse. Alternatively, there is also an [http://www.eclipse.org/downloads/ installer] available.&lt;br /&gt;
# After the installation of Eclipse, check that your Eclipse is set to use the right Java Runtime Environment (JRE):&lt;br /&gt;
#* In Eclipse platform, open &amp;quot;Window - Preferences&amp;quot;.&lt;br /&gt;
#* Open page “Java / Installed JREs”.&lt;br /&gt;
#* Set the JRE to point to the previously installed JDK 8.&lt;br /&gt;
# Install the Simantics Graph Compiler:&lt;br /&gt;
#* In Eclipse platform, open “Help / Install New Software...”.&lt;br /&gt;
#* Set the installation site to &amp;quot;http://www.simantics.org/update/utils&amp;quot; in the “Work with” field and press “Add...”. Give the installation site link a name when asked.&lt;br /&gt;
#* Select from the list the latest &amp;quot;Ontology development / Graph feature&amp;quot; and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# Install the Subversive plug-in to the Eclipse platform:&lt;br /&gt;
#* In Eclipse platform, open &#039;&#039;“Help / Install New Software...”&#039;&#039;.&lt;br /&gt;
#* Select installation site &amp;quot;Oxygen - http://download.eclipse.org/releases/oxygen&amp;quot; to the “Work with” field from the preset list.&lt;br /&gt;
#* Click open the &amp;quot;Collaboration&amp;quot; folder and select from the list:&lt;br /&gt;
#** &#039;&#039;Subversive SVN Team Provider&#039;&#039;&lt;br /&gt;
#: and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# After restarting Eclipse, open the SVN Repository Exploring perspective:&lt;br /&gt;
#* In Eclipse platform, open “Window / Open Perspective / Other...”.&lt;br /&gt;
#* Select &#039;&#039;SVN Repository Exploring&#039;&#039; and press “OK”. Eclipse should open the “Install Connectors” dialog.&lt;br /&gt;
#* Select latest “SVN Kit 1.x.y” and press “Finish”, and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
&lt;br /&gt;
== Install Latest Simantics Target Platform ==&lt;br /&gt;
&lt;br /&gt;
# In Eclipse platform, activate the &#039;&#039;Plug-in Development&#039;&#039; perspective, either from the tab on the upper right corner of the Eclipse platform or from the “Window / Open Perspective / Other...” menu, and select &#039;&#039;Plug-in Development&#039;&#039;.&lt;br /&gt;
# Create a new general project in Eclipse by:&lt;br /&gt;
#* Selecting “File / New / Project...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select a wizard&amp;quot;, select “General / Project” and press “Next”.&lt;br /&gt;
#* Give the project a name, e.g. &amp;quot;Simantics_target&amp;quot; and press &amp;quot;Finish&amp;quot;.&lt;br /&gt;
# Download the following file into the project folder you just created: [http://www.simantics.org/download/master/simantics.target http://www.simantics.org/download/master/simantics.target]&lt;br /&gt;
# In Eclipse &#039;&#039;Package Explorer&#039;&#039; (the view on left side of the Eclipse platform):&lt;br /&gt;
#* Right-click your previously created project and select &amp;quot;Refresh&amp;quot; from the context menu, or press F5 while the project is selected.&lt;br /&gt;
# Set the target platform up for the development with Simantics:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* The new target definitions should be available in the list.&lt;br /&gt;
#: Activate &#039;&#039;&#039;“Simantics x.y.z”&#039;&#039;&#039; and confirm the target platform definition by pressing &amp;quot;Apply&amp;quot; and/or &amp;quot;OK&amp;quot;.&lt;br /&gt;
#* Wait until Eclipse finishes downloading, this may take a while. After the download is completed, there should be several plug-ins starting with &amp;quot;org.simantics.*&amp;quot; in the Eclipse &#039;&#039;Plug-ins&#039;&#039; view (the view on the left side of Eclipse).&lt;br /&gt;
# &#039;&#039;&#039;Keep your platform up-to-date!&#039;&#039;&#039; Updating is as easy as re-downloading the .target file and reloading the target platform from &#039;&#039;Target Platform&#039;&#039; preference page:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* Select the active target platform, e.g. &#039;&#039;Simantics x.y.z&#039;&#039;, from the list and press &amp;quot;Reload&amp;quot;.&lt;br /&gt;
#* Wait until the platform is updated.&lt;br /&gt;
&lt;br /&gt;
== Test Your Installation ==&lt;br /&gt;
&lt;br /&gt;
 NOTE: this test/example is out of date, might not work anymore&lt;br /&gt;
&lt;br /&gt;
Test your installation with the [http://dev.simantics.org/index.php/Tutorial:_Ontology_Development Simantics movie tutorial]:&lt;br /&gt;
&lt;br /&gt;
# Download &#039;&#039;Simantics movie tutorial&#039;&#039; plug-ins into your Eclipse workspace:&lt;br /&gt;
#* Get [https://www.simantics.org/jenkins/job/Tutorials/job/package-movie-tutorial-head/lastSuccessfulBuild/artifact/movie-tutorial.zip]&lt;br /&gt;
#* In Eclipse platform, select  “File / Import...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select&amp;quot; dialog, select “General / Existing Projects into Workspace” and press “Next”.&lt;br /&gt;
#* Select the “Select archive file:” radio button and press “Browse” to find the downloaded movie-tutorial.zip.&lt;br /&gt;
#* Press “Select All” and “Finish”.&lt;br /&gt;
# Run movie.product:&lt;br /&gt;
#* From the &#039;&#039;Package Explorer&#039;&#039; view, open “org.simantics.movie.ui&#039;&#039; / Movie.product”.&lt;br /&gt;
#* From the &#039;&#039;Overview&#039;&#039; page of the opened product editor, press “Launch an Eclipse application”. &lt;br /&gt;
&lt;br /&gt;
If you managed to start the &#039;&#039;movie&#039;&#039; product, your development platform should be operational.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Happy developing with Simantics!&#039;&#039;&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3455</id>
		<title>Quick Development Environment Setup</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Quick_Development_Environment_Setup&amp;diff=3455"/>
		<updated>2018-08-09T07:03:31Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Test Your Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Install Java JDK and Eclipse, and Setup the IDE for Simantics Development ==&lt;br /&gt;
&lt;br /&gt;
# Get and install the latest 64-bit &#039;&#039;Java SE Development Kit 8&#039;&#039; (JDK 8). You can download the package from [http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.oracle.com/technetwork/java/javase/downloads/index.html]. Follow the installation instructions for your operating system. It is recommended to always use the latest JDK update.&lt;br /&gt;
# Get and install the latest 64-bit &#039;&#039;Eclipse Classic IDE&#039;&#039; release build. You can find the package from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]. You can select freely the installation location for the package, e.g. under your home directory. Just unzip the package to install Eclipse. Alternatively, there is also an [http://www.eclipse.org/downloads/ installer] available.&lt;br /&gt;
# After the installation of Eclipse, check that your Eclipse is set to use the right Java Runtime Environment (JRE):&lt;br /&gt;
#* In Eclipse platform, open &amp;quot;Window - Preferences&amp;quot;.&lt;br /&gt;
#* Open page “Java / Installed JREs”.&lt;br /&gt;
#* Set the JRE to point to the previously installed JDK 8.&lt;br /&gt;
# Install the Simantics Graph Compiler:&lt;br /&gt;
#* In Eclipse platform, open “Help / Install New Software...”.&lt;br /&gt;
#* Set the installation site to &amp;quot;http://www.simantics.org/update/utils&amp;quot; in the “Work with” field and press “Add...”. Give the installation site link a name when asked.&lt;br /&gt;
#* Select from the list the latest &amp;quot;Ontology development / Graph feature&amp;quot; and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# Install the Subversive plug-in to the Eclipse platform:&lt;br /&gt;
#* In Eclipse platform, open &#039;&#039;“Help / Install New Software...”&#039;&#039;.&lt;br /&gt;
#* Select installation site &amp;quot;Oxygen - http://download.eclipse.org/releases/oxygen&amp;quot; to the “Work with” field from the preset list.&lt;br /&gt;
#* Click open the &amp;quot;Collaboration&amp;quot; folder and select from the list:&lt;br /&gt;
#** &#039;&#039;Subversive SVN Team Provider&#039;&#039;&lt;br /&gt;
#** &#039;&#039;Subversive SVN JDT Ignore Extensions&#039;&#039;&lt;br /&gt;
#: and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
# After restarting Eclipse, open the SVN Repository Exploring perspective:&lt;br /&gt;
#* In Eclipse platform, open “Window / Open Perspective / Other...”.&lt;br /&gt;
#* Select &#039;&#039;SVN Repository Exploring&#039;&#039; and press “OK”. Eclipse should open the “Install Connectors” dialog.&lt;br /&gt;
#* Select latest “SVN Kit 1.x.y” and press “Finish”, and proceed with the installation. Restart Eclipse after the installation.&lt;br /&gt;
&lt;br /&gt;
== Install Latest Simantics Target Platform ==&lt;br /&gt;
&lt;br /&gt;
# In Eclipse platform, activate the &#039;&#039;Plug-in Development&#039;&#039; perspective, either from the tab on the upper right corner of the Eclipse platform or from the “Window / Open Perspective / Other...” menu, and select &#039;&#039;Plug-in Development&#039;&#039;.&lt;br /&gt;
# Create a new general project in Eclipse by:&lt;br /&gt;
#* Selecting “File / New / Project...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select a wizard&amp;quot;, select “General / Project” and press “Next”.&lt;br /&gt;
#* Give the project a name, e.g. &amp;quot;Simantics_target&amp;quot; and press &amp;quot;Finish&amp;quot;.&lt;br /&gt;
# Download the following file into the project folder you just created: [http://www.simantics.org/download/master/simantics.target http://www.simantics.org/download/master/simantics.target]&lt;br /&gt;
# In Eclipse &#039;&#039;Package Explorer&#039;&#039; (the view on left side of the Eclipse platform):&lt;br /&gt;
#* Right-click your previously created project and select &amp;quot;Refresh&amp;quot; from the context menu, or press F5 while the project is selected.&lt;br /&gt;
# Set the target platform up for the development with Simantics:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* The new target definitions should be available in the list.&lt;br /&gt;
#: Activate &#039;&#039;&#039;“Simantics x.y.z”&#039;&#039;&#039; and confirm the target platform definition by pressing &amp;quot;Apply&amp;quot; and/or &amp;quot;OK&amp;quot;.&lt;br /&gt;
#* Wait until Eclipse finishes downloading, this may take a while. After the download is completed, there should be several plug-ins starting with &amp;quot;org.simantics.*&amp;quot; in the Eclipse &#039;&#039;Plug-ins&#039;&#039; view (the view on the left side of Eclipse).&lt;br /&gt;
# &#039;&#039;&#039;Keep your platform up-to-date!&#039;&#039;&#039; Updating is as easy as re-downloading the .target file and reloading the target platform from &#039;&#039;Target Platform&#039;&#039; preference page:&lt;br /&gt;
#* In Eclipse platform, open “Window / Preferences”, and from there the “Plug-in Development / Target Platform” folder.&lt;br /&gt;
#* Select the active target platform, e.g. &#039;&#039;Simantics x.y.z&#039;&#039;, from the list and press &amp;quot;Reload&amp;quot;.&lt;br /&gt;
#* Wait until the platform is updated.&lt;br /&gt;
&lt;br /&gt;
== Test Your Installation ==&lt;br /&gt;
&lt;br /&gt;
 NOTE: this test/example is out of date, might not work anymore&lt;br /&gt;
&lt;br /&gt;
Test your installation with the [http://dev.simantics.org/index.php/Tutorial:_Ontology_Development Simantics movie tutorial]:&lt;br /&gt;
&lt;br /&gt;
# Download &#039;&#039;Simantics movie tutorial&#039;&#039; plug-ins into your Eclipse workspace:&lt;br /&gt;
#* Get [https://www.simantics.org/jenkins/job/Tutorials/job/package-movie-tutorial-head/lastSuccessfulBuild/artifact/movie-tutorial.zip]&lt;br /&gt;
#* In Eclipse platform, select  “File / Import...” menu item.&lt;br /&gt;
#* In the &amp;quot;Select&amp;quot; dialog, select “General / Existing Projects into Workspace” and press “Next”.&lt;br /&gt;
#* Select the “Select archive file:” radio button and press “Browse” to find the downloaded movie-tutorial.zip.&lt;br /&gt;
#* Press “Select All” and “Finish”.&lt;br /&gt;
# Run movie.product:&lt;br /&gt;
#* From the &#039;&#039;Package Explorer&#039;&#039; view, open “org.simantics.movie.ui&#039;&#039; / Movie.product”.&lt;br /&gt;
#* From the &#039;&#039;Overview&#039;&#039; page of the opened product editor, press “Launch an Eclipse application”. &lt;br /&gt;
&lt;br /&gt;
If you managed to start the &#039;&#039;movie&#039;&#039; product, your development platform should be operational.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Happy developing with Simantics!&#039;&#039;&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Migration_To_Git&amp;diff=3454</id>
		<title>Migration To Git</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Migration_To_Git&amp;diff=3454"/>
		<updated>2018-05-08T06:56:56Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: Replaced www.simantics.org:8088 with gerrit.simantics.org.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recommended Reading ==&lt;br /&gt;
&lt;br /&gt;
* Official Gerrit introduction: https://gerrit-review.googlesource.com/Documentation/intro-quick.html.&lt;br /&gt;
* Gerrit tutorial: http://www.vogella.com/tutorials/Gerrit/article.html&lt;br /&gt;
&lt;br /&gt;
== Instructions for Simantics Developers ==&lt;br /&gt;
&lt;br /&gt;
=== Gerrit ===&lt;br /&gt;
&lt;br /&gt;
# Request a Gerrit account. If you already have a SVN account, it should work also in Gerrit.&lt;br /&gt;
# Generate SSH Public/Private key. If you already have one available, skip this step&lt;br /&gt;
#* Windows&lt;br /&gt;
#** Install PuTTY (msi) or download only PuTTYgen (exe) (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)&lt;br /&gt;
#** Run PuTTYgen and generate a key&lt;br /&gt;
#*** For Type of key to generate, select &#039;&#039;&#039;SSH-2 RSA&#039;&#039;&#039;&lt;br /&gt;
#*** Press &#039;&#039;&#039;Generate&#039;&#039;&#039; button&lt;br /&gt;
#*** Move your mouse over the window until the progress bar is finished&lt;br /&gt;
#*** Write a &#039;&#039;&#039;Key passphrase&#039;&#039;&#039; to protect your private key in case your local machine is compromised. &lt;br /&gt;
#*** Save the generated public and private keys in &amp;lt;code&amp;gt;C:\Users\{username}\.ssh&amp;lt;/code&amp;gt; as follows:&lt;br /&gt;
#**** Start cmd.exe and create the target directory using &amp;lt;code&amp;gt;mkdir .ssh&amp;lt;/code&amp;gt;&lt;br /&gt;
#**** Save private key using &#039;&#039;&#039;Conversions -&amp;gt; Export OpenSSH Key&#039;&#039;&#039;. The name &amp;lt;code&amp;gt;id_rsa&amp;lt;/code&amp;gt; is preferred because it will work out of the box with all tools.&lt;br /&gt;
#**** At the top of the window, there is a text field labeled &#039;&#039;&#039;Public key for pasting into OpenSSH authorized_keys&#039;&#039;&#039;. Copy the public key from there and save it into a text file at &amp;lt;code&amp;gt;C:\Users\{username}\.ssh\id_rsa.pub&amp;lt;/code&amp;gt;&lt;br /&gt;
#* Linux&lt;br /&gt;
#** Generate public and private keys using &amp;lt;code&amp;gt;ssh-keygen -t rsa&amp;lt;/code&amp;gt;&lt;br /&gt;
# Go to https://gerrit.simantics.org/r/ and log in with your Gerrit username/password&lt;br /&gt;
# Select your name in the top-right corner and press &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
# Go to section &#039;&#039;&#039;SSH Public Keys&#039;&#039;&#039;&lt;br /&gt;
# Open the file containing the generated public key in a text editor and copy-paste its contents to the box in Gerrit and and press &#039;&#039;&#039;Add&#039;&#039;&#039;&lt;br /&gt;
# Add and verify your contact information (name + e-mail). This will allow administrators to add you to the necessary groups to get commit access:&lt;br /&gt;
#* Go to section &#039;&#039;&#039;Contact Information&#039;&#039;&#039; and enter your &#039;&#039;&#039;Full Name&#039;&#039;&#039; there&lt;br /&gt;
#* Add a &#039;&#039;&#039;Preferred Email&#039;&#039;&#039; address using the button &#039;&#039;&#039;Register New Email&#039;&#039;&#039;&lt;br /&gt;
#* Wait for the authorization mail to arrive. It will look something like the following and contain a longish link that tends to end with == characters. Note that outlook tends to leave the trailing == characters out of the link it generates automatically. That&#039;s why it is recommended to copy the full URL from the mail into your browser to verify your e-mail address.&lt;br /&gt;
&amp;lt;pre&amp;gt;Subject:  [Gerrit Code Review] Email Verification&lt;br /&gt;
&lt;br /&gt;
Welcome to Gerrit Code Review at www.simantics.org.&lt;br /&gt;
&lt;br /&gt;
To add a verified email address to your user account, please&lt;br /&gt;
click on the following link while signed in as .....:&lt;br /&gt;
&lt;br /&gt;
https://gerrit.simantics.org/r/#/../...............................................................................==&lt;br /&gt;
&lt;br /&gt;
If you have received this mail in error, you do not need to take any&lt;br /&gt;
action to cancel the account.  The address will not be activated, and&lt;br /&gt;
you will not receive any further emails.&lt;br /&gt;
&lt;br /&gt;
If clicking the link above does not work, copy and paste the URL in a&lt;br /&gt;
new browser window instead.&lt;br /&gt;
&lt;br /&gt;
This is a send-only email address.  Replies to this message will not&lt;br /&gt;
be read or answered.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;8&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Finally, ask [[User:Tuukka Lehtonen]] to add you to the necessary groups and wait for this to happen.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Eclipse ===&lt;br /&gt;
&lt;br /&gt;
The following instructions are written for Eclipse Neon. There are some differences if you are using Mars (4.5) or Oxygen (4.7).&lt;br /&gt;
&lt;br /&gt;
# Go to preferences (General / Network Connections / SSH2) and ensure that &#039;&#039;&#039;SSH2 home&#039;&#039;&#039; points to the directory where you saved the private key.&lt;br /&gt;
# Go to preferences (Team / Git / Configuration) and ensure that the tab &#039;&#039;&#039;User Settings&#039;&#039;&#039; has the following two setting: &amp;lt;code&amp;gt;user.name&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;user.email&amp;lt;/code&amp;gt;. The specified name and email must match the values you&#039;ve put in Gerrit to be able to push changes.&amp;lt;br/&amp;gt;[[image:git-global-config.png|400px]]&lt;br /&gt;
#* Also, git has a setting called &amp;lt;code&amp;gt;core.autocrlf&amp;lt;/code&amp;gt; which is used for controlling the way git enforces line feeds to be encoded in a certain way in commits. Read [https://git-scm.com/book/tr/v2/Customizing-Git-Git-Configuration#idp31554304 the documentation] and [http://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/#the-old-system also this] to learn more. We recommend to set it to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; in Windows in order to avoid committing CRLFs to repository.&lt;br /&gt;
#* If you have a git command line client installed you can use the command &amp;lt;code&amp;gt;git config --list --show-origin&amp;lt;/code&amp;gt; to see your current global settings and find out exactly where your settings are coming from.&lt;br /&gt;
# Open &#039;&#039;Git&#039;&#039; perspective&lt;br /&gt;
# Press button &#039;&#039;&#039;Clone a Git Repository and add the clone to this view&#039;&#039;&#039; (third button in the toolbar of Git view)&lt;br /&gt;
# Select &#039;&#039;&#039;Clone URI&#039;&#039;&#039; (Don&#039;t select Gerrit, it doesn&#039;t work very well at the moment)&lt;br /&gt;
# Go back to Gerrit. Press &#039;&#039;&#039;Projects&#039;&#039;&#039; in the top-left menu and &#039;&#039;&#039;List&#039;&#039;&#039; in the submenu.&lt;br /&gt;
# Find a row named &#039;&#039;&#039;simantics/platform&#039;&#039;&#039; and press &#039;&#039;&#039;(gitweb)&#039;&#039;&#039; link at the last column.&lt;br /&gt;
# Copy the URI starting with &#039;&#039;ssh:&#039;&#039; (ssh://{username}@www.simantics.org:29418/simantics/platform.git) and paste it to &#039;&#039;&#039;URI&#039;&#039;&#039; field in &#039;&#039;&#039;Clone Git Repository dialog&#039;&#039;&#039;.&lt;br /&gt;
# This should automatically fill the other fields.&lt;br /&gt;
# Press Next. If your private key has a passphrase, Eclipse now asks it.&lt;br /&gt;
# Select all branches to be cloned (default) and press Next.&lt;br /&gt;
# Give a local directory where the repository is cloned to and press Finish.&lt;br /&gt;
# After the cloning is finished, select the &#039;&#039;&#039;platform&#039;&#039;&#039; repository in the Git Repositories view and select &#039;&#039;&#039;Import Projects...&#039;&#039;&#039; from context menu.&lt;br /&gt;
# Press Next, select all projects but &#039;&#039;&#039;org.simantics.root&#039;&#039;&#039; and press Finish.&lt;br /&gt;
# Expand the tree view of &#039;&#039;&#039;platform&#039;&#039;&#039;, expand &#039;&#039;&#039;Branches&#039;&#039;&#039; under it and &#039;&#039;&#039;Local&#039;&#039;&#039; under it. Open context menu on &#039;&#039;&#039;master&#039;&#039;&#039; branch and select &#039;&#039;&#039;Configure Branch...&#039;&#039;&#039;. Select &#039;&#039;&#039;Rebase&#039;&#039;&#039; checkbox and press &#039;&#039;&#039;Ok&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The repository you cloned contains the target platform definition that needs to be set in order for the imported Simantics codebase to compile. You can find the required target platform definition file from &#039;&#039;&#039;org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target&#039;&#039;&#039;. Open it in the target definition editor and set it as the active target platform by pressing the link &#039;&#039;&#039;Set as Target Platform&#039;&#039;&#039; at the top right corner of the editor.&lt;br /&gt;
&lt;br /&gt;
Congratulations, you&#039;ve now set up your workspace for developing the Simantics codebase in Eclipse!&lt;br /&gt;
&lt;br /&gt;
=== Updating your local repository and working space ===&lt;br /&gt;
&lt;br /&gt;
# Open context menu on &#039;&#039;&#039;platform&#039;&#039;&#039; in the Git perspective and select &#039;&#039;&#039;Pull&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Committing your changes back to shared repository ===&lt;br /&gt;
&lt;br /&gt;
# Select &#039;&#039;&#039;platform&#039;&#039;&#039; in the Git perspective and open &#039;&#039;&#039;Git Staging&#039;&#039;&#039; view.&lt;br /&gt;
# &#039;&#039;&#039;Unstaged Changes&#039;&#039;&#039; shows all files you have modified.&lt;br /&gt;
# Drag&amp;amp;drop those changes you want to commit to the box &#039;&#039;&#039;Staged Changes&#039;&#039;&#039;.&lt;br /&gt;
# Write a [[#Commit message format|commit message]]&lt;br /&gt;
# Ensure that &#039;&#039;&#039;Add Change-Id&#039;&#039;&#039; button is toggled down and the commit message contains a row starting &#039;&#039;Change-Id:&#039;&#039;.&lt;br /&gt;
#* This is required by Gerrit to be able to bind commits to specific reviews. Gerrit will replace the default zero-valued Id with a generated one when the change is pushed for review.&lt;br /&gt;
# Press &#039;&#039;&#039;Commit and Push...&#039;&#039;&#039;&lt;br /&gt;
# This opens a dialog that asks the Gerrit Branch and a Topic. Topic can be added optionally to tie multiple changes together.&lt;br /&gt;
#* Example of a topic: https://gerrit.simantics.org/r/#/q/topic:svn&lt;br /&gt;
# Go to Gerrit. In the top-left menu select &#039;&#039;&#039;My&#039;&#039;&#039; and select &#039;&#039;&#039;Changes&#039;&#039;&#039;.&lt;br /&gt;
# Your change can be seen now in the section &#039;&#039;&#039;Outgoing reviews&#039;&#039;&#039;.&lt;br /&gt;
# Click the change. This opens a review page.&lt;br /&gt;
# Ask someone to review your change. This can be done also in Gerrit by pressing &#039;&#039;&#039;Add...&#039;&#039;&#039; button in the right of the &#039;&#039;&#039;Reviewers&#039;&#039;&#039; field.&lt;br /&gt;
# If you need to make modifications to your changes based on reviews, you&#039;ll need to &#039;&#039;Amend&#039;&#039; the earlier changes to send a new patch set to Gerrit. In this case, ensure that the &#039;&#039;Amend (Edit Previous Commit)&#039;&#039; button is toggled down and you should be able to modify the earlier commit message and push the amended changes.&lt;br /&gt;
# When somebody has reviewed and accepted the change with +2, the review page will contain a &#039;&#039;&#039;Submit&#039;&#039;&#039; button that can be used to merge the change to the master branch.&lt;br /&gt;
&lt;br /&gt;
==== Commit message format ====&lt;br /&gt;
&lt;br /&gt;
In Git, the first row of the commit message is used for &#039;&#039;shortlog&#039;&#039; and generating patch file names so keep it short, concise and as descriptive as possible. The commit box in the UI shows a vertical line marking the maximum length of a commit message line and the view will inform you if you&#039;re exceeding limits. Note that the commit message box will automatically break long lines of text into separate lines to help you write a cleanly formatted commit message.&lt;br /&gt;
&lt;br /&gt;
To keep commits attached to [https://www.simantics.org/redmine/ Redmine] issues, use &amp;lt;code&amp;gt;refs #nnn&amp;lt;/code&amp;gt;, where &amp;lt;code&amp;gt;nnn&amp;lt;/code&amp;gt; is the issue number. This must be specified before &#039;&#039;Change-Id:&#039;&#039;. The Simantics platform Gerrit is configured to show &amp;lt;code&amp;gt;refs #nnn&amp;lt;/code&amp;gt; lines as hyperlinks to platform Redmine issues, i.e. to URL &amp;lt;code&amp;gt;https://www.simantics.org/redmine/issues/nnn&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Often platform commits are also related to some issue or issues from other projects built on top of the platform. In order to retain some information about this association in the commit messages we recommend using separate rows in commit messages in form&amp;lt;code&amp;gt;[PRIVATE-mmm]&amp;lt;/code&amp;gt; where &amp;lt;code&amp;gt;mmm&amp;lt;/code&amp;gt; is the issue number in the other project.&lt;br /&gt;
&lt;br /&gt;
Gerrit reviews require a row starting &#039;&#039;Change-Id:&#039;&#039; as the last row of the commit message (excluding Signed-off-by rows). This allows Gerrit to bind commits to specific reviews. Gerrit will replace the default zero-valued Id with a generated one when the change is pushed for review.&lt;br /&gt;
&lt;br /&gt;
All in all, a typical commit message should look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Short description of my change in under 65 characters&lt;br /&gt;
 &lt;br /&gt;
A longer description of my changes&lt;br /&gt;
that can span multiple lines.&lt;br /&gt;
 &lt;br /&gt;
refs #nnn&lt;br /&gt;
[PRIVATE-mmm] (optional, use this if the commit relates to another project)&lt;br /&gt;
&lt;br /&gt;
Change-Id: I0000000000000000000000000000000000000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Simantics Member Read-only Git Access ==&lt;br /&gt;
&lt;br /&gt;
# Register to member wiki at https://www.simantics.org/members/index.php&lt;br /&gt;
# Log into [https://gerrit.simantics.org/r/# Gerrit] using the credentials found at https://www.simantics.org/members/index.php/Code_Repository_Access&lt;br /&gt;
# Clone https://member@gerrit.simantics.org/r/p/simantics/platform.git using the HTTP password found at https://gerrit.simantics.org/r/#/settings/http-password&lt;br /&gt;
&lt;br /&gt;
The [[#Eclipse|instructions for using Eclipse]] with this git repository apply also for the generic member account. Just remember to replace the cloned SSH repository address with the HTTP address shown above.&lt;br /&gt;
&lt;br /&gt;
== Testing Reviewed Changes ==&lt;br /&gt;
&lt;br /&gt;
To test reviewed code changes locally, first you must have an Eclipse IDE setup according to the instructions in [[#Instructions for Simantics Developers]] or [[#Simantics Member Read-only Git Access]].&lt;br /&gt;
&lt;br /&gt;
Now, let&#039;s say for example we wish to grab a patch set from a review, such as review #72 (https://gerrit.simantics.org/r/72).&lt;br /&gt;
&lt;br /&gt;
# Open &#039;&#039;&#039;Git&#039;&#039;&#039; perspective&lt;br /&gt;
# Select root node of the cloned simantics-platform repository from the &#039;&#039;&#039;Git Repositories&#039;&#039;&#039; view&lt;br /&gt;
# From the context menu of the repository, select &#039;&#039;&#039;Fetch from Gerrit...&#039;&#039;&#039;&lt;br /&gt;
# In the &#039;&#039;&#039;Change&#039;&#039;&#039; field, type the change number 72 and press CTRL+SPACE to start content assist. Content assist will provide you with the selections &#039;&#039;&#039;72 - 1&#039;&#039;&#039;, and &#039;&#039;&#039;72 - 2&#039;&#039;&#039;, i.e. patch sets 1 and 2 of change 72. After selecting a patch set, the field will be filled with the value &#039;&#039;&#039;refs/changes/72/72/1&#039;&#039;&#039; or &#039;&#039;&#039;refs/changes/72/72/2&#039;&#039;&#039; depending on the patch set you selected.&lt;br /&gt;
# The default settings are otherwise recommended, i.e. &#039;&#039;&#039;Create a Local Branch&#039;&#039;&#039; and &#039;&#039;Checkout new branch&#039;&#039; to switch to the new branch immediately.&lt;br /&gt;
&lt;br /&gt;
There you have it, a local branch that has exactly the same repository state as in the code to be reviewed. Start testing!&lt;br /&gt;
&lt;br /&gt;
== Platform Git Branching Model ==&lt;br /&gt;
&lt;br /&gt;
Branch naming conventions:&lt;br /&gt;
* features: &amp;lt;code&amp;gt;feature/&amp;lt;PROJECT NAME&amp;gt;-&amp;lt;issuenumber&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
** Use these for developing a single feature. To keep the version history of feature branches cleaner, merge commit pushing is limited to project owners only. This means that feature branches should be used for implementing a particular thing and then merged back to master or some other branch. They should not be used as locations for eternal development and never ending try-outs.&lt;br /&gt;
* releases: &amp;lt;code&amp;gt;release/x.y.z&amp;lt;/code&amp;gt;, where x, y and z are major, minor and service version numbers respectively.&lt;br /&gt;
** Only for release stabilization branches.&lt;br /&gt;
* private work branches: &amp;lt;code&amp;gt;private/&amp;lt;PROJECT or USER NAME&amp;gt;-&amp;lt;possible descriptive suffix&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
** Should be used for personal work, trials and possibly even user or project specific custom branches that need to be kept. Gerrit is not configured enforce any rules on how these branches are used.&lt;br /&gt;
* hotfixes: &amp;lt;code&amp;gt;hotfix/x.y.z.&amp;lt;hotfix number&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Basic access rights:&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|&#039;&#039;&#039;action&#039;&#039;&#039; \ &#039;&#039;&#039;head&#039;&#039;&#039;||&#039;&#039;&#039;master&#039;&#039;&#039;&amp;lt;br/&amp;gt;&#039;&#039;&#039;release/*&#039;&#039;&#039;&amp;lt;br/&amp;gt;&#039;&#039;&#039;hotfix/*&#039;&#039;&#039;||&#039;&#039;&#039;feature/*&#039;&#039;&#039;||&#039;&#039;&#039;private/*&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;Code Review -/+2&#039;&#039;||Simantics developers||Simantics developers||Simantics developers&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;Submit&#039;&#039;||Owners only||Simantics developers||Simantics developers&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;Push&#039;&#039;||Owners only||Simantics developers||Simantics developers&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;Push Merge Commits&#039;&#039;||Owners only||Owners Only||Simantics developers&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The current plan is to loosely follow [http://nvie.com/posts/a-successful-git-branching-model/ GitFlow] rules but we&#039;ve decided to go without a separate &amp;lt;tt&amp;gt;develop&amp;lt;/tt&amp;gt; branch. This means that we treat master as a development version instead of a production version. The actual &amp;lt;tt&amp;gt;release/*&amp;lt;/tt&amp;gt; branches and tags are used to produce production versions. The rationale behind this is that we do not have a continuously evolving production version. Instead we produce new releases and products pick them up as they see fit.&lt;br /&gt;
&lt;br /&gt;
Related reading:&lt;br /&gt;
* [http://nvie.com/posts/a-successful-git-branching-model/ Git Flow branching model] by Vincent Driessen&lt;br /&gt;
* http://endoflineblog.com/gitflow-considered-harmful&lt;br /&gt;
&lt;br /&gt;
== Transferred Projects ==&lt;br /&gt;
&lt;br /&gt;
The following table lists the Git repositories that have been created so far and where their content is from in the SVN repositories.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|&#039;&#039;&#039;SVN Location&#039;&#039;&#039;||&#039;&#039;&#039;Gerrit project&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|All over https://www.simantics.org/svn/simantics/||https://gerrit.simantics.org/r/#/admin/projects/simantics/platform&lt;br /&gt;
|-&lt;br /&gt;
|https://www.simantics.org/svn/simantics/3d||https://gerrit.simantics.org/r/#/admin/projects/simantics/3d&lt;br /&gt;
|-&lt;br /&gt;
|https://www.simantics.org/svn/simantics/fmi||https://gerrit.simantics.org/r/#/admin/projects/simantics/fmil&lt;br /&gt;
|-&lt;br /&gt;
|https://www.simantics.org/svn/simantics/r||https://gerrit.simantics.org/r/#/admin/projects/simantics/r&lt;br /&gt;
|-&lt;br /&gt;
|Everything except OpenModelica bundles from&amp;lt;br/&amp;gt;https://www.simantics.org/svn/simantics/sysdyn||https://gerrit.simantics.org/r/#/admin/projects/simantics/sysdyn&lt;br /&gt;
|-&lt;br /&gt;
|Parts of https://www.simantics.org/svn/simantics/third-party/trunk||https://gerrit.simantics.org/r/#/admin/projects/simantics/third-party&lt;br /&gt;
|-&lt;br /&gt;
|https://www.simantics.org/svn/members/fmi||https://gerrit.simantics.org/r/#/admin/projects/members/fmi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Still Untransferred Project Locations ===&lt;br /&gt;
&lt;br /&gt;
* https://www.simantics.org/svn/simantics/interoperability&lt;br /&gt;
* https://www.simantics.org/svn/simantics/modelica&lt;br /&gt;
* https://www.simantics.org/svn/simantics/sysdyn: OpenModelica parts need to be put in a separate repository due to the huge size of OM. Preferable this repository should support LFS&lt;br /&gt;
* https://www.simantics.org/svn/simantics/tutorials&lt;br /&gt;
&lt;br /&gt;
== Q &amp;amp; A ==&lt;br /&gt;
&lt;br /&gt;
=== Will the complete SVN history be transferred to Git? ===&lt;br /&gt;
&lt;br /&gt;
Sadly, no it will not, at least for everything that is considered part of the current SVN Simantics SDK (see revisions list on page https://www.simantics.org/jenkins/job/target-simantics-head-sdk/lastStableBuild/).&lt;br /&gt;
&lt;br /&gt;
The reason for not attempting to salvage the full history into git is in the Simantics SVN repository&#039;s structure. In SVN a &amp;quot;project structure&amp;quot; is a single combination of the folders &#039;&#039;trunk&#039;&#039;, &#039;&#039;branches&#039;&#039; and &#039;&#039;tags&#039;&#039;. In git branches and tags do not exist like this as separate directories in the repository itself. The [https://git-scm.com/docs/git-svn git-svn] tool is perfectly capable of transforming a single project structure into git repository with all its history, branches and tags. At some point in the past we for decided to split the SVN repository contents into multiple project structures in the hope of modularizing the platform SDK. That hope never quite realized and what&#039;s worse, that structure has made platform release engineering much more laborous and complex than it would be with a single project structure. Now in this move to Git we decided to simplify things and just put the platform SDK projects back in a single monolithic structure of bundles, features, tests and release engineering projects. All in all, we just didn&#039;t have enough git expertise to be able to transfer all the history scattered in these multiple project structures into a single git repository and moving the current SVN project structures each into its own git repository was not an enticing option either.&lt;br /&gt;
&lt;br /&gt;
So how are we doing it right now? We have a separate migration git repository that contains a python script that simply exports all listed projects from SVN into the simantics-platform git repository structure. Our simantics-platform git repository contains a branch called &#039;svn&#039;. The SVN exporting python script was originally used to initially populate the git repository, back when we were first testing the migration. Another python script is then used to bring in changes from SVN by exporting on top of the existing simantics-platform git repository. These changes are then committed into the svn branch and merged into master from there. We are not using git svn fetch because we&#039;re just not proficient enough with git-svn to be able to use it separately for each and every project that has moved location in git already. The git master branch has already been developed onwards, but merging changes from the svn branch to it is still very easy.&lt;br /&gt;
&lt;br /&gt;
Note that the SVN repository will remain in place to keep all old versions of the platform that are still needed for maintaining existing products. We will not be moving these old branches/versions into git.&lt;br /&gt;
&lt;br /&gt;
Note that in general if you have a single SVN project structure to transfer to git it is recommended to use &amp;lt;code&amp;gt;git svn&amp;lt;/code&amp;gt; to transfer the complete history to Git.&lt;br /&gt;
&lt;br /&gt;
=== How do I convert my SVN repository into a Gerrit/git project &amp;amp; repository? ===&lt;br /&gt;
&lt;br /&gt;
The following is an example of converting a single SVN project location (&amp;lt;code&amp;gt;trunk/,branches/,tags/&amp;lt;/code&amp;gt;) into a Gerrit-hosted git repository. The instructions assume you are working on a Linux installation which has the git command line tools installed.&lt;br /&gt;
&lt;br /&gt;
SVN project structure location to be converted: https://www.simantics.org/svn/simantics/3d/&lt;br /&gt;
&lt;br /&gt;
Firstly, create a new project in Gerrit ([https://gerrit.simantics.org/r/#/admin/create-project/]). Create the project without an empty initial commit because the initial commits will come from the SVN repository anyway. In this example the project name &amp;lt;code&amp;gt;simantics/3d&amp;lt;/code&amp;gt; is used.&lt;br /&gt;
&lt;br /&gt;
Next clone the newly created git repository:&lt;br /&gt;
&amp;lt;pre&amp;gt;git clone ssh://&amp;lt;your-username&amp;gt;@www.simantics.org:29418/simantics/3d.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Step into the cloned repository directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;cd 3d&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Initialize &amp;lt;code&amp;gt;git svn&amp;lt;/code&amp;gt; with the correct SVN repository location:&lt;br /&gt;
&amp;lt;pre&amp;gt;git svn init https://www.simantics.org/svn/simantics/3d --stdlayout --prefix=svn/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start fetching commits from the SVN repository into the empty git repository:&lt;br /&gt;
&amp;lt;pre&amp;gt;git svn fetch | tee fetch.log&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, due to the way in which &amp;lt;code&amp;gt;git svn&amp;lt;/code&amp;gt; converts branches and tags, we want to do a bit of cleanup to convert the branches into local branches before pushing them to the Gerrit&#039;s repository. Download [[Media:git-svn-convert-branches.sh|this shell script]] and execute it in the repository&#039;s root directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;sh Git-svn-convert-branches.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, download [[Media:git-svn-convert-tags.sh|this shell script]] and run it to convert all the tag branches created by &amp;lt;code&amp;gt;git svn&amp;lt;/code&amp;gt; into proper git tags:&lt;br /&gt;
&amp;lt;pre&amp;gt;sh Git-svn-convert-tags.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, check &amp;lt;code&amp;gt;git log --graph --oneline --all --decorate=full&amp;lt;/code&amp;gt; to see whether the conversion turned out to your liking. Also, check how large the repository became. If it turned out larger than you would expect it is probably caused by smaller or larger binary artifacts that have been committed into the SVN repository. If it turns out you want to leave certain projects outside the git svn conversion, you can use the &amp;lt;code&amp;gt;--ignore-paths&amp;lt;/code&amp;gt; argument with &amp;lt;code&amp;gt;git svn init&amp;lt;/code&amp;gt;. For example you could use &amp;lt;code&amp;gt;--ignore-paths &#039;org.simantics.openmodelica|org.simantics.om&#039;&amp;lt;/code&amp;gt; to leave out all projects starting with &amp;lt;code&amp;gt;org.simantics.openmodelica&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;org.simantics.om&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If you are satisfied, push all the commits and tags to remote &amp;lt;code&amp;gt;origin&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ git push --all&lt;br /&gt;
$ git push --tags&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The branch/tag conversion scripts are heavily inspired by the script available at http://timepit.eu/~frank/blog/2008/08/converting_git-svn_tags/.&lt;br /&gt;
&lt;br /&gt;
=== Why are there .keep files in Git repository folders? ===&lt;br /&gt;
&lt;br /&gt;
* https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F&lt;br /&gt;
* http://stackoverflow.com/questions/115983/how-can-i-add-an-empty-directory-to-a-git-repository&lt;br /&gt;
&lt;br /&gt;
Our recommendation is to add an empty file named &#039;&#039;.keep&#039;&#039; to the empty folder to ensure it is kept in git.&lt;br /&gt;
&lt;br /&gt;
=== How can I make gerrit check X? ===&lt;br /&gt;
&lt;br /&gt;
Gerrit integrates a prolog based submit rule system that seems to be the ultimate measure for configuring how reviews work. The prolog rules can be used, among other things, to achieve the following:&lt;br /&gt;
* Example 8: Make change submittable only if Code-Review+2 is given by a non author&lt;br /&gt;
* Example 13: 1+1=2 Code-Review&lt;br /&gt;
* Example 15: Only allow Author to submit change&lt;br /&gt;
&lt;br /&gt;
See the cookbook at: https://gerrit-review.googlesource.com/Documentation/prolog-cookbook.html&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
We have set 16th December 2016 as the date when the Simantics SVN repository project locations trunks will be made read-only.&lt;br /&gt;
&lt;br /&gt;
Only those locations that have been indicated as transferred to git in [[#Transferred Projects]] have been marked read-only.&lt;br /&gt;
&lt;br /&gt;
== SVN to Git Transition TODO ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Test and migrate all products trunk versions on top of the simantics-platform git master branch.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Fix the SDK org.simantics.root build to produce source bundles. It should work already but it just doesn&#039;t at the moment. Perhaps something needs to defined in org.simantics.sdk.repository/pom.xml.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Set a date for when SVN trunks will be changed to read-only (16.12.2016)&amp;lt;/strike&amp;gt;&lt;br /&gt;
** &amp;lt;strike&amp;gt;E-mail simantics-developers with instructions or links to instructions about the change.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Double check all instructions:&amp;lt;/strike&amp;gt;&lt;br /&gt;
** &amp;lt;strike&amp;gt;Basic Eclipse IDE installation with Simantics graph compiler&amp;lt;/strike&amp;gt;&lt;br /&gt;
** &amp;lt;strike&amp;gt;Git instructions and platform development workflow&amp;lt;/strike&amp;gt;&lt;br /&gt;
** &amp;lt;strike&amp;gt;Gerrit instructions and practices. Only project owners shall have the right for direct push to git repositories. Others must always go through gerrit review. This is enforced via Gerrit access rights.&lt;br /&gt;
&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Organize brief training and feedback session the current developers (26.10.2016)&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The next step is to start thinking about moving your project/product over to Gerrit!&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Developer_Documents:About&amp;diff=3453</id>
		<title>Developer Documents:About</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Developer_Documents:About&amp;diff=3453"/>
		<updated>2018-05-01T21:45:12Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These web site contains developer documents for Simantics project. The maintainer is [[User: Tuukka Lehtonen|Tuukka Lehtonen]].&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Development_Practices&amp;diff=3452</id>
		<title>Development Practices</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Development_Practices&amp;diff=3452"/>
		<updated>2018-03-04T21:23:24Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Contributing to the Simantics codebase */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Contributing to the Simantics codebase ==&lt;br /&gt;
&lt;br /&gt;
The development of the Simantics platform is coordinated by the &#039;&#039;Simantics Technical Board&#039;&#039;. The Technical Board consists of three to six members that are selected among the THTH Simantics Division member organisations by the Simantics General Meeting. The duties of the Simantics Technical Board are defined in the [https://www.simantics.org/simantics/about-simantics/thth-simantics#thth-simantics-division-rules THTH Simantics Division Rules and Regulations]. &lt;br /&gt;
&lt;br /&gt;
The Simantics Technical Board shall:&lt;br /&gt;
# prepare a proposal for the Management Board for the exact content of the new releases of Simantics&lt;br /&gt;
# prepare a proposal for the Management Board for the content of the training sessions&lt;br /&gt;
# update simantics.org website both public and member areas&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;All contributions made to Simantics modules go through the Simantics Technical Board (STB) via Gerrit code reviews.&#039;&#039;&#039; The Simantics Technical Board meetings are arranged 6-8 weeks apart. These meetings are documented in the Simantics ticket management system ([https://www.simantics.org/redmine Redmine]).&lt;br /&gt;
&lt;br /&gt;
== Our Scrum ==&lt;br /&gt;
&lt;br /&gt;
Simantics platform development progresses in 2 week sprints. The technical board convenes for sprint meetings at the end of every sprint for review, retrospective and planning of the next sprint.&lt;br /&gt;
&lt;br /&gt;
The planning is done in the [https://www.simantics.org/redmine/projects/simantics-platform Simantics Platform Redmine project] and its [https://www.simantics.org/redmine/rb/master_backlog/simantics-platform?jump=rb_master_backlogs# backlog].&lt;br /&gt;
&lt;br /&gt;
=== Reporting Bugs and Feature Requests ===&lt;br /&gt;
&lt;br /&gt;
Bugs and feature requests shall be reported in the platform backlog. New issues are processed by the STB in sprint meetings. As a minimum effort, the bug is prioritized in the backlog and put on hold if not taken up for implementation immediately. There is a [https://www.simantics.org/redmine/projects/simantics/issues?query_id=92 stored query] in Redmine for listing all new issues created within the last two weeks.&lt;br /&gt;
&lt;br /&gt;
== Version control ==&lt;br /&gt;
&lt;br /&gt;
First things first, read through [http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html Subversion best practices].&lt;br /&gt;
&lt;br /&gt;
=== Branching ===&lt;br /&gt;
&lt;br /&gt;
In Simantics, only new major releases may contain breaking changes. Therefore in Simantics we strive to use a specialization of the &#039;&#039;Branch-When-Needed&#039;&#039; system, i.e. &#039;&#039;&#039;Branch-Every-Major-Change&#039;&#039;&#039;. This allows us to keep [http://www.simantics.org/jenkins/ Jenkins continuous builds] working with less disruption, and enables easier pre-release testing, migration and peer review.&lt;br /&gt;
&lt;br /&gt;
The goal is to follow these rules:&lt;br /&gt;
* Users commit their day-to-day work on trunk.&lt;br /&gt;
* &#039;&#039;&#039;Rule #1&#039;&#039;&#039;: trunk must compile and pass regression tests at all times. Committers who violate this rule are publically humiliated.&lt;br /&gt;
* &#039;&#039;&#039;Rule #2&#039;&#039;&#039;: a single commit (changeset) should not too large that it discourages peer-review.&lt;br /&gt;
* &#039;&#039;&#039;Rule #3&#039;&#039;&#039;: if rules #1 and #2 come into conflict (i.e. it&#039;s impossible to make a series of small commits without disrupting the trunk), then the user should create a branch and commit a series of smaller changesets there. This allows peer-review without disrupting the stability of trunk. When the work is finished, the changes can either be integrated back to trunk or thrown away, depending on the outcome of the development.&lt;br /&gt;
* &#039;&#039;&#039;Rule #4&#039;&#039;&#039;: public API changes are major changes. If API is to be changed, follow rule #3 in development and integrate in a controlled fashion once the migration path is clear. Non-incremental ontology changes also count as major changes since they potentially prevent the use of existing Simantics databases.&lt;br /&gt;
* &#039;&#039;&#039;Rule #5&#039;&#039;&#039;: avoid making any unnecessary whitespace changes, such as reindenting lines or even complete source files as this diminishes the usefulness of source control annotation/blame features.&lt;br /&gt;
&lt;br /&gt;
We strive to keep the trunk version &#039;&#039;stable&#039;&#039;. However, since most development happens there, breakage is sometimes unavoidable and often accidental. The word &#039;&#039;stable&#039;&#039; here implies mainly API stability but also functional stability. Functional stability must be enforced through both automatic and manual testing. If there are no test cases, functional stability becomes really hard to enforce. Therefore automated testing is key ([http://www.simantics.org/jenkins/view/Testing/ Jenkins]).&lt;br /&gt;
&lt;br /&gt;
Violating these rules results in reverting the breaking commits from SVN unless the problems can be resolved otherwise through developer communication.&lt;br /&gt;
&lt;br /&gt;
=== Integrating Branches ===&lt;br /&gt;
We obviously do not want development to continue eternally in branches so that changes are never merged between branches or integrated back to trunk. Branches are usually private or shared between a group of developers that work on a particular task. The process for integration to trunk is as follows:&lt;br /&gt;
* The Simantics Technical Board (&#039;&#039;&#039;STB&#039;&#039;&#039;) and its weekly meetings will be the place for the developers to advertise and present their changes to the board.&lt;br /&gt;
* The following things need to be documented for the changes in some way:&lt;br /&gt;
** The &#039;&#039;&#039;what&#039;&#039;&#039; and &#039;&#039;&#039;why&#039;&#039;&#039; for the changes&lt;br /&gt;
** Migration instructions from previous version (trunk):&lt;br /&gt;
*** A direct patch to fix problems&lt;br /&gt;
*** or plain-text instructions&lt;br /&gt;
* When integration is done, send an email to [mailto:simantics-developers@lists.simantics.org Simantics developers list] about the change, linking to the redmine issue(s) in question.&lt;br /&gt;
&lt;br /&gt;
=== Versioning ===&lt;br /&gt;
&lt;br /&gt;
In Eclipse/OSGi conventions, components (bundles, plug-ins) are versioned &amp;lt;major&amp;gt;.&amp;lt;minor&amp;gt;.&amp;lt;service&amp;gt;[.&amp;lt;qualifier&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
Our approach to component versioning is as follows:&lt;br /&gt;
* All components are in one of two states: &#039;&#039;&#039;incubation&#039;&#039;&#039; or &#039;&#039;&#039;production&#039;&#039;&#039;&lt;br /&gt;
* Incubation components: &amp;lt;major&amp;gt; = 0, API breakage is allowed between &amp;lt;minor&amp;gt; versions&lt;br /&gt;
* Production components: &amp;lt;major&amp;gt; &amp;amp;ge; 1, API breakage is allowed between &amp;lt;major&amp;gt; versions&lt;br /&gt;
&lt;br /&gt;
=== Releasing ===&lt;br /&gt;
&lt;br /&gt;
Before every major (1.0 vs. 2.0) or minor (1.1 vs. 1.2) release, trunk shall be branched into a version branch (e.g. simantics-x.y). The branch is then tested and fixed until it is deemed fit for release by the &#039;&#039;STB&#039;&#039;. Fixes are generally merged from other branches into the release branch. Upon release, the branch is tagged as simantics-x.y.1.&lt;br /&gt;
&lt;br /&gt;
A service release (1.1.1 vs. 1.1.2) is a revision of a previous major or minor release that provides important enhancements or bugfixes but is otherwise completely compatible with the previous releases. The service changes are generally merged into the simantics-x.y branch from other branches. Upon release, the branch is again tagged as simantics-x.y.z, where z is incremented from the previous release.&lt;br /&gt;
&lt;br /&gt;
When releases are made, the involved sprints and relevant changes shall be documented in the project&#039;s [https://www.simantics.org/redmine/projects/simantics-platform/wiki/ChangeLog Redmine Wiki].&lt;br /&gt;
&lt;br /&gt;
Our release roadmap is [[Roadmap|here]].&lt;br /&gt;
&lt;br /&gt;
== Creating a new plugin ==&lt;br /&gt;
&lt;br /&gt;
Before a release, the plugin is in incubation phase and there are no quality or other requirements. The repository https://www.simulationsite.net/svn/simantics-incubator may be used to share or co-develop the plugin with other developers, but&lt;br /&gt;
the plugin must not be included in the features defined in https://www.simulationsite.net/svn/simantics repository.&lt;br /&gt;
&lt;br /&gt;
If the new plugin is a result of refactoring some already existing plugin into two pieces or otherwise is closely related to an other plugin under development, the new plugin can be committed to the same branch of https://www.simulationsite.net/svn/simantics where the other plugin is developed in. Note that whenever this kind of piecing happens, it has the potential to affect the consistency of other components or products. In such cases the refactor should be carried out in branches, not in trunk.&lt;br /&gt;
&lt;br /&gt;
=== Naming a plugin ===&lt;br /&gt;
&lt;br /&gt;
If the plugin is intended to be part of the official Simantics release, its name should begin with &#039;&#039;org.simantics&#039;&#039; followed by a word that describes the plugin. If the functionality of the same domain is divided into multiple plugins, the name may have more parts. The following suffixes are used:&lt;br /&gt;
* &#039;&#039;.feature&#039;&#039; for feature projects.&lt;br /&gt;
* &#039;&#039;.product&#039;&#039; A plugin defining a product.&lt;br /&gt;
* &#039;&#039;&amp;lt;plugin&amp;gt;.ui&#039;&#039; Provides UI-functionality for &#039;&#039;&amp;lt;plugin&amp;gt;&#039;&#039;. Separating base functionality and UI (that depends on SWT) is usually recommendable so that headless applications do not have unnecessary dependencies.&lt;br /&gt;
** Example: org.simantics.simulation, org.simantics.simulation.ui&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE!&#039;&#039;&#039; If the the UI is light (e.g. wizards, dialogs, renderers, few external dependencies) the UI code can reside in &#039;&#039;&amp;lt;plugin&amp;gt;&#039;&#039;, a separate &#039;&#039;&amp;lt;plugin&amp;gt;.ui&#039;&#039; is not required. In such a case, the UI dependencies (to plugins such as &#039;&#039;org.eclipse.swt&#039;&#039;) are &#039;&#039;optional&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==== Naming in feature projects ====&lt;br /&gt;
&lt;br /&gt;
Features have two distinct names: &#039;&#039;&#039;project name&#039;&#039;&#039; and &#039;&#039;&#039;feature ID&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
# The &#039;&#039;&#039;project name&#039;&#039;&#039; is defined in the &#039;&#039;.project&#039;&#039; file. It shall contain the &#039;&#039;.feature&#039;&#039; suffix since the project name affects how Eclipse checks the project out into workspaces from version control systems.&lt;br /&gt;
# The &#039;&#039;&#039;feature ID&#039;&#039;&#039; is defined in feature.xml and it shall not contain the &#039;&#039;.feature&#039;&#039; suffix.&lt;br /&gt;
#* Rationale: current [http://www.eclipse.org/buckminster/ Buckminster] [http://wiki.eclipse.org/Buckminster_Resource_Map resource map] (RMAP) definitions rely on this convention for feature project resolution. Having a strict convention keeps RMAPs more uniform and clean. &lt;br /&gt;
# Feature ID&#039;s should not overlap plug-in ID&#039;s if at all possible.&lt;br /&gt;
#* Rationale: Buckminster commands will not be able to perform actions on features if a plug-in with the same ID exists.&lt;br /&gt;
#* Suggestion 1: if you can&#039;t think of a unique ID for your feature otherwise, append &#039;&#039;-feature&#039;&#039; to it.&lt;br /&gt;
#* Suggestion 2: use the feature ID as a base for the IDs of all plug-ins included in the feature. For example, if feature ID is org.example, then plug-in IDs could be org.example.core, org.example.ui, org.example.ontology, etc.&lt;br /&gt;
&lt;br /&gt;
This naming convention exists mainly because it works well with Buckminster.&lt;br /&gt;
&lt;br /&gt;
== Modifying a feature ==&lt;br /&gt;
&lt;br /&gt;
When a plug-in is added to or removed from a feature, the following steps must be performed:&lt;br /&gt;
# Increment the version number of the feature, primarily the service version number part.&lt;br /&gt;
# Increment service version of all other features dependent on this feature&lt;br /&gt;
# Fix .product files that refer to the re-versioned features&lt;br /&gt;
&lt;br /&gt;
This is necessary most of all to keep Eclipse IDE happy and working properly with checked out plug-ins and the P2-based target platforms.&lt;br /&gt;
&lt;br /&gt;
If these steps are not performed, Eclipse will keep using the target platform version of the modified feature not realizing the changes you&#039;ve made to it. This results often in products failing to work properly or not starting at all.&lt;br /&gt;
&lt;br /&gt;
== Publising a standalone plugin ==&lt;br /&gt;
&lt;br /&gt;
# Ensure that the plugin satisfies the following quality requirements:&lt;br /&gt;
#* The plugin contains no compilation errors (against which dependencies???)&lt;br /&gt;
#* All public classes and interfaces are documented (javadoc)&lt;br /&gt;
#* Each public package contains a package-info.java containing package-related comments and annotations (see [http://java.sun.com/docs/books/jls/third_edition/html/packages.html] &#039;&#039;chapter 7.4&#039;&#039;)&lt;br /&gt;
#* examples/&lt;br /&gt;
#* unittests/&lt;br /&gt;
#* Version information&lt;br /&gt;
#* (optional) Build Script (targets: &#039;&#039;clean&#039;&#039;, &#039;&#039;build&#039;&#039;, &#039;&#039;clean-build&#039;&#039;)&lt;br /&gt;
#** [name]_[version]-src.zip&lt;br /&gt;
#** [name]_[version].jar &lt;br /&gt;
#** [name]_[version].zip&lt;br /&gt;
#*** doc/&lt;br /&gt;
#**** manual.pdf&lt;br /&gt;
#**** changelog.txt&lt;br /&gt;
#*** examples/&lt;br /&gt;
#*** unittests/&lt;br /&gt;
#*** javadoc/ (&#039;&#039;optional&#039;&#039;)&lt;br /&gt;
#*** [name]_[version]-src.zip&lt;br /&gt;
#*** [name]_[version].jar&lt;br /&gt;
#** [name]_[version]-project.zip (Contains everything in workspace)&lt;br /&gt;
#** See Example: [[svn:foundation/databoard/trunk/org.simantics.databoard/build2.xml|Non-OSGi]]&lt;br /&gt;
# Create a homepage for the plugin in wiki (for example [[org.simantics.databoard]]) that contains:&lt;br /&gt;
#* Development documentation that is not written in javadoc (basic concepts, components etc.) [We should discuss more about what and how to document] and links to user documentation if the plugin contributes new user interfaces.&lt;br /&gt;
#* Change log&lt;br /&gt;
#* Plugin roadmap&lt;br /&gt;
#* Who are responsible for the plugin&lt;br /&gt;
#* (optional) Download to artifacts created by Build script&lt;br /&gt;
# Commit the plugin to https://www.simulationsite.net/svn/simantics/&amp;lt;moduleName&amp;gt;/trunk&lt;br /&gt;
# Create a tag of the plugin to https://www.simulationsite.net/svn/simantics/&amp;lt;moduleName&amp;gt;/tags/&amp;lt;version&amp;gt;&lt;br /&gt;
# Inform other developers about the new plugin through the mailing list [simantics-developers@simantics.org]. See also [https://www.simantics.org/wiki/index.php/Mailing_Lists Mailing Lists].&lt;br /&gt;
&lt;br /&gt;
=== Including a new plug-in to existing features ===&lt;br /&gt;
&lt;br /&gt;
Inclusion of a plug-in in a feature must always be carefully considered. Consider the following before including anything:&lt;br /&gt;
* &#039;&#039;&#039;Cohesion&#039;&#039;&#039;: Does the plug-in logically belong in the considered feature.xml?&lt;br /&gt;
* &#039;&#039;&#039;Dependencies&#039;&#039;&#039;: What does the new plug-in depend on? Which dependencies are optional? Do the dependencies of the feature&#039;s other plug-ins intersect naturally with those of the new plug-in?&lt;br /&gt;
* &#039;&#039;&#039;Permission&#039;&#039;&#039;: do not add anything without permission from the feature maintainer or send a patch and hope it will be merged.&lt;br /&gt;
&lt;br /&gt;
It is highly recommended to have plug-ins included in a single feature only. Instead of including plug-ins in multiple features, prefer creating highly logical and cohesive features that can acyclically include each other. In general completely new functionality should be put in its own feature. If you are unable to decide where a plug-in should be included, ask yourself is the plug-in properly cohesive, are its dependencies minimal?&lt;br /&gt;
&lt;br /&gt;
Note that it is not technically mandatory that each plug-in only resides in one feature - it is simply good practice and will most likely help in training people to use the platform and also make maintainance easier. Having multiple features including the same plug-in will not break builds, but will make the product structure more difficult to understand.&lt;br /&gt;
&lt;br /&gt;
Modifying a feature may break:&lt;br /&gt;
# [[svn:project-set/|Project sets]]&lt;br /&gt;
#* FIX: add a line in the related PSF file(s) for the new plug-in in all project sets that include the modified feature&lt;br /&gt;
# [http://www.simantics.org/jenkins Jenkins jobs] that depend on the feature&lt;br /&gt;
#* See [[#Building Products]] for instructions on how to define headless product builds&lt;br /&gt;
&lt;br /&gt;
== Releasing a new version of a component == &lt;br /&gt;
&lt;br /&gt;
Here, a component stands for &#039;&#039;a plug-in&#039;&#039;, &#039;&#039;a set of plug-ins&#039;&#039; or &#039;&#039;a feature&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
# Increment version number(s), incl. MANIFEST.MF, plugin.xml, feature.xml, build.xml, homepage.&lt;br /&gt;
#* Bug fixes increment service number, API changes minor number and large releases major number.&lt;br /&gt;
# Run test cases or test suite&lt;br /&gt;
# Check java docs are compiled without errors. Read Javadocs&lt;br /&gt;
# Update homepage&lt;br /&gt;
# (optional) run build.xml and upload generated artifacts to homepage&lt;br /&gt;
# Create SVN tag: trunk/ &amp;amp;rarr; tags/[version]&lt;br /&gt;
# Inform other developers [mailto:simantics-developers@lists.simantics.org Simantics developers list].&lt;br /&gt;
&lt;br /&gt;
== Making refactorizations that affect other plugins ==&lt;br /&gt;
&lt;br /&gt;
# Plan refactorization beforehand with the maintainers of all affected plugins&lt;br /&gt;
# Create a new branch for all affected plugins&lt;br /&gt;
# Refactor, different possibilities&lt;br /&gt;
#* One person refactors all plugins&lt;br /&gt;
#* Every maintainer refactors his/her own plugins&lt;br /&gt;
#** Create rename scripts for other maintainers to help them&lt;br /&gt;
# Check that everything works&lt;br /&gt;
# If changes were large inform other developers in the mailing list&lt;br /&gt;
# Commit plugins to trunk&lt;br /&gt;
&lt;br /&gt;
== Developing and maintaining a released plugin ==&lt;br /&gt;
&lt;br /&gt;
Generally, people need to be able to commit their changes continuously to the SVN location dedicated for a component. Often committing is necessary for transferring their changes to another machine or just to keep their code safe. We can&#039;t allow developers committing API changes or broken temporary code into SVN locations that other projects are using - those need to be stable to some degree. Hence, the active development and API breaking &#039;&#039;&#039;must&#039;&#039;&#039; occur in SVN locations that are documented to be unstable and modifiable only by component maintainer(s). These locations shall be released to the general public according to the roadmap of the component. For every release, a &#039;&#039;tag&#039;&#039; shall be created. For every release external dependencies need to be documented: component name, version to use (tag). Releases are versioned. Version numbers are composed of three (3) segments: 3 integers and a string respectively named major.minor.service. Read [http://wiki.eclipse.org/index.php/Version_Numbering] and [http://wiki.eclipse.org/Evolving_Java-based_APIs].&lt;br /&gt;
&lt;br /&gt;
# the major segment indicates breakage in the API&lt;br /&gt;
# the minor segment indicates &amp;quot;externally visible&amp;quot; changes&lt;br /&gt;
# the service segment indicates bug fixes and the change of development stream (the semantics attached to development stream is new to this proposal, see below) &lt;br /&gt;
&lt;br /&gt;
By default, the following SVN layout should be used for components:&lt;br /&gt;
: component/&lt;br /&gt;
:: trunk/&lt;br /&gt;
:::* The main development branch, unstable by nature. This version should only be used by active developers of this component.&lt;br /&gt;
:: branches/&lt;br /&gt;
:::* Branches should be created:&lt;br /&gt;
:::** when preparing for a release, for stabilizing the component while letting active development run along in &#039;&#039;trunk&#039;&#039;.&lt;br /&gt;
:::** for working on bug-fix releases.&lt;br /&gt;
:::** when working on larger changes, trying out things or working with other developers. These kinds of branches should either be integrated back to where they were branched from or removed as obsolete.&lt;br /&gt;
:: tags/&lt;br /&gt;
:::* Released versions of the component. Other developers and project-sets should be using these for development if the component isn&#039;t already deployed into the target platform or it is necessary to have the code in your workspace for some other reason.&lt;br /&gt;
&lt;br /&gt;
Developers may initially feel that creating tickets for every measly issue is too time consuming but it is necessary to make any kind of change tracking possible for releases. Obviously during the initial development of a component the code changes a lot and all the time. This is exactly why we have an &#039;&#039;incubator&#039;&#039; for starting projects that does not impose these strict rules but is more like a playground where the developer can freely &amp;quot;hack around&amp;quot; disregarding all these policies. A good developer will get started on design, testing and documentation also right from the start. When the developer feels his component is ready for consumption of the general public and the component passes peer review, it shall be ceremonially transferred from incubation into the official project. Each official component should have documentation, unit tests and possibly examples or &#039;&#039;&#039;really good&#039;&#039;&#039; reasons for not having any.&lt;br /&gt;
&lt;br /&gt;
== Modifying the target platform ==&lt;br /&gt;
&lt;br /&gt;
 DEPRECATED: these instructions are mainly deprecated with the current Git-based system&lt;br /&gt;
&lt;br /&gt;
The target platform is a composition of features and plug-ins that contains all the bundles that you as a developer can build your code against when starting from a blank table. In Simantics, it is a mixture of the standard Eclipse RCP platform, other general Eclipse components and some Simantics components.&lt;br /&gt;
&lt;br /&gt;
It makes sense to deploy into the target platform only if your plug-ins:&lt;br /&gt;
* are general, i.e. reusable by many other components&lt;br /&gt;
* have little dependencies&lt;br /&gt;
* are stable, both by API and functionally&lt;br /&gt;
&lt;br /&gt;
Deploying plug-ins into the target platform will most likely break:&lt;br /&gt;
&lt;br /&gt;
# [[svn:project-set/|Project sets]]&lt;br /&gt;
#* FIX: remove lines matching the plug-ins that were moved into the target platform&lt;br /&gt;
&lt;br /&gt;
=== Deploying plug-ins for the target platform ===&lt;br /&gt;
&lt;br /&gt;
The Simantics target platform is a P2 repository located at&lt;br /&gt;
* http://www.simantics.org/download/_version_/sdk (w/o source)&lt;br /&gt;
* http://www.simantics.org/download/_version_/sdk-source (w/ source)&lt;br /&gt;
where &#039;&#039;_version_&#039;&#039; is one of &#039;&#039;&#039;head&#039;&#039;&#039;, &#039;&#039;&#039;1.11&#039;&#039;&#039;, &#039;&#039;&#039;1.10&#039;&#039;&#039;, etc. &#039;&#039;&#039;head&#039;&#039;&#039; is trunk.&lt;br /&gt;
&lt;br /&gt;
The repository is built using the buckminster build definition projects at [[svn:releng/sdk/branches]]. Ultimately, these builds use the feature project at [[svn:workbench/trunk/org.simantics.sdk.site.feature/]] to define which features and plug-ins are part of the platform.&lt;br /&gt;
&lt;br /&gt;
To include new features or plug-ins into the platform trunk development version:&lt;br /&gt;
# Make your code/data available as plug-ins and/or features in a public repository, e.g. the [[svn:/|Simantics repository]].&lt;br /&gt;
# Ask the [[Target_Platform#Maintenance|target platform maintainer]] to include your components in the [http://www.simantics.org/download/head/rmap platform resource maps] (see [[Buckminster#Resource_Maps]]).&lt;br /&gt;
# Include them in [[svn:workbench/trunk/org.simantics.sdk.site.feature/|org.simantics.sdk.site]] feature include them into the platform builds.&lt;br /&gt;
&lt;br /&gt;
Jenkins build [http://www.simantics.org/jenkins/job/target-simantics-head-sdk/ target-simantics-head-sdk] takes care of building and publishing the trunk platform. Other branches have similar builds visible [http://www.simantics.org/jenkins/view/Platform/ here].&lt;br /&gt;
&lt;br /&gt;
== Building Products ==&lt;br /&gt;
&lt;br /&gt;
The best way to currently build products is to use the Eclipse tool [http://www.eclipse.org/buckminster/ Buckminster] for the job.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Pre-requisites:&lt;br /&gt;
# You have a product configuration (.product file) for your product.&lt;br /&gt;
# Your product configuration is based on &#039;&#039;features&#039;&#039;, not plug-ins&lt;br /&gt;
# Buckminster locally installed or a jenkins installation with buckminster available&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Example&lt;br /&gt;
To create your own (headless) buckminster product build follow these steps:&lt;br /&gt;
# Export [[svn:tutorials/trunk/com.acme.movie.product.site.feature]] as a template for making your own headless buckminster product build.&lt;br /&gt;
# To customize for your purposes, the following contents need to be configured:&lt;br /&gt;
## feature.xml&lt;br /&gt;
##* Change ID, version, name, provider and everything else to match your purposes.&lt;br /&gt;
##* Include all the features your .product file depends on, nothing else.&lt;br /&gt;
## Resources.rmap&lt;br /&gt;
##* Define mappings for all resources (features and plug-ins) needed by your product. See [[#External links|Buckminster definitive guide]] for help on defining resource maps.&lt;br /&gt;
## .credentials.properties&lt;br /&gt;
##* Insert any credentials needed to access resources defined in your resource map.&lt;br /&gt;
## site.cquery&lt;br /&gt;
##* Modify cq:rootRequest name to match your site feature ID.&lt;br /&gt;
## jenkins.buckminster.script&lt;br /&gt;
##* Replace &#039;&#039;&#039;com.acme.movie.product.site&#039;&#039;&#039; with what ever is your site feature&#039;s ID.&lt;br /&gt;
##* Replace p2.profileName with a new profile name for your product.&lt;br /&gt;
##* Replace p2.rootId to match the &#039;&#039;&#039;uid&#039;&#039;&#039; attribute defined in your Product Configuration file (.product).&lt;br /&gt;
##* Set build.label to what ever you want your built product .zip files to be named like.&lt;br /&gt;
&lt;br /&gt;
=== Using Continuous Integration (Jenkins) ===&lt;br /&gt;
&lt;br /&gt;
# Install [http://jenkins-ci.org/ jenkins] (see [http://www.simantics.org/jenkins simantics.org jenkins])&lt;br /&gt;
# Create new &#039;&#039;free-style software project&#039;&#039; job with appropriate name&lt;br /&gt;
# Configure the project:&lt;br /&gt;
## In the &#039;&#039;Source code management&#039;&#039; section, use your version control system of choice to checkout the &#039;&#039;&#039;...product.site.feature&#039;&#039;&#039; you&#039;ve created for your build in the previous section. For the com.acme.movie example the proper settings would be:&lt;br /&gt;
##* Select &#039;&#039;Subversion Modules&#039;&#039;&lt;br /&gt;
##* Repository URL: https://www.simantics.org/svn/simantics/tutorials/trunk/com.acme.movie.product.site.feature&lt;br /&gt;
##* Local Module directory (optional): com.acme.movie.product.site&lt;br /&gt;
##* Check-out strategy: Always check out a fresh copy&lt;br /&gt;
## In the &#039;&#039;Build&#039;&#039; section:&lt;br /&gt;
### Add new &#039;&#039;&#039;Run Buckminster&#039;&#039;&#039; build step&lt;br /&gt;
### Select a Buckminster installation to use (latest)&lt;br /&gt;
### Copy the contents of &#039;&#039;&#039;jenkins.buckminster.script&#039;&#039;&#039; into the &#039;&#039;commands&#039;&#039; text box&lt;br /&gt;
## Last, you&#039;ll want to archive the vital artifacts produced by your build. In the &#039;&#039;Post-build Actions&#039;&#039; section:&lt;br /&gt;
### Check &#039;&#039;Archive the artifacts&#039;&#039;&lt;br /&gt;
### Set value of &#039;&#039;Files to archive&#039;&#039; to &#039;&#039;&#039;buckminster.output/com.acme.movie.product.site_*-eclipse.feature/*.zip&#039;&#039;&#039; (obviously changing the value according to the name of your product site feature).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That should do it. Further configuration of the build is up to you, i.e. scheduling, parsing warnings, and so on.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eclipse.org/buckminster/ Buckminster Homepage]&lt;br /&gt;
* [http://www.eclipse.org/downloads/download.php?file=/tools/buckminster/doc/BuckyBook.pdf Eclipse Buckminster, The Definitive Guide]&lt;br /&gt;
&lt;br /&gt;
[[Category: Miscellaneous Documents]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3451</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3451"/>
		<updated>2017-11-07T13:08:51Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.cs.wustl.edu/~schmidt/ACE-copying.html) &lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2005 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3450</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3450"/>
		<updated>2017-11-07T13:06:41Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.cs.wustl.edu/~schmidt/ACE-copying.html) &lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2005 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3449</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3449"/>
		<updated>2017-11-07T13:06:11Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.cs.wustl.edu/~schmidt/ACE-copying.html) &lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2005 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3448</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3448"/>
		<updated>2017-11-07T13:05:17Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.cs.wustl.edu/~schmidt/ACE-copying.html) &lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2005 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3447</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3447"/>
		<updated>2017-11-07T13:03:47Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.cs.wustl.edu/~schmidt/ACE-copying.html) &lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2005 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3446</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3446"/>
		<updated>2017-11-07T13:02:31Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.cs.wustl.edu/~schmidt/ACE-copying.html) &lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2005 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3445</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3445"/>
		<updated>2017-11-07T13:02:19Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* ACE License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] &lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2005 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3444</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3444"/>
		<updated>2017-11-07T13:01:59Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] &lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2005 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3443</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3443"/>
		<updated>2017-11-07T13:01:06Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.antlr3.org/license.html)&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3442</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3442"/>
		<updated>2017-11-07T13:00:43Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* ANTLR 3 License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3441</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3441"/>
		<updated>2017-11-07T13:00:29Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2010 Terence Parr&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3440</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3440"/>
		<updated>2017-11-07T12:59:31Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://www.jcraft.com/jzlib/LICENSE.txt)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3439</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3439"/>
		<updated>2017-11-07T12:58:24Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* JZLib License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3438</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3438"/>
		<updated>2017-11-07T12:52:19Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL_1.1_.2B_GPLv2_with_classpath_exception|CDDL 1.1 + GPLv2 with classpath exception]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3437</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3437"/>
		<updated>2017-11-07T12:48:20Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPLv2 with classpath exception ==&lt;br /&gt;
&lt;br /&gt;
* https://oss.oracle.com/licenses/CDDL+GPL-1.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle America, Inc. and/or its&lt;br /&gt;
affiliates are subject to the following clarification and special&lt;br /&gt;
exception to the GPLv2, based on the GNU Project exception for its&lt;br /&gt;
Classpath libraries, known as the GNU Classpath Exception, but only&lt;br /&gt;
where Oracle has expressly included in the particular source file&#039;s&lt;br /&gt;
header the words &amp;quot;Oracle designates this particular file as subject to&lt;br /&gt;
the &amp;quot;Classpath&amp;quot; exception as provided by Oracle in the LICENSE file&lt;br /&gt;
that accompanied this code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You should also note that Oracle includes multiple, independent&lt;br /&gt;
programs in this software package. Some of those programs are provided&lt;br /&gt;
under licenses deemed incompatible with the GPLv2 by the Free Software&lt;br /&gt;
Foundation and others.  For example, the package includes programs&lt;br /&gt;
licensed under the Apache License, Version 2.0.  Such programs are&lt;br /&gt;
licensed to you under their original licenses.&lt;br /&gt;
&lt;br /&gt;
Oracle facilitates your further distribution of this package by adding&lt;br /&gt;
the Classpath Exception to the necessary parts of its GPLv2 code, which&lt;br /&gt;
permits you to use that code in combination with other independent&lt;br /&gt;
modules not licensed under the GPLv2.  However, note that this would&lt;br /&gt;
not permit you to commingle code under an incompatible license with&lt;br /&gt;
Oracle&#039;s GPLv2 licensed code by, for example, cutting and pasting such&lt;br /&gt;
code into a file also containing Oracle&#039;s GPLv2 licensed code and then&lt;br /&gt;
distributing the result.  Additionally, if you were to remove the&lt;br /&gt;
Classpath Exception from any of the files to which it applies and&lt;br /&gt;
distribute the result, you would likely be required to license some or&lt;br /&gt;
all of the other code in that distribution under the GPLv2 as well, and&lt;br /&gt;
since the GPLv2 is incompatible with the license terms of some items&lt;br /&gt;
included in the distribution by Oracle, removing the Classpath&lt;br /&gt;
Exception could therefore effectively compromise your ability to&lt;br /&gt;
further distribute the package.&lt;br /&gt;
&lt;br /&gt;
Proceed with caution and we recommend that you obtain the advice of a&lt;br /&gt;
lawyer skilled in open source matters before removing the Classpath&lt;br /&gt;
Exception or making modifications to this package which may&lt;br /&gt;
subsequently be redistributed and/or involve the use of third party&lt;br /&gt;
software.&lt;br /&gt;
&lt;br /&gt;
CLASSPATH EXCEPTION&lt;br /&gt;
Linking this library statically or dynamically with other modules is&lt;br /&gt;
making a combined work based on this library.  Thus, the terms and&lt;br /&gt;
conditions of the GNU General Public License version 2 cover the whole&lt;br /&gt;
combination.&lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you&lt;br /&gt;
permission to link this library with independent modules to produce an&lt;br /&gt;
executable, regardless of the license terms of these independent&lt;br /&gt;
modules, and to copy and distribute the resulting executable under&lt;br /&gt;
terms of your choice, provided that you also meet, for each linked&lt;br /&gt;
independent module, the terms and conditions of the license of that&lt;br /&gt;
module.  An independent module is a module which is not derived from or&lt;br /&gt;
based on this library.  If you modify this library, you may extend this&lt;br /&gt;
exception to your version of the library, but you are not obligated to&lt;br /&gt;
do so.  If you do not wish to do so, delete this exception statement&lt;br /&gt;
from your version.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3436</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3436"/>
		<updated>2017-11-07T12:45:09Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* CDDL 1.1 + GPL 2 with Classpath Exception */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3435</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3435"/>
		<updated>2017-11-07T12:37:13Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* CDDL 1.1 + GPL 2 with Classpath Exception */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3434</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3434"/>
		<updated>2017-11-07T12:35:34Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* BSD 2-Clause License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3433</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3433"/>
		<updated>2017-11-07T12:34:50Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* BSD 2-Clause License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer&lt;br /&gt;
   in the documentation and/or other materials provided with the&lt;br /&gt;
   distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3432</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3432"/>
		<updated>2017-11-07T12:34:31Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* BSD 2-Clause License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above&lt;br /&gt;
   copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
   in the documentation and/or other materials provided with the&lt;br /&gt;
   distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3431</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3431"/>
		<updated>2017-11-07T12:34:05Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* BSD 2-Clause License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
2. Redistributions in binary form must reproduce the above&lt;br /&gt;
   copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
   in the documentation and/or other materials provided with the&lt;br /&gt;
   distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3430</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3430"/>
		<updated>2017-11-07T12:33:34Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* BSD 3-Clause License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of Graph Builder nor the names of its&lt;br /&gt;
   contributors may be   used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3429</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3429"/>
		<updated>2017-11-07T12:28:50Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (http://asm.ow2.org/license.html)&lt;br /&gt;
| &amp;lt;pre&amp;gt;Copyright (c) 2000-2011 INRIA, France Telecom&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3428</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3428"/>
		<updated>2017-11-07T12:28:01Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* INRIA License */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3427</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3427"/>
		<updated>2017-11-07T12:22:58Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* CDDL 1.1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 + GPL 2 with Classpath Exception ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
* https://javaee.github.io/glassfish/LICENSE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the &lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any &lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction &lt;br /&gt;
of the Federal Courts of the Northern District of California and the &lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara &lt;br /&gt;
County, California. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The GNU General Public License (GPL) Version 2, June 1991 &lt;br /&gt;
&lt;br /&gt;
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, &lt;br /&gt;
Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this &lt;br /&gt;
license document, but changing it is not allowed. &lt;br /&gt;
&lt;br /&gt;
Preamble &lt;br /&gt;
&lt;br /&gt;
The licenses for most software are designed to take away your freedom to &lt;br /&gt;
share and change it. By contrast, the GNU General Public License is &lt;br /&gt;
intended to guarantee your freedom to share and change free software--to &lt;br /&gt;
make sure the software is free for all its users. This General Public &lt;br /&gt;
License applies to most of the Free Software Foundation&#039;s software and &lt;br /&gt;
to any other program whose authors commit to using it. (Some other Free &lt;br /&gt;
Software Foundation software is covered by the GNU Library General &lt;br /&gt;
Public License instead.) You can apply it to your programs, too. &lt;br /&gt;
&lt;br /&gt;
When we speak of free software, we are referring to freedom, not price. &lt;br /&gt;
Our General Public Licenses are designed to make sure that you have the &lt;br /&gt;
freedom to distribute copies of free software (and charge for this &lt;br /&gt;
service if you wish), that you receive source code or can get it if you &lt;br /&gt;
want it, that you can change the software or use pieces of it in new &lt;br /&gt;
free programs; and that you know you can do these things. &lt;br /&gt;
&lt;br /&gt;
To protect your rights, we need to make restrictions that forbid anyone &lt;br /&gt;
to deny you these rights or to ask you to surrender the rights. These &lt;br /&gt;
restrictions translate to certain responsibilities for you if you &lt;br /&gt;
distribute copies of the software, or if you modify it. &lt;br /&gt;
&lt;br /&gt;
For example, if you distribute copies of such a program, whether gratis &lt;br /&gt;
or for a fee, you must give the recipients all the rights that you have. &lt;br /&gt;
You must make sure that they, too, receive or can get the source code. &lt;br /&gt;
And you must show them these terms so they know their rights. &lt;br /&gt;
&lt;br /&gt;
We protect your rights with two steps: (1) copyright the software, and &lt;br /&gt;
(2) offer you this license which gives you legal permission to copy, &lt;br /&gt;
distribute and/or modify the software. &lt;br /&gt;
&lt;br /&gt;
Also, for each author&#039;s protection and ours, we want to make certain &lt;br /&gt;
that everyone understands that there is no warranty for this free &lt;br /&gt;
software. If the software is modified by someone else and passed on, we &lt;br /&gt;
want its recipients to know that what they have is not the original, so &lt;br /&gt;
that any problems introduced by others will not reflect on the original &lt;br /&gt;
authors&#039; reputations. &lt;br /&gt;
&lt;br /&gt;
Finally, any free program is threatened constantly by software patents. &lt;br /&gt;
We wish to avoid the danger that redistributors of a free program will &lt;br /&gt;
individually obtain patent licenses, in effect making the program &lt;br /&gt;
proprietary. To prevent this, we have made it clear that any patent must &lt;br /&gt;
be licensed for everyone&#039;s free use or not licensed at all. &lt;br /&gt;
&lt;br /&gt;
The precise terms and conditions for copying, distribution and &lt;br /&gt;
modification follow. &lt;br /&gt;
&lt;br /&gt;
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION &lt;br /&gt;
&lt;br /&gt;
0. This License applies to any program or other work which contains a &lt;br /&gt;
notice placed by the copyright holder saying it may be distributed under &lt;br /&gt;
the terms of this General Public License. The &amp;quot;Program&amp;quot;, below, refers &lt;br /&gt;
to any such program or work, and a &amp;quot;work based on the Program&amp;quot; means &lt;br /&gt;
either the Program or any derivative work under copyright law: that is &lt;br /&gt;
to say, a work containing the Program or a portion of it, either &lt;br /&gt;
verbatim or with modifications and/or translated into another language. &lt;br /&gt;
(Hereinafter, translation is included without limitation in the term &lt;br /&gt;
&amp;quot;modification&amp;quot;.) Each licensee is addressed as &amp;quot;you&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Activities other than copying, distribution and modification are not &lt;br /&gt;
covered by this License; they are outside its scope. The act of running &lt;br /&gt;
the Program is not restricted, and the output from the Program is &lt;br /&gt;
covered only if its contents constitute a work based on the Program &lt;br /&gt;
(independent of having been made by running the Program). Whether that &lt;br /&gt;
is true depends on what the Program does. &lt;br /&gt;
&lt;br /&gt;
1. You may copy and distribute verbatim copies of the Program&#039;s source &lt;br /&gt;
code as you receive it, in any medium, provided that you conspicuously &lt;br /&gt;
and appropriately publish on each copy an appropriate copyright notice &lt;br /&gt;
and disclaimer of warranty; keep intact all the notices that refer to &lt;br /&gt;
this License and to the absence of any warranty; and give any other &lt;br /&gt;
recipients of the Program a copy of this License along with the Program. &lt;br /&gt;
&lt;br /&gt;
You may charge a fee for the physical act of transferring a copy, and &lt;br /&gt;
you may at your option offer warranty protection in exchange for a fee. &lt;br /&gt;
&lt;br /&gt;
2. You may modify your copy or copies of the Program or any portion of &lt;br /&gt;
it, thus forming a work based on the Program, and copy and distribute &lt;br /&gt;
such modifications or work under the terms of Section 1 above, provided &lt;br /&gt;
that you also meet all of these conditions: &lt;br /&gt;
&lt;br /&gt;
    a) You must cause the modified files to carry prominent notices stating &lt;br /&gt;
    that you changed the files and the date of any change. &lt;br /&gt;
&lt;br /&gt;
    b) You must cause any work that you distribute or publish, that in whole &lt;br /&gt;
    or in part contains or is derived from the Program or any part thereof, &lt;br /&gt;
    to be licensed as a whole at no charge to all third parties under the &lt;br /&gt;
    terms of this License. &lt;br /&gt;
&lt;br /&gt;
    c) If the modified program normally reads commands interactively when &lt;br /&gt;
    run, you must cause it, when started running for such interactive use in &lt;br /&gt;
    the most ordinary way, to print or display an announcement including an &lt;br /&gt;
    appropriate copyright notice and a notice that there is no warranty (or &lt;br /&gt;
    else, saying that you provide a warranty) and that users may &lt;br /&gt;
    redistribute the program under these conditions, and telling the user &lt;br /&gt;
    how to view a copy of this License. (Exception: if the Program itself is &lt;br /&gt;
    interactive but does not normally print such an announcement, your work &lt;br /&gt;
    based on the Program is not required to print an announcement.) &lt;br /&gt;
&lt;br /&gt;
These requirements apply to the modified work as a whole. If &lt;br /&gt;
identifiable sections of that work are not derived from the Program, and &lt;br /&gt;
can be reasonably considered independent and separate works in &lt;br /&gt;
themselves, then this License, and its terms, do not apply to those &lt;br /&gt;
sections when you distribute them as separate works. But when you &lt;br /&gt;
distribute the same sections as part of a whole which is a work based on &lt;br /&gt;
the Program, the distribution of the whole must be on the terms of this &lt;br /&gt;
License, whose permissions for other licensees extend to the entire &lt;br /&gt;
whole, and thus to each and every part regardless of who wrote it. &lt;br /&gt;
&lt;br /&gt;
Thus, it is not the intent of this section to claim rights or contest &lt;br /&gt;
your rights to work written entirely by you; rather, the intent is to &lt;br /&gt;
exercise the right to control the distribution of derivative or &lt;br /&gt;
collective works based on the Program. &lt;br /&gt;
&lt;br /&gt;
In addition, mere aggregation of another work not based on the Program &lt;br /&gt;
with the Program (or with a work based on the Program) on a volume of a &lt;br /&gt;
storage or distribution medium does not bring the other work under the &lt;br /&gt;
scope of this License. &lt;br /&gt;
&lt;br /&gt;
3. You may copy and distribute the Program (or a work based on it, under &lt;br /&gt;
Section 2) in object code or executable form under the terms of Sections &lt;br /&gt;
1 and 2 above provided that you also do one of the following: &lt;br /&gt;
&lt;br /&gt;
    a) Accompany it with the complete corresponding machine-readable source &lt;br /&gt;
    code, which must be distributed under the terms of Sections 1 and 2 &lt;br /&gt;
    above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    b) Accompany it with a written offer, valid for at least three years, to &lt;br /&gt;
    give any third party, for a charge no more than your cost of physically &lt;br /&gt;
    performing source distribution, a complete machine-readable copy of the &lt;br /&gt;
    corresponding source code, to be distributed under the terms of Sections &lt;br /&gt;
    1 and 2 above on a medium customarily used for software interchange; or, &lt;br /&gt;
&lt;br /&gt;
    c) Accompany it with the information you received as to the offer to &lt;br /&gt;
    distribute corresponding source code. (This alternative is allowed only &lt;br /&gt;
    for noncommercial distribution and only if you received the program in &lt;br /&gt;
    object code or executable form with such an offer, in accord with &lt;br /&gt;
    Subsection b above.) &lt;br /&gt;
&lt;br /&gt;
The source code for a work means the preferred form of the work for &lt;br /&gt;
making modifications to it. For an executable work, complete source code &lt;br /&gt;
means all the source code for all modules it contains, plus any &lt;br /&gt;
associated interface definition files, plus the scripts used to control &lt;br /&gt;
compilation and installation of the executable. However, as a special &lt;br /&gt;
exception, the source code distributed need not include anything that is &lt;br /&gt;
normally distributed (in either source or binary form) with the major &lt;br /&gt;
components (compiler, kernel, and so on) of the operating system on &lt;br /&gt;
which the executable runs, unless that component itself accompanies the &lt;br /&gt;
executable. &lt;br /&gt;
&lt;br /&gt;
If distribution of executable or object code is made by offering access &lt;br /&gt;
to copy from a designated place, then offering equivalent access to copy &lt;br /&gt;
the source code from the same place counts as distribution of the source &lt;br /&gt;
code, even though third parties are not compelled to copy the source &lt;br /&gt;
along with the object code. &lt;br /&gt;
&lt;br /&gt;
4. You may not copy, modify, sublicense, or distribute the Program &lt;br /&gt;
except as expressly provided under this License. Any attempt otherwise &lt;br /&gt;
to copy, modify, sublicense or distribute the Program is void, and will &lt;br /&gt;
automatically terminate your rights under this License. However, parties &lt;br /&gt;
who have received copies, or rights, from you under this License will &lt;br /&gt;
not have their licenses terminated so long as such parties remain in &lt;br /&gt;
full compliance. &lt;br /&gt;
&lt;br /&gt;
5. You are not required to accept this License, since you have not &lt;br /&gt;
signed it. However, nothing else grants you permission to modify or &lt;br /&gt;
distribute the Program or its derivative works. These actions are &lt;br /&gt;
prohibited by law if you do not accept this License. Therefore, by &lt;br /&gt;
modifying or distributing the Program (or any work based on the &lt;br /&gt;
Program), you indicate your acceptance of this License to do so, and all &lt;br /&gt;
its terms and conditions for copying, distributing or modifying the &lt;br /&gt;
Program or works based on it. &lt;br /&gt;
&lt;br /&gt;
6. Each time you redistribute the Program (or any work based on the &lt;br /&gt;
Program), the recipient automatically receives a license from the &lt;br /&gt;
original licensor to copy, distribute or modify the Program subject to &lt;br /&gt;
these terms and conditions. You may not impose any further restrictions &lt;br /&gt;
on the recipients&#039; exercise of the rights granted herein. You are not &lt;br /&gt;
responsible for enforcing compliance by third parties to this License. &lt;br /&gt;
&lt;br /&gt;
7. If, as a consequence of a court judgment or allegation of patent &lt;br /&gt;
infringement or for any other reason (not limited to patent issues), &lt;br /&gt;
conditions are imposed on you (whether by court order, agreement or &lt;br /&gt;
otherwise) that contradict the conditions of this License, they do not &lt;br /&gt;
excuse you from the conditions of this License. If you cannot distribute &lt;br /&gt;
so as to satisfy simultaneously your obligations under this License and &lt;br /&gt;
any other pertinent obligations, then as a consequence you may not &lt;br /&gt;
distribute the Program at all. For example, if a patent license would &lt;br /&gt;
not permit royalty-free redistribution of the Program by all those who &lt;br /&gt;
receive copies directly or indirectly through you, then the only way you &lt;br /&gt;
could satisfy both it and this License would be to refrain entirely from &lt;br /&gt;
distribution of the Program. &lt;br /&gt;
&lt;br /&gt;
If any portion of this section is held invalid or unenforceable under &lt;br /&gt;
any particular circumstance, the balance of the section is intended to &lt;br /&gt;
apply and the section as a whole is intended to apply in other &lt;br /&gt;
circumstances. &lt;br /&gt;
&lt;br /&gt;
It is not the purpose of this section to induce you to infringe any &lt;br /&gt;
patents or other property right claims or to contest validity of any &lt;br /&gt;
such claims; this section has the sole purpose of protecting the &lt;br /&gt;
integrity of the free software distribution system, which is implemented &lt;br /&gt;
by public license practices. Many people have made generous &lt;br /&gt;
contributions to the wide range of software distributed through that &lt;br /&gt;
system in reliance on consistent application of that system; it is up to &lt;br /&gt;
the author/donor to decide if he or she is willing to distribute &lt;br /&gt;
software through any other system and a licensee cannot impose that &lt;br /&gt;
choice. &lt;br /&gt;
&lt;br /&gt;
This section is intended to make thoroughly clear what is believed to be &lt;br /&gt;
a consequence of the rest of this License. &lt;br /&gt;
&lt;br /&gt;
8. If the distribution and/or use of the Program is restricted in &lt;br /&gt;
certain countries either by patents or by copyrighted interfaces, the &lt;br /&gt;
original copyright holder who places the Program under this License may &lt;br /&gt;
add an explicit geographical distribution limitation excluding those &lt;br /&gt;
countries, so that distribution is permitted only in or among countries &lt;br /&gt;
not thus excluded. In such case, this License incorporates the &lt;br /&gt;
limitation as if written in the body of this License. &lt;br /&gt;
&lt;br /&gt;
9. The Free Software Foundation may publish revised and/or new versions &lt;br /&gt;
of the General Public License from time to time. Such new versions will &lt;br /&gt;
be similar in spirit to the present version, but may differ in detail to &lt;br /&gt;
address new problems or concerns. &lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Program &lt;br /&gt;
specifies a version number of this License which applies to it and &amp;quot;any &lt;br /&gt;
later version&amp;quot;, you have the option of following the terms and &lt;br /&gt;
conditions either of that version or of any later version published by &lt;br /&gt;
the Free Software Foundation. If the Program does not specify a version &lt;br /&gt;
number of this License, you may choose any version ever published by the &lt;br /&gt;
Free Software Foundation. &lt;br /&gt;
&lt;br /&gt;
10. If you wish to incorporate parts of the Program into other free &lt;br /&gt;
programs whose distribution conditions are different, write to the &lt;br /&gt;
author to ask for permission. For software which is copyrighted by the &lt;br /&gt;
Free Software Foundation, write to the Free Software Foundation; we &lt;br /&gt;
sometimes make exceptions for this. Our decision will be guided by the &lt;br /&gt;
two goals of preserving the free status of all derivatives of our free &lt;br /&gt;
software and of promoting the sharing and reuse of software generally. &lt;br /&gt;
&lt;br /&gt;
NO WARRANTY &lt;br /&gt;
&lt;br /&gt;
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY &lt;br /&gt;
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN &lt;br /&gt;
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES &lt;br /&gt;
PROVIDE THE PROGRAM &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER &lt;br /&gt;
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED &lt;br /&gt;
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE &lt;br /&gt;
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH &lt;br /&gt;
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL &lt;br /&gt;
NECESSARY SERVICING, REPAIR OR CORRECTION. &lt;br /&gt;
&lt;br /&gt;
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN &lt;br /&gt;
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY &lt;br /&gt;
AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR &lt;br /&gt;
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL &lt;br /&gt;
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM &lt;br /&gt;
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED &lt;br /&gt;
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF &lt;br /&gt;
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR &lt;br /&gt;
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. &lt;br /&gt;
&lt;br /&gt;
END OF TERMS AND CONDITIONS &lt;br /&gt;
&lt;br /&gt;
How to Apply These Terms to Your New Programs &lt;br /&gt;
&lt;br /&gt;
If you develop a new program, and you want it to be of the greatest &lt;br /&gt;
possible use to the public, the best way to achieve this is to make it &lt;br /&gt;
free software which everyone can redistribute and change under these &lt;br /&gt;
terms. &lt;br /&gt;
&lt;br /&gt;
To do so, attach the following notices to the program. It is safest to &lt;br /&gt;
attach them to the start of each source file to most effectively convey &lt;br /&gt;
the exclusion of warranty; and each file should have at least the &lt;br /&gt;
&amp;quot;copyright&amp;quot; line and a pointer to where the full notice is found. &lt;br /&gt;
&lt;br /&gt;
    One line to give the program&#039;s name and a brief idea of what it does. &lt;br /&gt;
    Copyright (C) &amp;lt;year&amp;gt; &amp;lt;name of author&amp;gt; &lt;br /&gt;
&lt;br /&gt;
    This program is free software; you can redistribute it and/or modify it &lt;br /&gt;
    under the terms of the GNU General Public License as published by the &lt;br /&gt;
    Free Software Foundation; either version 2 of the License, or (at your &lt;br /&gt;
    option) any later version. &lt;br /&gt;
&lt;br /&gt;
    This program is distributed in the hope that it will be useful, but &lt;br /&gt;
    WITHOUT ANY WARRANTY; without even the implied warranty of &lt;br /&gt;
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General &lt;br /&gt;
    Public License for more details. &lt;br /&gt;
&lt;br /&gt;
    You should have received a copy of the GNU General Public License along &lt;br /&gt;
    with this program; if not, write to the Free Software Foundation, Inc., &lt;br /&gt;
    59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &lt;br /&gt;
&lt;br /&gt;
Also add information on how to contact you by electronic and paper mail. &lt;br /&gt;
&lt;br /&gt;
If the program is interactive, make it output a short notice like this &lt;br /&gt;
when it starts in an interactive mode: &lt;br /&gt;
&lt;br /&gt;
    Gnomovision version 69, Copyright (C) year name of author Gnomovision &lt;br /&gt;
    comes with ABSOLUTELY NO WARRANTY; for details type `show w&#039;. This is &lt;br /&gt;
    free software, and you are welcome to redistribute it under certain &lt;br /&gt;
    conditions; type `show c&#039; for details. &lt;br /&gt;
&lt;br /&gt;
The hypothetical commands `show w&#039; and `show c&#039; should show the &lt;br /&gt;
appropriate parts of the General Public License. Of course, the commands &lt;br /&gt;
you use may be called something other than `show w&#039; and `show c&#039;; they &lt;br /&gt;
could even be mouse-clicks or menu items--whatever suits your program. &lt;br /&gt;
&lt;br /&gt;
You should also get your employer (if you work as a programmer) or your &lt;br /&gt;
school, if any, to sign a &amp;quot;copyright disclaimer&amp;quot; for the program, if &lt;br /&gt;
necessary. Here is a sample; alter the names: &lt;br /&gt;
&lt;br /&gt;
    Yoyodyne, Inc., hereby disclaims all copyright interest in the program &lt;br /&gt;
    `Gnomovision&#039; (which makes passes at compilers) written by James Hacker. &lt;br /&gt;
&lt;br /&gt;
    signature of Ty Coon, 1 April 1989&lt;br /&gt;
    Ty Coon, President of Vice &lt;br /&gt;
&lt;br /&gt;
This General Public License does not permit incorporating your program &lt;br /&gt;
into proprietary programs. If your program is a subroutine library, you &lt;br /&gt;
may consider it more useful to permit linking proprietary applications &lt;br /&gt;
with the library. If this is what you want to do, use the GNU Library &lt;br /&gt;
General Public License instead of this License.&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&amp;quot;CLASSPATH&amp;quot; EXCEPTION TO THE GPL VERSION 2 &lt;br /&gt;
&lt;br /&gt;
Certain source files distributed by Oracle are subject to the following &lt;br /&gt;
clarification and special exception to the GPL Version 2, but only where &lt;br /&gt;
Oracle has expressly included in the particular source file&#039;s header the &lt;br /&gt;
words &amp;quot;Oracle designates this particular file as subject to the &lt;br /&gt;
&amp;quot;Classpath&amp;quot; exception as provided by Oracle in the License file that &lt;br /&gt;
accompanied this code.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Linking this library statically or dynamically with other modules is &lt;br /&gt;
making a combined work based on this library. Thus, the terms and &lt;br /&gt;
conditions of the GNU General Public License Version 2 cover the whole &lt;br /&gt;
combination. &lt;br /&gt;
&lt;br /&gt;
As a special exception, the copyright holders of this library give you &lt;br /&gt;
permission to link this library with independent modules to produce an &lt;br /&gt;
executable, regardless of the license terms of these independent &lt;br /&gt;
modules, and to copy and distribute the resulting executable under terms &lt;br /&gt;
of your choice, provided that you also meet, for each linked independent &lt;br /&gt;
module, the terms and conditions of the license of that module. An &lt;br /&gt;
independent module is a module which is not derived from or based on &lt;br /&gt;
this library. If you modify this library, you may extend this exception &lt;br /&gt;
to your version of the library, but you are not obligated to do so. If &lt;br /&gt;
you do not wish to do so, delete this exception statement from your &lt;br /&gt;
version. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3426</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3426"/>
		<updated>2017-11-07T12:11:27Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Nebula Project]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| org.eclipse.nebula.*&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Mylyn Docs WikiText]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the&lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any&lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction&lt;br /&gt;
of the Federal Courts of the Northern District of California and the&lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara&lt;br /&gt;
County, California.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3425</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3425"/>
		<updated>2017-11-07T12:01:32Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/jax-rs/api JAX-RS API]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.0.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the&lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any&lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction&lt;br /&gt;
of the Federal Courts of the Northern District of California and the&lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara&lt;br /&gt;
County, California.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3424</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3424"/>
		<updated>2017-11-07T11:58:43Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://beanvalidation.org/ Bean Validation API]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.1.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the&lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any&lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction&lt;br /&gt;
of the Federal Courts of the Northern District of California and the&lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara&lt;br /&gt;
County, California.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3423</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3423"/>
		<updated>2017-11-07T11:56:56Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://javaee.github.io/servlet-spec/ Java Servlet Specification]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the&lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any&lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction&lt;br /&gt;
of the Federal Courts of the Northern District of California and the&lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara&lt;br /&gt;
County, California.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3422</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3422"/>
		<updated>2017-11-07T11:52:16Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/stephenc/jcip-annotations JCIP Annotations]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the&lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any&lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction&lt;br /&gt;
of the Federal Courts of the Northern District of California and the&lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara&lt;br /&gt;
County, California.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3421</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3421"/>
		<updated>2017-11-07T11:40:57Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* HSQLDB Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the&lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any&lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction&lt;br /&gt;
of the Federal Courts of the Northern District of California and the&lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara&lt;br /&gt;
County, California.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bouncycastle License ==&lt;br /&gt;
&lt;br /&gt;
* https://www.bouncycastle.org/licence.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining&lt;br /&gt;
a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
to deal in the Software without restriction, including without limitation&lt;br /&gt;
the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be&lt;br /&gt;
included in all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,&lt;br /&gt;
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES&lt;br /&gt;
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE ANDNONINFRINGEMENT.&lt;br /&gt;
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY&lt;br /&gt;
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3420</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3420"/>
		<updated>2017-11-07T11:39:09Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://www.bouncycastle.org/licence.html Bouncycastle Java]&lt;br /&gt;
| [[#Bouncycastle License|Bouncycastle License]]&lt;br /&gt;
| 1.38.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the&lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any&lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction&lt;br /&gt;
of the Federal Courts of the Northern District of California and the&lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara&lt;br /&gt;
County, California.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
	<entry>
		<id>https://dev.simantics.org/index.php?title=Licensing&amp;diff=3419</id>
		<title>Licensing</title>
		<link rel="alternate" type="text/html" href="https://dev.simantics.org/index.php?title=Licensing&amp;diff=3419"/>
		<updated>2017-11-07T11:35:47Z</updated>

		<summary type="html">&lt;p&gt;Tuukka Lehtonen: /* Simantics Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Simantics Licenses ==&lt;br /&gt;
&lt;br /&gt;
Simantics Platform is licensed under [[#Eclipse Public License|Eclipse Public License]]. The license does not have to apply to 3rd party applications and plug-ins that are integrated with Simantics. That means, an application built on Simantics can be e.g. a commercial, closed code. Or it can be an open source product. In any case, the application and plug-in licensing have to respect Simantics licensing. E.g. if a plug-in component uses a so-called &amp;quot;Strict GPL&amp;quot;, the integration with Simantics has to be done with extra care; the GPL licensed software can&#039;t influence the licensing of Simantics platform. For commercial products, the application or plug-in has to be clearly separated from the platform and all the integration code needed in the Simantics platform side has to be licensed under Eclipse Public License (EPL).&lt;br /&gt;
&lt;br /&gt;
On [http://www.gnu.org/philosophy/license-list.html GNU Operating System] website there is an excellent description of different free and open source licenses and their differences in a nut shell. Another website worth mentioning is [http://www.opensource.org/ Open Source Initiative]. From this side you can find information about open source software development and licensing.&lt;br /&gt;
&lt;br /&gt;
Simantics depends on a few third party components which have license other than EPL. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; &amp;quot;style=&amp;quot;background:transparent; text-align:left;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #eeeeee;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Component &lt;br /&gt;
! align=&amp;quot;left&amp;quot; style=&amp;quot;width: 20em&amp;quot;|License&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Notes&lt;br /&gt;
|- &lt;br /&gt;
| [https://www.simantics.org/simantics Simantics Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Simantics plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.eclipse.org/ Eclipse Platform]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| All Eclipse plugins&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.cs.wustl.edu/~schmidt/ACE.html ACE - Adaptive Communications Environment]&lt;br /&gt;
| [[#ACE license|ACE License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jcraft.com/jzlib/ JZlib]&lt;br /&gt;
| [[#JZLib License|JZLib License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://xmlgraphics.apache.org/batik/ Batik] (org.apache.batik)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://logging.apache.org/log4j/index.html Log4j] (org.apache.log4j)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.slf4j.org/ SLF4J]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
|  &amp;lt;pre&amp;gt;Copyright (c) 2004-2017 QOS.ch&lt;br /&gt;
All rights reserved.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://logback.qos.ch/ Logback]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.json.org/ JSON] (JSON_libraries)&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://itextpdf.com/ iText] (com.lowagie.text)&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| The 2.1 series allows using either LGPL [http://www.lowagie.com/iText/lgpl.txt] or MPL [http://www.lowagie.com/iText/MPL-1.1.txt]. We use the library with the LGPL. According to the [http://www.lowagie.com/iText/download.html iText license agreement] we must mention that iText has the possibility to use MPL as an alternative license.&lt;br /&gt;
|- &lt;br /&gt;
| [https://svgsalamander.dev.java.net/ SVG Salamander]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [http://www.jfree.org/jcommon/ JCommon], [http://www.jfree.org/jfreechart/ JFreeChart]&lt;br /&gt;
| [[#LGPL|LGPL]]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://trove4j.sourceforge.net/ GNU Trove] (gnu.trove2, gnu.trove3)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[#LGPL|LGPL]]&lt;br /&gt;
| [http://trove4j.sourceforge.net/html/license.html Original license text]. &lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL). &lt;br /&gt;
Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided &amp;quot;as is&amp;quot; without expressed or implied warranty.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.fastlz.org/ FastLZ]&lt;br /&gt;
| [[#MIT License|MIT License]]&lt;br /&gt;
| SVN revision 12&amp;lt;pre&amp;gt;&lt;br /&gt;
FastLZ - lightning-fast lossless compression library&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4 LZ4 - Extremely Fast Compression algorithm]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;LZ4 Library&lt;br /&gt;
Copyright (c) 2011-2016, Yann Collet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/lz4/lz4-java LZ4 compression for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.3.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://www.famfamfam.com/lab/icons/silk/ FamFamFam Silk Icons by Mark James]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| 1.3&lt;br /&gt;
|- &lt;br /&gt;
| [http://damieng.com/creative/icons/silk-companion-1-icons Silk Companion 1 (more Silk icons) by Damien Guard]&lt;br /&gt;
| [[#Creative Commons Attribution 2.5 License|Creative Commons Attribution 2.5 License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://www.eclipse.org/collections/ Eclipse Collections]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| 8.1.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://fastutil.di.unimi.it/ fastutil: Fast &amp;amp; compact type-specific collections for Java]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 7.2.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://asm.ow2.org/ ASM]&lt;br /&gt;
| [[#INRIA License|INRIA License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://eclipse.org/jetty/ Jetty]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.graphviz.org/ Graphviz]&lt;br /&gt;
| [[#Eclipse Public License|EPL]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.jdom.org/ JDOM]&lt;br /&gt;
| [[#JDOM License|JDOM License]]&lt;br /&gt;
| 2.0.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/google/guava Guava]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 21.0&lt;br /&gt;
|- &lt;br /&gt;
| [http://aries.apache.org/Apache Aries]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache Commons Codec]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.10&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-collections/ Apache Commons Collections]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.2.2, 4.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-compress/ Apache Commons Compress]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.12&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-io/ Apache Commons IO]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-lang/ Apache Commons Lang]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-logging/ Apache Commons Logging]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2, only needed by Apache POI&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://commons.apache.org/proper/commons-math/ Apache Commons Math]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.6.1&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hc.apache.org/httpclient-3.x/ Apache HttpClient 3]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://poi.apache.org Apache POI]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.15&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://www.antlr3.org/ ANTLR v3]&lt;br /&gt;
| [[#ANTLR 3 License|ANTLR 3 License]]&lt;br /&gt;
| 3.5.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://lucene.apache.org/core/ Apache Lucene Core]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.9.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://pdfbox.apache.org/ Apache PDFBox, FontBox &amp;amp; XMPBox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.0.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://xmlbeans.apache.org/ Apache XMLBeans]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.6.0, only needed by Apache POI &lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/virtuald/curvesapi curvesapi]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]] (https://github.com/virtuald/curvesapi/blob/master/license.txt), [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.04, only needed by Apache POI.&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2005, Graph Builder.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ini4j.sourceforge.net/ ini4j]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 0.5.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://freemarker.apache.org/ FreeMarker]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.3.23&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/java-native-access/jna JNA]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 4.1.0&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/jackson Jackson] Components&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.8.8&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/woodstox Woodstox]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 5.x&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/FasterXML/stax2-api stax2-api]&lt;br /&gt;
| [[#BSD 2-Clause License|BSD 2-Clause License]]&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/leventov/Koloboke Koloboke Collections &amp;amp; Compile]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 1.2.3&lt;br /&gt;
|- &lt;br /&gt;
| [https://github.com/EsotericSoftware/kryo Kryo]&lt;br /&gt;
| [[#BSD 3-Clause License|BSD 3-Clause License]]&lt;br /&gt;
| 4.0.0&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright (c) 2008, Nathan Sweet&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://jackcess.sourceforge.net/ Jackcess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.1.3&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://ucanaccess.sourceforge.net/site.html UCanAccess]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 3.0.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jersey.github.io/ Jersey]&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 2.25&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://objenesis.org/ Objenesis]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.2&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://super-csv.github.io/super-csv/index.html Super CSV]&lt;br /&gt;
| [[#Apache Software License 2.0|Apache Software License 2.0]]&lt;br /&gt;
| 2.4&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/mozilla/rhino Rhino]&lt;br /&gt;
| [[#Mozilla Public License 2.0|Mozilla Public License 2.0]] (https://github.com/mozilla/rhino/blob/master/LICENSE.txt)&lt;br /&gt;
| 1.7.7&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://github.com/kohsuke/mimepull mimepull] - Pull API for parsing MIME messages&lt;br /&gt;
| [[#CDDL 1.1|CDDL 1.1]]&lt;br /&gt;
| 1.9.6&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [https://jsoup.org/ jsoup]&lt;br /&gt;
| [[#MIT License|MIT License]] (https://jsoup.org/license)&lt;br /&gt;
| 1.8.3&lt;br /&gt;
&amp;lt;pre&amp;gt;Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://hsqldb.org/ HSQLDB]&lt;br /&gt;
| [[#HSQLDB Licenses|HSQLDB Licenses]]&lt;br /&gt;
| 2.3.1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eclipse Public License ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THIS TEXT IS COPIED AS IS FROM THE ECLIPSE WEBSITE ON SEP 28, 2010 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ================================================================== --&amp;gt;&lt;br /&gt;
[http://www.eclipse.org/org/documents/epl-v10.html http://www.eclipse.org/org/documents/epl-v10.html]&lt;br /&gt;
&lt;br /&gt;
Eclipse Public License - v 1.0. &lt;br /&gt;
&lt;br /&gt;
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&amp;quot;AGREEMENT&amp;quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&#039;S ACCEPTANCE OF THIS AGREEMENT.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. DEFINITIONS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contribution&amp;quot; means:&lt;br /&gt;
&lt;br /&gt;
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and&lt;br /&gt;
&lt;br /&gt;
b) in the case of each subsequent Contributor:&lt;br /&gt;
&lt;br /&gt;
i) changes to the Program, and&lt;br /&gt;
&lt;br /&gt;
ii) additions to the Program;&lt;br /&gt;
&lt;br /&gt;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &#039;originates&#039; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&#039;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Contributor&amp;quot; means any person or entity that distributes the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Licensed Patents&amp;quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Program&amp;quot; means the Contributions distributed in accordance with this Agreement.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Recipient&amp;quot; means anyone who receives the Program under this Agreement, including all Contributors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. GRANT OF RIGHTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.&lt;br /&gt;
&lt;br /&gt;
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.&lt;br /&gt;
&lt;br /&gt;
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&#039;s responsibility to acquire that license before distributing the Program.&lt;br /&gt;
&lt;br /&gt;
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. REQUIREMENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:&lt;br /&gt;
&lt;br /&gt;
a) it complies with the terms and conditions of this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) its license agreement:&lt;br /&gt;
&lt;br /&gt;
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;&lt;br /&gt;
&lt;br /&gt;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;&lt;br /&gt;
&lt;br /&gt;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and&lt;br /&gt;
&lt;br /&gt;
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
When the Program is made available in source code form:&lt;br /&gt;
&lt;br /&gt;
a) it must be made available under this Agreement; and&lt;br /&gt;
&lt;br /&gt;
b) a copy of this Agreement must be included with each copy of the Program.&lt;br /&gt;
&lt;br /&gt;
Contributors may not remove or alter any copyright notices contained within the Program.&lt;br /&gt;
&lt;br /&gt;
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. COMMERCIAL DISTRIBUTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&amp;quot;Commercial Contributor&amp;quot;) hereby agrees to defend and indemnify every other Contributor (&amp;quot;Indemnified Contributor&amp;quot;) against any losses, damages and costs (collectively &amp;quot;Losses&amp;quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.&lt;br /&gt;
&lt;br /&gt;
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&#039;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. NO WARRANTY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. DISCLAIMER OF LIABILITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7. GENERAL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&#039;s patent(s), then such Recipient&#039;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
All Recipient&#039;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&#039;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&#039;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.&lt;br /&gt;
&lt;br /&gt;
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.&lt;br /&gt;
&lt;br /&gt;
== LGPL ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.html http://www.gnu.org/copyleft/lesser.html]&lt;br /&gt;
&lt;br /&gt;
GNU LESSER GENERAL PUBLIC LICENSE&lt;br /&gt;
&lt;br /&gt;
Version 3, 29 June 2007&lt;br /&gt;
&lt;br /&gt;
Copyright © 2007 Free Software Foundation, Inc. &amp;lt;http://fsf.org/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.&lt;br /&gt;
&lt;br /&gt;
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;0. Additional Definitions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.&lt;br /&gt;
&lt;br /&gt;
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.&lt;br /&gt;
&lt;br /&gt;
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.&lt;br /&gt;
&lt;br /&gt;
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.&lt;br /&gt;
&lt;br /&gt;
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Exception to Section 3 of the GNU GPL.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Conveying Modified Versions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:&lt;br /&gt;
&lt;br /&gt;
* a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or&lt;br /&gt;
* b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Object Code Incorporating Material from Library Header Files.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the object code with a copy of the GNU GPL and this license document.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Combined Works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.&lt;br /&gt;
* b) Accompany the Combined Work with a copy of the GNU GPL and this license document.&lt;br /&gt;
* c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.&lt;br /&gt;
* d) Do one of the following:&lt;br /&gt;
** 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.&lt;br /&gt;
** 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user&#039;s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.&lt;br /&gt;
* e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Combined Libraries.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:&lt;br /&gt;
&lt;br /&gt;
* a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.&lt;br /&gt;
* b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Revised Versions of the GNU Lesser General Public License.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.&lt;br /&gt;
&lt;br /&gt;
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.&lt;br /&gt;
&lt;br /&gt;
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy&#039;s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.&lt;br /&gt;
&lt;br /&gt;
== JZLib License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jcraft.com/jzlib/LICENSE.txt http://www.jcraft.com/jzlib/LICENSE.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched &lt;br /&gt;
over to a BSD-style license. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
  1. Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
     this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
  2. Redistributions in binary form must reproduce the above copyright &lt;br /&gt;
     notice, this list of conditions and the following disclaimer in &lt;br /&gt;
     the documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
  3. The names of the authors may not be used to endorse or promote products&lt;br /&gt;
     derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED WARRANTIES,&lt;br /&gt;
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,&lt;br /&gt;
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,&lt;br /&gt;
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,&lt;br /&gt;
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,&lt;br /&gt;
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apache Software License 2.0  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.apache.org/licenses/LICENSE-2.0.txt http://www.apache.org/licenses/LICENSE-2.0.txt]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                 Apache License&lt;br /&gt;
                           Version 2.0, January 2004&lt;br /&gt;
                        http://www.apache.org/licenses/&lt;br /&gt;
&lt;br /&gt;
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&lt;br /&gt;
&lt;br /&gt;
   1. Definitions.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;License&amp;quot; shall mean the terms and conditions for use, reproduction,&lt;br /&gt;
      and distribution as defined by Sections 1 through 9 of this document.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Licensor&amp;quot; shall mean the copyright owner or entity authorized by&lt;br /&gt;
      the copyright owner that is granting the License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Legal Entity&amp;quot; shall mean the union of the acting entity and all&lt;br /&gt;
      other entities that control, are controlled by, or are under common&lt;br /&gt;
      control with that entity. For the purposes of this definition,&lt;br /&gt;
      &amp;quot;control&amp;quot; means (i) the power, direct or indirect, to cause the&lt;br /&gt;
      direction or management of such entity, whether by contract or&lt;br /&gt;
      otherwise, or (ii) ownership of fifty percent (50%) or more of the&lt;br /&gt;
      outstanding shares, or (iii) beneficial ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) shall mean an individual or Legal Entity&lt;br /&gt;
      exercising permissions granted by this License.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Source&amp;quot; form shall mean the preferred form for making modifications,&lt;br /&gt;
      including but not limited to software source code, documentation&lt;br /&gt;
      source, and configuration files.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Object&amp;quot; form shall mean any form resulting from mechanical&lt;br /&gt;
      transformation or translation of a Source form, including but&lt;br /&gt;
      not limited to compiled object code, generated documentation,&lt;br /&gt;
      and conversions to other media types.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Work&amp;quot; shall mean the work of authorship, whether in Source or&lt;br /&gt;
      Object form, made available under the License, as indicated by a&lt;br /&gt;
      copyright notice that is included in or attached to the work&lt;br /&gt;
      (an example is provided in the Appendix below).&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Derivative Works&amp;quot; shall mean any work, whether in Source or Object&lt;br /&gt;
      form, that is based on (or derived from) the Work and for which the&lt;br /&gt;
      editorial revisions, annotations, elaborations, or other modifications&lt;br /&gt;
      represent, as a whole, an original work of authorship. For the purposes&lt;br /&gt;
      of this License, Derivative Works shall not include works that remain&lt;br /&gt;
      separable from, or merely link (or bind by name) to the interfaces of,&lt;br /&gt;
      the Work and Derivative Works thereof.&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contribution&amp;quot; shall mean any work of authorship, including&lt;br /&gt;
      the original version of the Work and any modifications or additions&lt;br /&gt;
      to that Work or Derivative Works thereof, that is intentionally&lt;br /&gt;
      submitted to Licensor for inclusion in the Work by the copyright owner&lt;br /&gt;
      or by an individual or Legal Entity authorized to submit on behalf of&lt;br /&gt;
      the copyright owner. For the purposes of this definition, &amp;quot;submitted&amp;quot;&lt;br /&gt;
      means any form of electronic, verbal, or written communication sent&lt;br /&gt;
      to the Licensor or its representatives, including but not limited to&lt;br /&gt;
      communication on electronic mailing lists, source code control systems,&lt;br /&gt;
      and issue tracking systems that are managed by, or on behalf of, the&lt;br /&gt;
      Licensor for the purpose of discussing and improving the Work, but&lt;br /&gt;
      excluding communication that is conspicuously marked or otherwise&lt;br /&gt;
      designated in writing by the copyright owner as &amp;quot;Not a Contribution.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
      &amp;quot;Contributor&amp;quot; shall mean Licensor and any individual or Legal Entity&lt;br /&gt;
      on behalf of whom a Contribution has been received by Licensor and&lt;br /&gt;
      subsequently incorporated within the Work.&lt;br /&gt;
&lt;br /&gt;
   2. Grant of Copyright License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      copyright license to reproduce, prepare Derivative Works of,&lt;br /&gt;
      publicly display, publicly perform, sublicense, and distribute the&lt;br /&gt;
      Work and such Derivative Works in Source or Object form.&lt;br /&gt;
&lt;br /&gt;
   3. Grant of Patent License. Subject to the terms and conditions of&lt;br /&gt;
      this License, each Contributor hereby grants to You a perpetual,&lt;br /&gt;
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable&lt;br /&gt;
      (except as stated in this section) patent license to make, have made,&lt;br /&gt;
      use, offer to sell, sell, import, and otherwise transfer the Work,&lt;br /&gt;
      where such license applies only to those patent claims licensable&lt;br /&gt;
      by such Contributor that are necessarily infringed by their&lt;br /&gt;
      Contribution(s) alone or by combination of their Contribution(s)&lt;br /&gt;
      with the Work to which such Contribution(s) was submitted. If You&lt;br /&gt;
      institute patent litigation against any entity (including a&lt;br /&gt;
      cross-claim or counterclaim in a lawsuit) alleging that the Work&lt;br /&gt;
      or a Contribution incorporated within the Work constitutes direct&lt;br /&gt;
      or contributory patent infringement, then any patent licenses&lt;br /&gt;
      granted to You under this License for that Work shall terminate&lt;br /&gt;
      as of the date such litigation is filed.&lt;br /&gt;
&lt;br /&gt;
   4. Redistribution. You may reproduce and distribute copies of the&lt;br /&gt;
      Work or Derivative Works thereof in any medium, with or without&lt;br /&gt;
      modifications, and in Source or Object form, provided that You&lt;br /&gt;
      meet the following conditions:&lt;br /&gt;
&lt;br /&gt;
      (a) You must give any other recipients of the Work or&lt;br /&gt;
          Derivative Works a copy of this License; and&lt;br /&gt;
&lt;br /&gt;
      (b) You must cause any modified files to carry prominent notices&lt;br /&gt;
          stating that You changed the files; and&lt;br /&gt;
&lt;br /&gt;
      (c) You must retain, in the Source form of any Derivative Works&lt;br /&gt;
          that You distribute, all copyright, patent, trademark, and&lt;br /&gt;
          attribution notices from the Source form of the Work,&lt;br /&gt;
          excluding those notices that do not pertain to any part of&lt;br /&gt;
          the Derivative Works; and&lt;br /&gt;
&lt;br /&gt;
      (d) If the Work includes a &amp;quot;NOTICE&amp;quot; text file as part of its&lt;br /&gt;
          distribution, then any Derivative Works that You distribute must&lt;br /&gt;
          include a readable copy of the attribution notices contained&lt;br /&gt;
          within such NOTICE file, excluding those notices that do not&lt;br /&gt;
          pertain to any part of the Derivative Works, in at least one&lt;br /&gt;
          of the following places: within a NOTICE text file distributed&lt;br /&gt;
          as part of the Derivative Works; within the Source form or&lt;br /&gt;
          documentation, if provided along with the Derivative Works; or,&lt;br /&gt;
          within a display generated by the Derivative Works, if and&lt;br /&gt;
          wherever such third-party notices normally appear. The contents&lt;br /&gt;
          of the NOTICE file are for informational purposes only and&lt;br /&gt;
          do not modify the License. You may add Your own attribution&lt;br /&gt;
          notices within Derivative Works that You distribute, alongside&lt;br /&gt;
          or as an addendum to the NOTICE text from the Work, provided&lt;br /&gt;
          that such additional attribution notices cannot be construed&lt;br /&gt;
          as modifying the License.&lt;br /&gt;
&lt;br /&gt;
      You may add Your own copyright statement to Your modifications and&lt;br /&gt;
      may provide additional or different license terms and conditions&lt;br /&gt;
      for use, reproduction, or distribution of Your modifications, or&lt;br /&gt;
      for any such Derivative Works as a whole, provided Your use,&lt;br /&gt;
      reproduction, and distribution of the Work otherwise complies with&lt;br /&gt;
      the conditions stated in this License.&lt;br /&gt;
&lt;br /&gt;
   5. Submission of Contributions. Unless You explicitly state otherwise,&lt;br /&gt;
      any Contribution intentionally submitted for inclusion in the Work&lt;br /&gt;
      by You to the Licensor shall be under the terms and conditions of&lt;br /&gt;
      this License, without any additional terms or conditions.&lt;br /&gt;
      Notwithstanding the above, nothing herein shall supersede or modify&lt;br /&gt;
      the terms of any separate license agreement you may have executed&lt;br /&gt;
      with Licensor regarding such Contributions.&lt;br /&gt;
&lt;br /&gt;
   6. Trademarks. This License does not grant permission to use the trade&lt;br /&gt;
      names, trademarks, service marks, or product names of the Licensor,&lt;br /&gt;
      except as required for reasonable and customary use in describing the&lt;br /&gt;
      origin of the Work and reproducing the content of the NOTICE file.&lt;br /&gt;
&lt;br /&gt;
   7. Disclaimer of Warranty. Unless required by applicable law or&lt;br /&gt;
      agreed to in writing, Licensor provides the Work (and each&lt;br /&gt;
      Contributor provides its Contributions) on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or&lt;br /&gt;
      implied, including, without limitation, any warranties or conditions&lt;br /&gt;
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A&lt;br /&gt;
      PARTICULAR PURPOSE. You are solely responsible for determining the&lt;br /&gt;
      appropriateness of using or redistributing the Work and assume any&lt;br /&gt;
      risks associated with Your exercise of permissions under this License.&lt;br /&gt;
&lt;br /&gt;
   8. Limitation of Liability. In no event and under no legal theory,&lt;br /&gt;
      whether in tort (including negligence), contract, or otherwise,&lt;br /&gt;
      unless required by applicable law (such as deliberate and grossly&lt;br /&gt;
      negligent acts) or agreed to in writing, shall any Contributor be&lt;br /&gt;
      liable to You for damages, including any direct, indirect, special,&lt;br /&gt;
      incidental, or consequential damages of any character arising as a&lt;br /&gt;
      result of this License or out of the use or inability to use the&lt;br /&gt;
      Work (including but not limited to damages for loss of goodwill,&lt;br /&gt;
      work stoppage, computer failure or malfunction, or any and all&lt;br /&gt;
      other commercial damages or losses), even if such Contributor&lt;br /&gt;
      has been advised of the possibility of such damages.&lt;br /&gt;
&lt;br /&gt;
   9. Accepting Warranty or Additional Liability. While redistributing&lt;br /&gt;
      the Work or Derivative Works thereof, You may choose to offer,&lt;br /&gt;
      and charge a fee for, acceptance of support, warranty, indemnity,&lt;br /&gt;
      or other liability obligations and/or rights consistent with this&lt;br /&gt;
      License. However, in accepting such obligations, You may act only&lt;br /&gt;
      on Your own behalf and on Your sole responsibility, not on behalf&lt;br /&gt;
      of any other Contributor, and only if You agree to indemnify,&lt;br /&gt;
      defend, and hold each Contributor harmless for any liability&lt;br /&gt;
      incurred by, or claims asserted against, such Contributor by reason&lt;br /&gt;
      of your accepting any such warranty or additional liability.&lt;br /&gt;
&lt;br /&gt;
   END OF TERMS AND CONDITIONS&lt;br /&gt;
&lt;br /&gt;
   APPENDIX: How to apply the Apache License to your work.&lt;br /&gt;
&lt;br /&gt;
      To apply the Apache License to your work, attach the following&lt;br /&gt;
      boilerplate notice, with the fields enclosed by brackets &amp;quot;[]&amp;quot;&lt;br /&gt;
      replaced with your own identifying information. (Don&#039;t include&lt;br /&gt;
      the brackets!)  The text should be enclosed in the appropriate&lt;br /&gt;
      comment syntax for the file format. We also recommend that a&lt;br /&gt;
      file or class name and description of purpose be included on the&lt;br /&gt;
      same &amp;quot;printed page&amp;quot; as the copyright notice for easier&lt;br /&gt;
      identification within third-party archives.&lt;br /&gt;
&lt;br /&gt;
   Copyright [yyyy] [name of copyright owner]&lt;br /&gt;
&lt;br /&gt;
   Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
   you may not use this file except in compliance with the License.&lt;br /&gt;
   You may obtain a copy of the License at&lt;br /&gt;
&lt;br /&gt;
       http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
&lt;br /&gt;
   Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
   distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
   See the License for the specific language governing permissions and&lt;br /&gt;
   limitations under the License.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ACE License ==&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.wustl.edu/~schmidt/ACE-copying.html http://www.cs.wustl.edu/~schmidt/ACE-copying.html]&lt;br /&gt;
 Copyright (c) 2000-2005 INRIA, France Telecom&lt;br /&gt;
 All rights reserved. &lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met: &lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer. &lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
    documentation and/or other materials provided with the distribution.&lt;br /&gt;
 &lt;br /&gt;
 3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
    contributors may be used to endorse or promote products derived from&lt;br /&gt;
    this software without specific prior written permission. &lt;br /&gt;
 &lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
&lt;br /&gt;
== MIT License ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) &amp;lt;year&amp;gt; &amp;lt;copyright holders&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
THE SOFTWARE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mozilla Public License 2.0 ==&lt;br /&gt;
&lt;br /&gt;
* https://www.mozilla.org/en-US/MPL/2.0/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Mozilla Public License Version 2.0&lt;br /&gt;
==================================&lt;br /&gt;
&lt;br /&gt;
1. Definitions&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
1.1. &amp;quot;Contributor&amp;quot;&lt;br /&gt;
    means each individual or legal entity that creates, contributes to&lt;br /&gt;
    the creation of, or owns Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.2. &amp;quot;Contributor Version&amp;quot;&lt;br /&gt;
    means the combination of the Contributions of others (if any) used&lt;br /&gt;
    by a Contributor and that particular Contributor&#039;s Contribution.&lt;br /&gt;
&lt;br /&gt;
1.3. &amp;quot;Contribution&amp;quot;&lt;br /&gt;
    means Covered Software of a particular Contributor.&lt;br /&gt;
&lt;br /&gt;
1.4. &amp;quot;Covered Software&amp;quot;&lt;br /&gt;
    means Source Code Form to which the initial Contributor has attached&lt;br /&gt;
    the notice in Exhibit A, the Executable Form of such Source Code&lt;br /&gt;
    Form, and Modifications of such Source Code Form, in each case&lt;br /&gt;
    including portions thereof.&lt;br /&gt;
&lt;br /&gt;
1.5. &amp;quot;Incompatible With Secondary Licenses&amp;quot;&lt;br /&gt;
    means&lt;br /&gt;
&lt;br /&gt;
    (a) that the initial Contributor has attached the notice described&lt;br /&gt;
        in Exhibit B to the Covered Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) that the Covered Software was made available under the terms of&lt;br /&gt;
        version 1.1 or earlier of the License, but not also under the&lt;br /&gt;
        terms of a Secondary License.&lt;br /&gt;
&lt;br /&gt;
1.6. &amp;quot;Executable Form&amp;quot;&lt;br /&gt;
    means any form of the work other than Source Code Form.&lt;br /&gt;
&lt;br /&gt;
1.7. &amp;quot;Larger Work&amp;quot;&lt;br /&gt;
    means a work that combines Covered Software with other material, in &lt;br /&gt;
    a separate file or files, that is not Covered Software.&lt;br /&gt;
&lt;br /&gt;
1.8. &amp;quot;License&amp;quot;&lt;br /&gt;
    means this document.&lt;br /&gt;
&lt;br /&gt;
1.9. &amp;quot;Licensable&amp;quot;&lt;br /&gt;
    means having the right to grant, to the maximum extent possible,&lt;br /&gt;
    whether at the time of the initial grant or subsequently, any and&lt;br /&gt;
    all of the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
1.10. &amp;quot;Modifications&amp;quot;&lt;br /&gt;
    means any of the following:&lt;br /&gt;
&lt;br /&gt;
    (a) any file in Source Code Form that results from an addition to,&lt;br /&gt;
        deletion from, or modification of the contents of Covered&lt;br /&gt;
        Software; or&lt;br /&gt;
&lt;br /&gt;
    (b) any new file in Source Code Form that contains any Covered&lt;br /&gt;
        Software.&lt;br /&gt;
&lt;br /&gt;
1.11. &amp;quot;Patent Claims&amp;quot; of a Contributor&lt;br /&gt;
    means any patent claim(s), including without limitation, method,&lt;br /&gt;
    process, and apparatus claims, in any patent Licensable by such&lt;br /&gt;
    Contributor that would be infringed, but for the grant of the&lt;br /&gt;
    License, by the making, using, selling, offering for sale, having&lt;br /&gt;
    made, import, or transfer of either its Contributions or its&lt;br /&gt;
    Contributor Version.&lt;br /&gt;
&lt;br /&gt;
1.12. &amp;quot;Secondary License&amp;quot;&lt;br /&gt;
    means either the GNU General Public License, Version 2.0, the GNU&lt;br /&gt;
    Lesser General Public License, Version 2.1, the GNU Affero General&lt;br /&gt;
    Public License, Version 3.0, or any later versions of those&lt;br /&gt;
    licenses.&lt;br /&gt;
&lt;br /&gt;
1.13. &amp;quot;Source Code Form&amp;quot;&lt;br /&gt;
    means the form of the work preferred for making modifications.&lt;br /&gt;
&lt;br /&gt;
1.14. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;)&lt;br /&gt;
    means an individual or a legal entity exercising rights under this&lt;br /&gt;
    License. For legal entities, &amp;quot;You&amp;quot; includes any entity that&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants and Conditions&lt;br /&gt;
--------------------------------&lt;br /&gt;
&lt;br /&gt;
2.1. Grants&lt;br /&gt;
&lt;br /&gt;
Each Contributor hereby grants You a world-wide, royalty-free,&lt;br /&gt;
non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
(a) under intellectual property rights (other than patent or trademark)&lt;br /&gt;
    Licensable by such Contributor to use, reproduce, make available,&lt;br /&gt;
    modify, display, perform, distribute, and otherwise exploit its&lt;br /&gt;
    Contributions, either on an unmodified basis, with Modifications, or&lt;br /&gt;
    as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
(b) under Patent Claims of such Contributor to make, use, sell, offer&lt;br /&gt;
    for sale, have made, import, and otherwise transfer either its&lt;br /&gt;
    Contributions or its Contributor Version.&lt;br /&gt;
&lt;br /&gt;
2.2. Effective Date&lt;br /&gt;
&lt;br /&gt;
The licenses granted in Section 2.1 with respect to any Contribution&lt;br /&gt;
become effective for each Contribution on the date the Contributor first&lt;br /&gt;
distributes such Contribution.&lt;br /&gt;
&lt;br /&gt;
2.3. Limitations on Grant Scope&lt;br /&gt;
&lt;br /&gt;
The licenses granted in this Section 2 are the only rights granted under&lt;br /&gt;
this License. No additional rights or licenses will be implied from the&lt;br /&gt;
distribution or licensing of Covered Software under this License.&lt;br /&gt;
Notwithstanding Section 2.1(b) above, no patent license is granted by a&lt;br /&gt;
Contributor:&lt;br /&gt;
&lt;br /&gt;
(a) for any code that a Contributor has removed from Covered Software;&lt;br /&gt;
    or&lt;br /&gt;
&lt;br /&gt;
(b) for infringements caused by: (i) Your and any other third party&#039;s&lt;br /&gt;
    modifications of Covered Software, or (ii) the combination of its&lt;br /&gt;
    Contributions with other software (except as part of its Contributor&lt;br /&gt;
    Version); or&lt;br /&gt;
&lt;br /&gt;
(c) under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    its Contributions.&lt;br /&gt;
&lt;br /&gt;
This License does not grant any rights in the trademarks, service marks,&lt;br /&gt;
or logos of any Contributor (except as may be necessary to comply with&lt;br /&gt;
the notice requirements in Section 3.4).&lt;br /&gt;
&lt;br /&gt;
2.4. Subsequent Licenses&lt;br /&gt;
&lt;br /&gt;
No Contributor makes additional grants as a result of Your choice to&lt;br /&gt;
distribute the Covered Software under a subsequent version of this&lt;br /&gt;
License (see Section 10.2) or under the terms of a Secondary License (if&lt;br /&gt;
permitted under the terms of Section 3.3).&lt;br /&gt;
&lt;br /&gt;
2.5. Representation&lt;br /&gt;
&lt;br /&gt;
Each Contributor represents that the Contributor believes its&lt;br /&gt;
Contributions are its original creation(s) or it has sufficient rights&lt;br /&gt;
to grant the rights to its Contributions conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
2.6. Fair Use&lt;br /&gt;
&lt;br /&gt;
This License is not intended to limit any rights You have under&lt;br /&gt;
applicable copyright doctrines of fair use, fair dealing, or other&lt;br /&gt;
equivalents.&lt;br /&gt;
&lt;br /&gt;
2.7. Conditions&lt;br /&gt;
&lt;br /&gt;
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted&lt;br /&gt;
in Section 2.1.&lt;br /&gt;
&lt;br /&gt;
3. Responsibilities&lt;br /&gt;
-------------------&lt;br /&gt;
&lt;br /&gt;
3.1. Distribution of Source Form&lt;br /&gt;
&lt;br /&gt;
All distribution of Covered Software in Source Code Form, including any&lt;br /&gt;
Modifications that You create or to which You contribute, must be under&lt;br /&gt;
the terms of this License. You must inform recipients that the Source&lt;br /&gt;
Code Form of the Covered Software is governed by the terms of this&lt;br /&gt;
License, and how they can obtain a copy of this License. You may not&lt;br /&gt;
attempt to alter or restrict the recipients&#039; rights in the Source Code&lt;br /&gt;
Form.&lt;br /&gt;
&lt;br /&gt;
3.2. Distribution of Executable Form&lt;br /&gt;
&lt;br /&gt;
If You distribute Covered Software in Executable Form then:&lt;br /&gt;
&lt;br /&gt;
(a) such Covered Software must also be made available in Source Code&lt;br /&gt;
    Form, as described in Section 3.1, and You must inform recipients of&lt;br /&gt;
    the Executable Form how they can obtain a copy of such Source Code&lt;br /&gt;
    Form by reasonable means in a timely manner, at a charge no more&lt;br /&gt;
    than the cost of distribution to the recipient; and&lt;br /&gt;
&lt;br /&gt;
(b) You may distribute such Executable Form under the terms of this&lt;br /&gt;
    License, or sublicense it under different terms, provided that the&lt;br /&gt;
    license for the Executable Form does not attempt to limit or alter&lt;br /&gt;
    the recipients&#039; rights in the Source Code Form under this License.&lt;br /&gt;
&lt;br /&gt;
3.3. Distribution of a Larger Work&lt;br /&gt;
&lt;br /&gt;
You may create and distribute a Larger Work under terms of Your choice,&lt;br /&gt;
provided that You also comply with the requirements of this License for&lt;br /&gt;
the Covered Software. If the Larger Work is a combination of Covered&lt;br /&gt;
Software with a work governed by one or more Secondary Licenses, and the&lt;br /&gt;
Covered Software is not Incompatible With Secondary Licenses, this&lt;br /&gt;
License permits You to additionally distribute such Covered Software&lt;br /&gt;
under the terms of such Secondary License(s), so that the recipient of&lt;br /&gt;
the Larger Work may, at their option, further distribute the Covered&lt;br /&gt;
Software under the terms of either this License or such Secondary&lt;br /&gt;
License(s).&lt;br /&gt;
&lt;br /&gt;
3.4. Notices&lt;br /&gt;
&lt;br /&gt;
You may not remove or alter the substance of any license notices&lt;br /&gt;
(including copyright notices, patent notices, disclaimers of warranty,&lt;br /&gt;
or limitations of liability) contained within the Source Code Form of&lt;br /&gt;
the Covered Software, except that You may alter any license notices to&lt;br /&gt;
the extent required to remedy known factual inaccuracies.&lt;br /&gt;
&lt;br /&gt;
3.5. Application of Additional Terms&lt;br /&gt;
&lt;br /&gt;
You may choose to offer, and to charge a fee for, warranty, support,&lt;br /&gt;
indemnity or liability obligations to one or more recipients of Covered&lt;br /&gt;
Software. However, You may do so only on Your own behalf, and not on&lt;br /&gt;
behalf of any Contributor. You must make it absolutely clear that any&lt;br /&gt;
such warranty, support, indemnity, or liability obligation is offered by&lt;br /&gt;
You alone, and You hereby agree to indemnify every Contributor for any&lt;br /&gt;
liability incurred by such Contributor as a result of warranty, support,&lt;br /&gt;
indemnity or liability terms You offer. You may include additional&lt;br /&gt;
disclaimers of warranty and limitations of liability specific to any&lt;br /&gt;
jurisdiction.&lt;br /&gt;
&lt;br /&gt;
4. Inability to Comply Due to Statute or Regulation&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
If it is impossible for You to comply with any of the terms of this&lt;br /&gt;
License with respect to some or all of the Covered Software due to&lt;br /&gt;
statute, judicial order, or regulation then You must: (a) comply with&lt;br /&gt;
the terms of this License to the maximum extent possible; and (b)&lt;br /&gt;
describe the limitations and the code they affect. Such description must&lt;br /&gt;
be placed in a text file included with all distributions of the Covered&lt;br /&gt;
Software under this License. Except to the extent prohibited by statute&lt;br /&gt;
or regulation, such description must be sufficiently detailed for a&lt;br /&gt;
recipient of ordinary skill to be able to understand it.&lt;br /&gt;
&lt;br /&gt;
5. Termination&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
5.1. The rights granted under this License will terminate automatically&lt;br /&gt;
if You fail to comply with any of its terms. However, if You become&lt;br /&gt;
compliant, then the rights granted under this License from a particular&lt;br /&gt;
Contributor are reinstated (a) provisionally, unless and until such&lt;br /&gt;
Contributor explicitly and finally terminates Your grants, and (b) on an&lt;br /&gt;
ongoing basis, if such Contributor fails to notify You of the&lt;br /&gt;
non-compliance by some reasonable means prior to 60 days after You have&lt;br /&gt;
come back into compliance. Moreover, Your grants from a particular&lt;br /&gt;
Contributor are reinstated on an ongoing basis if such Contributor&lt;br /&gt;
notifies You of the non-compliance by some reasonable means, this is the&lt;br /&gt;
first time You have received notice of non-compliance with this License&lt;br /&gt;
from such Contributor, and You become compliant prior to 30 days after&lt;br /&gt;
Your receipt of the notice.&lt;br /&gt;
&lt;br /&gt;
5.2. If You initiate litigation against any entity by asserting a patent&lt;br /&gt;
infringement claim (excluding declaratory judgment actions,&lt;br /&gt;
counter-claims, and cross-claims) alleging that a Contributor Version&lt;br /&gt;
directly or indirectly infringes any patent, then the rights granted to&lt;br /&gt;
You by any and all Contributors for the Covered Software under Section&lt;br /&gt;
2.1 of this License shall terminate.&lt;br /&gt;
&lt;br /&gt;
5.3. In the event of termination under Sections 5.1 or 5.2 above, all&lt;br /&gt;
end user license agreements (excluding distributors and resellers) which&lt;br /&gt;
have been validly granted by You or Your distributors under this License&lt;br /&gt;
prior to termination shall survive termination.&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  6. Disclaimer of Warranty                                           *&lt;br /&gt;
*  -------------------------                                           *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Covered Software is provided under this License on an &amp;quot;as is&amp;quot;       *&lt;br /&gt;
*  basis, without warranty of any kind, either expressed, implied, or  *&lt;br /&gt;
*  statutory, including, without limitation, warranties that the       *&lt;br /&gt;
*  Covered Software is free of defects, merchantable, fit for a        *&lt;br /&gt;
*  particular purpose or non-infringing. The entire risk as to the     *&lt;br /&gt;
*  quality and performance of the Covered Software is with You.        *&lt;br /&gt;
*  Should any Covered Software prove defective in any respect, You     *&lt;br /&gt;
*  (not any Contributor) assume the cost of any necessary servicing,   *&lt;br /&gt;
*  repair, or correction. This disclaimer of warranty constitutes an   *&lt;br /&gt;
*  essential part of this License. No use of any Covered Software is   *&lt;br /&gt;
*  authorized under this License except under this disclaimer.         *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
************************************************************************&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  7. Limitation of Liability                                          *&lt;br /&gt;
*  --------------------------                                          *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
*  Under no circumstances and under no legal theory, whether tort      *&lt;br /&gt;
*  (including negligence), contract, or otherwise, shall any           *&lt;br /&gt;
*  Contributor, or anyone who distributes Covered Software as          *&lt;br /&gt;
*  permitted above, be liable to You for any direct, indirect,         *&lt;br /&gt;
*  special, incidental, or consequential damages of any character      *&lt;br /&gt;
*  including, without limitation, damages for lost profits, loss of    *&lt;br /&gt;
*  goodwill, work stoppage, computer failure or malfunction, or any    *&lt;br /&gt;
*  and all other commercial damages or losses, even if such party      *&lt;br /&gt;
*  shall have been informed of the possibility of such damages. This   *&lt;br /&gt;
*  limitation of liability shall not apply to liability for death or   *&lt;br /&gt;
*  personal injury resulting from such party&#039;s negligence to the       *&lt;br /&gt;
*  extent applicable law prohibits such limitation. Some               *&lt;br /&gt;
*  jurisdictions do not allow the exclusion or limitation of           *&lt;br /&gt;
*  incidental or consequential damages, so this exclusion and          *&lt;br /&gt;
*  limitation may not apply to You.                                    *&lt;br /&gt;
*                                                                      *&lt;br /&gt;
************************************************************************&lt;br /&gt;
&lt;br /&gt;
8. Litigation&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
Any litigation relating to this License may be brought only in the&lt;br /&gt;
courts of a jurisdiction where the defendant maintains its principal&lt;br /&gt;
place of business and such litigation shall be governed by laws of that&lt;br /&gt;
jurisdiction, without reference to its conflict-of-law provisions.&lt;br /&gt;
Nothing in this Section shall prevent a party&#039;s ability to bring&lt;br /&gt;
cross-claims or counter-claims.&lt;br /&gt;
&lt;br /&gt;
9. Miscellaneous&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
This License represents the complete agreement concerning the subject&lt;br /&gt;
matter hereof. If any provision of this License is held to be&lt;br /&gt;
unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
necessary to make it enforceable. Any law or regulation which provides&lt;br /&gt;
that the language of a contract shall be construed against the drafter&lt;br /&gt;
shall not be used to construe this License against a Contributor.&lt;br /&gt;
&lt;br /&gt;
10. Versions of the License&lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;br /&gt;
10.1. New Versions&lt;br /&gt;
&lt;br /&gt;
Mozilla Foundation is the license steward. Except as provided in Section&lt;br /&gt;
10.3, no one other than the license steward has the right to modify or&lt;br /&gt;
publish new versions of this License. Each version will be given a&lt;br /&gt;
distinguishing version number.&lt;br /&gt;
&lt;br /&gt;
10.2. Effect of New Versions&lt;br /&gt;
&lt;br /&gt;
You may distribute the Covered Software under the terms of the version&lt;br /&gt;
of the License under which You originally received the Covered Software,&lt;br /&gt;
or under the terms of any subsequent version published by the license&lt;br /&gt;
steward.&lt;br /&gt;
&lt;br /&gt;
10.3. Modified Versions&lt;br /&gt;
&lt;br /&gt;
If you create software not governed by this License, and you want to&lt;br /&gt;
create a new license for such software, you may create and use a&lt;br /&gt;
modified version of this License if you rename the license and remove&lt;br /&gt;
any references to the name of the license steward (except to note that&lt;br /&gt;
such modified license differs from this License).&lt;br /&gt;
&lt;br /&gt;
10.4. Distributing Source Code Form that is Incompatible With Secondary&lt;br /&gt;
Licenses&lt;br /&gt;
&lt;br /&gt;
If You choose to distribute Source Code Form that is Incompatible With&lt;br /&gt;
Secondary Licenses under the terms of this version of the License, the&lt;br /&gt;
notice described in Exhibit B of this License must be attached.&lt;br /&gt;
&lt;br /&gt;
Exhibit A - Source Code Form License Notice&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is subject to the terms of the Mozilla Public&lt;br /&gt;
  License, v. 2.0. If a copy of the MPL was not distributed with this&lt;br /&gt;
  file, You can obtain one at http://mozilla.org/MPL/2.0/.&lt;br /&gt;
&lt;br /&gt;
If it is not possible or desirable to put the notice in a particular&lt;br /&gt;
file, then You may include the notice in a location (such as a LICENSE&lt;br /&gt;
file in a relevant directory) where a recipient would be likely to look&lt;br /&gt;
for such a notice.&lt;br /&gt;
&lt;br /&gt;
You may add additional accurate notices of copyright ownership.&lt;br /&gt;
&lt;br /&gt;
Exhibit B - &amp;quot;Incompatible With Secondary Licenses&amp;quot; Notice&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  This Source Code Form is &amp;quot;Incompatible With Secondary Licenses&amp;quot;, as&lt;br /&gt;
  defined by the Mozilla Public License, v. 2.0.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 2-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright&lt;br /&gt;
      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    * Redistributions in binary form must reproduce the above&lt;br /&gt;
      copyright notice, this list of conditions and the following disclaimer&lt;br /&gt;
      in the documentation and/or other materials provided with the&lt;br /&gt;
      distribution.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BSD 3-Clause License ==&lt;br /&gt;
&lt;br /&gt;
* https://opensource.org/licenses/BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright &amp;lt;YEAR&amp;gt; &amp;lt;COPYRIGHT HOLDER&amp;gt;&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
    * Redistributions of source code must retain the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
    * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
      this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
      and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
    * Neither the name of Graph Builder nor the names of its contributors may be&lt;br /&gt;
      used to endorse or promote products derived from this software without&lt;br /&gt;
      specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE&lt;br /&gt;
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL&lt;br /&gt;
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR&lt;br /&gt;
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER&lt;br /&gt;
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Attribution 2.5 License ==&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/&amp;lt;br/&amp;gt;&lt;br /&gt;
http://creativecommons.org/licenses/by/2.5/legalcode&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Creative Commons Legal Code&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Attribution 2.5&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN &amp;quot;AS-IS&amp;quot; BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;License&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (&amp;quot;CCPL&amp;quot; OR &amp;quot;LICENSE&amp;quot;). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.&lt;br /&gt;
&lt;br /&gt;
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Definitions&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. &#039;&#039;&#039;&amp;quot;Collective Work&amp;quot;&#039;&#039;&#039; means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.&lt;br /&gt;
&lt;br /&gt;
b. &#039;&#039;&#039;&amp;quot;Derivative Work&amp;quot;&#039;&#039;&#039; means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image (&amp;quot;synching&amp;quot;) will be considered a Derivative Work for the purpose of this License.&lt;br /&gt;
&lt;br /&gt;
c. &#039;&#039;&#039;&amp;quot;Licensor&amp;quot;&#039;&#039;&#039; means the individual or entity that offers the Work under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
d. &#039;&#039;&#039;&amp;quot;Original Author&amp;quot;&#039;&#039;&#039; means the individual or entity who created the Work.&lt;br /&gt;
&lt;br /&gt;
e. &#039;&#039;&#039;&amp;quot;Work&amp;quot;&#039;&#039;&#039; means the copyrightable work of authorship offered under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;&amp;quot;You&amp;quot;&#039;&#039;&#039; means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Fair Use Rights.&#039;&#039;&#039; Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. License Grant.&#039;&#039;&#039; Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;&lt;br /&gt;
&lt;br /&gt;
b. to create and reproduce Derivative Works;&lt;br /&gt;
&lt;br /&gt;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;&lt;br /&gt;
&lt;br /&gt;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.&lt;br /&gt;
&lt;br /&gt;
e. For the avoidance of doubt, where the work is a musical composition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.&lt;br /&gt;
&lt;br /&gt;
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work (&amp;quot;cover version&amp;quot;) and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
f. &#039;&#039;&#039;Webcasting Rights and Statutory Royalties.&#039;&#039;&#039; For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Restrictions.&#039;&#039;&#039; The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients&#039; exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.&lt;br /&gt;
&lt;br /&gt;
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor&#039;s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., &amp;quot;French translation of the Work by Original Author,&amp;quot; or &amp;quot;Screenplay based on original Work by Original Author&amp;quot;). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Representations, Warranties and Disclaimer&lt;br /&gt;
&lt;br /&gt;
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.&lt;br /&gt;
&lt;br /&gt;
7. Termination&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.&lt;br /&gt;
&lt;br /&gt;
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Miscellaneous&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.&lt;br /&gt;
&lt;br /&gt;
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.&lt;br /&gt;
&lt;br /&gt;
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.&lt;br /&gt;
&lt;br /&gt;
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.&lt;br /&gt;
&lt;br /&gt;
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark &amp;quot;Creative Commons&amp;quot; or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons&#039; then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.&lt;br /&gt;
&lt;br /&gt;
Creative Commons may be contacted at http://creativecommons.org/.&lt;br /&gt;
&lt;br /&gt;
== INRIA License == &lt;br /&gt;
&lt;br /&gt;
http://asm.ow2.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright (c) 2000-2011 INRIA, France Telecom&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions&lt;br /&gt;
are met:&lt;br /&gt;
&lt;br /&gt;
1. Redistributions of source code must retain the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
   notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
   documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
3. Neither the name of the copyright holders nor the names of its&lt;br /&gt;
   contributors may be used to endorse or promote products derived from&lt;br /&gt;
   this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;br /&gt;
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF&lt;br /&gt;
THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== JDOM License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.jdom.org/docs/faq.html#a0030&lt;br /&gt;
* https://raw.githubusercontent.com/hunterhacker/jdom/master/LICENSE.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Copyright (C) 2000-2012 Jason Hunter &amp;amp; Brett McLaughlin.&lt;br /&gt;
 All rights reserved.&lt;br /&gt;
 &lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
 &lt;br /&gt;
 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
    notice, this list of conditions, and the following disclaimer.&lt;br /&gt;
 &lt;br /&gt;
 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
    notice, this list of conditions, and the disclaimer that follows &lt;br /&gt;
    these conditions in the documentation and/or other materials &lt;br /&gt;
    provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
 3. The name &amp;quot;JDOM&amp;quot; must not be used to endorse or promote products&lt;br /&gt;
    derived from this software without prior written permission.  For&lt;br /&gt;
    written permission, please contact &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 4. Products derived from this software may not be called &amp;quot;JDOM&amp;quot;, nor&lt;br /&gt;
    may &amp;quot;JDOM&amp;quot; appear in their name, without prior written permission&lt;br /&gt;
    from the JDOM Project Management &amp;lt;request_AT_jdom_DOT_org&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
 In addition, we request (but do not require) that you include in the &lt;br /&gt;
 end-user documentation provided with the redistribution and/or in the &lt;br /&gt;
 software itself an acknowledgement equivalent to the following:&lt;br /&gt;
     &amp;quot;This product includes software developed by the&lt;br /&gt;
      JDOM Project (http://www.jdom.org/).&amp;quot;&lt;br /&gt;
 Alternatively, the acknowledgment may be graphical using the logos &lt;br /&gt;
 available at http://www.jdom.org/images/logos.&lt;br /&gt;
&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED ``AS IS&#039;&#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
 DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT&lt;br /&gt;
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
 SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
 This software consists of voluntary contributions made by many &lt;br /&gt;
 individuals on behalf of the JDOM Project and was originally &lt;br /&gt;
 created by Jason Hunter &amp;lt;jhunter_AT_jdom_DOT_org&amp;gt; and&lt;br /&gt;
 Brett McLaughlin &amp;lt;brett_AT_jdom_DOT_org&amp;gt;.  For more information&lt;br /&gt;
 on the JDOM Project, please see &amp;lt;http://www.jdom.org/&amp;gt;. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ANTLR 3 License ==&lt;br /&gt;
&lt;br /&gt;
* http://www.antlr3.org/license.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[The BSD License]&lt;br /&gt;
Copyright (c) 2010 Terence Parr&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without modification, are permitted&lt;br /&gt;
provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright notice, this list of conditions&lt;br /&gt;
  and the following disclaimer.&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright notice, this list of&lt;br /&gt;
  conditions and the following disclaimer in the documentation and/or other materials provided&lt;br /&gt;
  with the distribution.&lt;br /&gt;
- Neither the name of the author nor the names of its contributors may be used to endorse or&lt;br /&gt;
  promote products derived from this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE&lt;br /&gt;
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;br /&gt;
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;br /&gt;
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;br /&gt;
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;br /&gt;
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING&lt;br /&gt;
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY&lt;br /&gt;
OF SUCH DAMAGE. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CDDL 1.1 ==&lt;br /&gt;
&lt;br /&gt;
* https://spdx.org/licenses/CDDL-1.1.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1&lt;br /&gt;
&lt;br /&gt;
1. Definitions.&lt;br /&gt;
&lt;br /&gt;
    1.1. &amp;quot;Contributor&amp;quot; means each individual or entity that creates or&lt;br /&gt;
    contributes to the creation of Modifications.&lt;br /&gt;
&lt;br /&gt;
    1.2. &amp;quot;Contributor Version&amp;quot; means the combination of the Original&lt;br /&gt;
    Software, prior Modifications used by a Contributor (if any), and&lt;br /&gt;
    the Modifications made by that particular Contributor.&lt;br /&gt;
&lt;br /&gt;
    1.3. &amp;quot;Covered Software&amp;quot; means (a) the Original Software, or (b)&lt;br /&gt;
    Modifications, or (c) the combination of files containing Original&lt;br /&gt;
    Software with files containing Modifications, in each case including&lt;br /&gt;
    portions thereof.&lt;br /&gt;
&lt;br /&gt;
    1.4. &amp;quot;Executable&amp;quot; means the Covered Software in any form other than&lt;br /&gt;
    Source Code.&lt;br /&gt;
&lt;br /&gt;
    1.5. &amp;quot;Initial Developer&amp;quot; means the individual or entity that first&lt;br /&gt;
    makes Original Software available under this License.&lt;br /&gt;
&lt;br /&gt;
    1.6. &amp;quot;Larger Work&amp;quot; means a work which combines Covered Software or&lt;br /&gt;
    portions thereof with code not governed by the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.7. &amp;quot;License&amp;quot; means this document.&lt;br /&gt;
&lt;br /&gt;
    1.8. &amp;quot;Licensable&amp;quot; means having the right to grant, to the maximum&lt;br /&gt;
    extent possible, whether at the time of the initial grant or&lt;br /&gt;
    subsequently acquired, any and all of the rights conveyed herein.&lt;br /&gt;
&lt;br /&gt;
    1.9. &amp;quot;Modifications&amp;quot; means the Source Code and Executable form of&lt;br /&gt;
    any of the following:&lt;br /&gt;
&lt;br /&gt;
    A. Any file that results from an addition to, deletion from or&lt;br /&gt;
    modification of the contents of a file containing Original Software&lt;br /&gt;
    or previous Modifications;&lt;br /&gt;
&lt;br /&gt;
    B. Any new file that contains any part of the Original Software or&lt;br /&gt;
    previous Modification; or&lt;br /&gt;
&lt;br /&gt;
    C. Any new file that is contributed or otherwise made available&lt;br /&gt;
    under the terms of this License.&lt;br /&gt;
&lt;br /&gt;
    1.10. &amp;quot;Original Software&amp;quot; means the Source Code and Executable form&lt;br /&gt;
    of computer software code that is originally released under this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    1.11. &amp;quot;Patent Claims&amp;quot; means any patent claim(s), now owned or&lt;br /&gt;
    hereafter acquired, including without limitation, method, process,&lt;br /&gt;
    and apparatus claims, in any patent Licensable by grantor.&lt;br /&gt;
&lt;br /&gt;
    1.12. &amp;quot;Source Code&amp;quot; means (a) the common form of computer software&lt;br /&gt;
    code in which modifications are made and (b) associated&lt;br /&gt;
    documentation included in or with such code.&lt;br /&gt;
&lt;br /&gt;
    1.13. &amp;quot;You&amp;quot; (or &amp;quot;Your&amp;quot;) means an individual or a legal entity&lt;br /&gt;
    exercising rights under, and complying with all of the terms of,&lt;br /&gt;
    this License. For legal entities, &amp;quot;You&amp;quot; includes any entity which&lt;br /&gt;
    controls, is controlled by, or is under common control with You. For&lt;br /&gt;
    purposes of this definition, &amp;quot;control&amp;quot; means (a) the power, direct&lt;br /&gt;
    or indirect, to cause the direction or management of such entity,&lt;br /&gt;
    whether by contract or otherwise, or (b) ownership of more than&lt;br /&gt;
    fifty percent (50%) of the outstanding shares or beneficial&lt;br /&gt;
    ownership of such entity.&lt;br /&gt;
&lt;br /&gt;
2. License Grants.&lt;br /&gt;
&lt;br /&gt;
    2.1. The Initial Developer Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, the Initial Developer&lt;br /&gt;
    hereby grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Initial Developer, to use, reproduce,&lt;br /&gt;
    modify, display, perform, sublicense and distribute the Original&lt;br /&gt;
    Software (or portions thereof), with or without Modifications,&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using or selling of&lt;br /&gt;
    Original Software, to make, have made, use, practice, sell, and&lt;br /&gt;
    offer for sale, and/or otherwise dispose of the Original Software&lt;br /&gt;
    (or portions thereof).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.1(a) and (b) are effective on&lt;br /&gt;
    the date Initial Developer first distributes or otherwise makes the&lt;br /&gt;
    Original Software available to a third party under the terms of this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.1(b) above, no patent license is&lt;br /&gt;
    granted: (1) for code that You delete from the Original Software, or&lt;br /&gt;
    (2) for infringements caused by: (i) the modification of the&lt;br /&gt;
    Original Software, or (ii) the combination of the Original Software&lt;br /&gt;
    with other software or devices.&lt;br /&gt;
&lt;br /&gt;
    2.2. Contributor Grant.&lt;br /&gt;
&lt;br /&gt;
    Conditioned upon Your compliance with Section 3.1 below and subject&lt;br /&gt;
    to third party intellectual property claims, each Contributor hereby&lt;br /&gt;
    grants You a world-wide, royalty-free, non-exclusive license:&lt;br /&gt;
&lt;br /&gt;
    (a) under intellectual property rights (other than patent or&lt;br /&gt;
    trademark) Licensable by Contributor to use, reproduce, modify,&lt;br /&gt;
    display, perform, sublicense and distribute the Modifications&lt;br /&gt;
    created by such Contributor (or portions thereof), either on an&lt;br /&gt;
    unmodified basis, with other Modifications, as Covered Software&lt;br /&gt;
    and/or as part of a Larger Work; and&lt;br /&gt;
&lt;br /&gt;
    (b) under Patent Claims infringed by the making, using, or selling&lt;br /&gt;
    of Modifications made by that Contributor either alone and/or in&lt;br /&gt;
    combination with its Contributor Version (or portions of such&lt;br /&gt;
    combination), to make, use, sell, offer for sale, have made, and/or&lt;br /&gt;
    otherwise dispose of: (1) Modifications made by that Contributor (or&lt;br /&gt;
    portions thereof); and (2) the combination of Modifications made by&lt;br /&gt;
    that Contributor with its Contributor Version (or portions of such&lt;br /&gt;
    combination).&lt;br /&gt;
&lt;br /&gt;
    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective&lt;br /&gt;
    on the date Contributor first distributes or otherwise makes the&lt;br /&gt;
    Modifications available to a third party.&lt;br /&gt;
&lt;br /&gt;
    (d) Notwithstanding Section 2.2(b) above, no patent license is&lt;br /&gt;
    granted: (1) for any code that Contributor has deleted from the&lt;br /&gt;
    Contributor Version; (2) for infringements caused by: (i) third&lt;br /&gt;
    party modifications of Contributor Version, or (ii) the combination&lt;br /&gt;
    of Modifications made by that Contributor with other software&lt;br /&gt;
    (except as part of the Contributor Version) or other devices; or (3)&lt;br /&gt;
    under Patent Claims infringed by Covered Software in the absence of&lt;br /&gt;
    Modifications made by that Contributor.&lt;br /&gt;
&lt;br /&gt;
3. Distribution Obligations.&lt;br /&gt;
&lt;br /&gt;
    3.1. Availability of Source Code.&lt;br /&gt;
&lt;br /&gt;
    Any Covered Software that You distribute or otherwise make available&lt;br /&gt;
    in Executable form must also be made available in Source Code form&lt;br /&gt;
    and that Source Code form must be distributed only under the terms&lt;br /&gt;
    of this License. You must include a copy of this License with every&lt;br /&gt;
    copy of the Source Code form of the Covered Software You distribute&lt;br /&gt;
    or otherwise make available. You must inform recipients of any such&lt;br /&gt;
    Covered Software in Executable form as to how they can obtain such&lt;br /&gt;
    Covered Software in Source Code form in a reasonable manner on or&lt;br /&gt;
    through a medium customarily used for software exchange.&lt;br /&gt;
&lt;br /&gt;
    3.2. Modifications.&lt;br /&gt;
&lt;br /&gt;
    The Modifications that You create or to which You contribute are&lt;br /&gt;
    governed by the terms of this License. You represent that You&lt;br /&gt;
    believe Your Modifications are Your original creation(s) and/or You&lt;br /&gt;
    have sufficient rights to grant the rights conveyed by this License.&lt;br /&gt;
&lt;br /&gt;
    3.3. Required Notices.&lt;br /&gt;
&lt;br /&gt;
    You must include a notice in each of Your Modifications that&lt;br /&gt;
    identifies You as the Contributor of the Modification. You may not&lt;br /&gt;
    remove or alter any copyright, patent or trademark notices contained&lt;br /&gt;
    within the Covered Software, or any notices of licensing or any&lt;br /&gt;
    descriptive text giving attribution to any Contributor or the&lt;br /&gt;
    Initial Developer.&lt;br /&gt;
&lt;br /&gt;
    3.4. Application of Additional Terms.&lt;br /&gt;
&lt;br /&gt;
    You may not offer or impose any terms on any Covered Software in&lt;br /&gt;
    Source Code form that alters or restricts the applicable version of&lt;br /&gt;
    this License or the recipients&#039; rights hereunder. You may choose to&lt;br /&gt;
    offer, and to charge a fee for, warranty, support, indemnity or&lt;br /&gt;
    liability obligations to one or more recipients of Covered Software.&lt;br /&gt;
    However, you may do so only on Your own behalf, and not on behalf of&lt;br /&gt;
    the Initial Developer or any Contributor. You must make it&lt;br /&gt;
    absolutely clear that any such warranty, support, indemnity or&lt;br /&gt;
    liability obligation is offered by You alone, and You hereby agree&lt;br /&gt;
    to indemnify the Initial Developer and every Contributor for any&lt;br /&gt;
    liability incurred by the Initial Developer or such Contributor as a&lt;br /&gt;
    result of warranty, support, indemnity or liability terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.5. Distribution of Executable Versions.&lt;br /&gt;
&lt;br /&gt;
    You may distribute the Executable form of the Covered Software under&lt;br /&gt;
    the terms of this License or under the terms of a license of Your&lt;br /&gt;
    choice, which may contain terms different from this License,&lt;br /&gt;
    provided that You are in compliance with the terms of this License&lt;br /&gt;
    and that the license for the Executable form does not attempt to&lt;br /&gt;
    limit or alter the recipient&#039;s rights in the Source Code form from&lt;br /&gt;
    the rights set forth in this License. If You distribute the Covered&lt;br /&gt;
    Software in Executable form under a different license, You must make&lt;br /&gt;
    it absolutely clear that any terms which differ from this License&lt;br /&gt;
    are offered by You alone, not by the Initial Developer or&lt;br /&gt;
    Contributor. You hereby agree to indemnify the Initial Developer and&lt;br /&gt;
    every Contributor for any liability incurred by the Initial&lt;br /&gt;
    Developer or such Contributor as a result of any such terms You offer.&lt;br /&gt;
&lt;br /&gt;
    3.6. Larger Works.&lt;br /&gt;
&lt;br /&gt;
    You may create a Larger Work by combining Covered Software with&lt;br /&gt;
    other code not governed by the terms of this License and distribute&lt;br /&gt;
    the Larger Work as a single product. In such a case, You must make&lt;br /&gt;
    sure the requirements of this License are fulfilled for the Covered&lt;br /&gt;
    Software.&lt;br /&gt;
&lt;br /&gt;
4. Versions of the License.&lt;br /&gt;
&lt;br /&gt;
    4.1. New Versions.&lt;br /&gt;
&lt;br /&gt;
    Oracle is the initial license steward and may publish revised and/or&lt;br /&gt;
    new versions of this License from time to time. Each version will be&lt;br /&gt;
    given a distinguishing version number. Except as provided in Section&lt;br /&gt;
    4.3, no one other than the license steward has the right to modify&lt;br /&gt;
    this License.&lt;br /&gt;
&lt;br /&gt;
    4.2. Effect of New Versions.&lt;br /&gt;
&lt;br /&gt;
    You may always continue to use, distribute or otherwise make the&lt;br /&gt;
    Covered Software available under the terms of the version of the&lt;br /&gt;
    License under which You originally received the Covered Software. If&lt;br /&gt;
    the Initial Developer includes a notice in the Original Software&lt;br /&gt;
    prohibiting it from being distributed or otherwise made available&lt;br /&gt;
    under any subsequent version of the License, You must distribute and&lt;br /&gt;
    make the Covered Software available under the terms of the version&lt;br /&gt;
    of the License under which You originally received the Covered&lt;br /&gt;
    Software. Otherwise, You may also choose to use, distribute or&lt;br /&gt;
    otherwise make the Covered Software available under the terms of any&lt;br /&gt;
    subsequent version of the License published by the license steward.&lt;br /&gt;
&lt;br /&gt;
    4.3. Modified Versions.&lt;br /&gt;
&lt;br /&gt;
    When You are an Initial Developer and You want to create a new&lt;br /&gt;
    license for Your Original Software, You may create and use a&lt;br /&gt;
    modified version of this License if You: (a) rename the license and&lt;br /&gt;
    remove any references to the name of the license steward (except to&lt;br /&gt;
    note that the license differs from this License); and (b) otherwise&lt;br /&gt;
    make it clear that the license contains terms which differ from this&lt;br /&gt;
    License.&lt;br /&gt;
&lt;br /&gt;
5. DISCLAIMER OF WARRANTY.&lt;br /&gt;
&lt;br /&gt;
    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,&lt;br /&gt;
    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE&lt;br /&gt;
    IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR&lt;br /&gt;
    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF&lt;br /&gt;
    THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE&lt;br /&gt;
    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY&lt;br /&gt;
    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,&lt;br /&gt;
    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN&lt;br /&gt;
    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS&lt;br /&gt;
    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.&lt;br /&gt;
&lt;br /&gt;
6. TERMINATION.&lt;br /&gt;
&lt;br /&gt;
    6.1. This License and the rights granted hereunder will terminate&lt;br /&gt;
    automatically if You fail to comply with terms herein and fail to&lt;br /&gt;
    cure such breach within 30 days of becoming aware of the breach.&lt;br /&gt;
    Provisions which, by their nature, must remain in effect beyond the&lt;br /&gt;
    termination of this License shall survive.&lt;br /&gt;
&lt;br /&gt;
    6.2. If You assert a patent infringement claim (excluding&lt;br /&gt;
    declaratory judgment actions) against Initial Developer or a&lt;br /&gt;
    Contributor (the Initial Developer or Contributor against whom You&lt;br /&gt;
    assert such claim is referred to as &amp;quot;Participant&amp;quot;) alleging that the&lt;br /&gt;
    Participant Software (meaning the Contributor Version where the&lt;br /&gt;
    Participant is a Contributor or the Original Software where the&lt;br /&gt;
    Participant is the Initial Developer) directly or indirectly&lt;br /&gt;
    infringes any patent, then any and all rights granted directly or&lt;br /&gt;
    indirectly to You by such Participant, the Initial Developer (if the&lt;br /&gt;
    Initial Developer is not the Participant) and all Contributors under&lt;br /&gt;
    Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice&lt;br /&gt;
    from Participant terminate prospectively and automatically at the&lt;br /&gt;
    expiration of such 60 day notice period, unless if within such 60&lt;br /&gt;
    day period You withdraw Your claim with respect to the Participant&lt;br /&gt;
    Software against such Participant either unilaterally or pursuant to&lt;br /&gt;
    a written agreement with Participant.&lt;br /&gt;
&lt;br /&gt;
    6.3. If You assert a patent infringement claim against Participant&lt;br /&gt;
    alleging that the Participant Software directly or indirectly&lt;br /&gt;
    infringes any patent where such claim is resolved (such as by&lt;br /&gt;
    license or settlement) prior to the initiation of patent&lt;br /&gt;
    infringement litigation, then the reasonable value of the licenses&lt;br /&gt;
    granted by such Participant under Sections 2.1 or 2.2 shall be taken&lt;br /&gt;
    into account in determining the amount or value of any payment or&lt;br /&gt;
    license.&lt;br /&gt;
&lt;br /&gt;
    6.4. In the event of termination under Sections 6.1 or 6.2 above,&lt;br /&gt;
    all end user licenses that have been validly granted by You or any&lt;br /&gt;
    distributor hereunder prior to termination (excluding licenses&lt;br /&gt;
    granted to You by any distributor) shall survive termination.&lt;br /&gt;
&lt;br /&gt;
7. LIMITATION OF LIABILITY.&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT&lt;br /&gt;
    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE&lt;br /&gt;
    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF&lt;br /&gt;
    COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE&lt;br /&gt;
    TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR&lt;br /&gt;
    CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT&lt;br /&gt;
    LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER&lt;br /&gt;
    FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR&lt;br /&gt;
    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE&lt;br /&gt;
    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT&lt;br /&gt;
    APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH&lt;br /&gt;
    PARTY&#039;S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH&lt;br /&gt;
    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR&lt;br /&gt;
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION&lt;br /&gt;
    AND LIMITATION MAY NOT APPLY TO YOU.&lt;br /&gt;
&lt;br /&gt;
8. U.S. GOVERNMENT END USERS.&lt;br /&gt;
&lt;br /&gt;
    The Covered Software is a &amp;quot;commercial item,&amp;quot; as that term is defined&lt;br /&gt;
    in 48 C.F.R. 2.101 (Oct. 1995), consisting of &amp;quot;commercial computer&lt;br /&gt;
    software&amp;quot; (as that term is defined at 48 C.F.R. ß&lt;br /&gt;
    252.227-7014(a)(1)) and &amp;quot;commercial computer software documentation&amp;quot;&lt;br /&gt;
    as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent&lt;br /&gt;
    with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4&lt;br /&gt;
    (June 1995), all U.S. Government End Users acquire Covered Software&lt;br /&gt;
    with only those rights set forth herein. This U.S. Government Rights&lt;br /&gt;
    clause is in lieu of, and supersedes, any other FAR, DFAR, or other&lt;br /&gt;
    clause or provision that addresses Government rights in computer&lt;br /&gt;
    software under this License.&lt;br /&gt;
&lt;br /&gt;
9. MISCELLANEOUS.&lt;br /&gt;
&lt;br /&gt;
    This License represents the complete agreement concerning subject&lt;br /&gt;
    matter hereof. If any provision of this License is held to be&lt;br /&gt;
    unenforceable, such provision shall be reformed only to the extent&lt;br /&gt;
    necessary to make it enforceable. This License shall be governed by&lt;br /&gt;
    the law of the jurisdiction specified in a notice contained within&lt;br /&gt;
    the Original Software (except to the extent applicable law, if any,&lt;br /&gt;
    provides otherwise), excluding such jurisdiction&#039;s conflict-of-law&lt;br /&gt;
    provisions. Any litigation relating to this License shall be subject&lt;br /&gt;
    to the jurisdiction of the courts located in the jurisdiction and&lt;br /&gt;
    venue specified in a notice contained within the Original Software,&lt;br /&gt;
    with the losing party responsible for costs, including, without&lt;br /&gt;
    limitation, court costs and reasonable attorneys&#039; fees and expenses.&lt;br /&gt;
    The application of the United Nations Convention on Contracts for&lt;br /&gt;
    the International Sale of Goods is expressly excluded. Any law or&lt;br /&gt;
    regulation which provides that the language of a contract shall be&lt;br /&gt;
    construed against the drafter shall not apply to this License. You&lt;br /&gt;
    agree that You alone are responsible for compliance with the United&lt;br /&gt;
    States export administration regulations (and the export control&lt;br /&gt;
    laws and regulation of any other countries) when You use, distribute&lt;br /&gt;
    or otherwise make available any Covered Software.&lt;br /&gt;
&lt;br /&gt;
10. RESPONSIBILITY FOR CLAIMS.&lt;br /&gt;
&lt;br /&gt;
    As between Initial Developer and the Contributors, each party is&lt;br /&gt;
    responsible for claims and damages arising, directly or indirectly,&lt;br /&gt;
    out of its utilization of rights under this License and You agree to&lt;br /&gt;
    work with Initial Developer and Contributors to distribute such&lt;br /&gt;
    responsibility on an equitable basis. Nothing herein is intended or&lt;br /&gt;
    shall be deemed to constitute any admission of liability.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION&lt;br /&gt;
LICENSE (CDDL)&lt;br /&gt;
&lt;br /&gt;
The code released under the CDDL shall be governed by the laws of the&lt;br /&gt;
State of California (excluding conflict-of-law provisions). Any&lt;br /&gt;
litigation relating to this License shall be subject to the jurisdiction&lt;br /&gt;
of the Federal Courts of the Northern District of California and the&lt;br /&gt;
state courts of the State of California, with venue lying in Santa Clara&lt;br /&gt;
County, California.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HSQLDB Licenses ==&lt;br /&gt;
&lt;br /&gt;
* http://hsqldb.org/web/hsqlLicense.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHTS AND LICENSES (based on BSD License)&lt;br /&gt;
&lt;br /&gt;
For work developed by the HSQL Development Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2001-2016, The HSQL Development Group&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For work originally developed by the Hypersonic SQL Group:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1995-2000 by the Hypersonic SQL Group.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are met:&lt;br /&gt;
&lt;br /&gt;
Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
Neither the name of the Hypersonic SQL Group nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from this&lt;br /&gt;
software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,&lt;br /&gt;
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
This software consists of voluntary contributions made by many individuals on behalf of the&lt;br /&gt;
Hypersonic SQL Group.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Tuukka Lehtonen</name></author>
	</entry>
</feed>