1
0
stm/en.additional-license-terms-stm32cubeide-v1-16-0.html

4864 lines
281 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Additional License Terms for STM32CubeIDE</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<style type="text/css">@charset "UTF-8";
:root {
--fore-color: #03234b;
--secondary-fore-color: #03234b;
--back-color: #ffffff;
--secondary-back-color: #ffffff;
--blockquote-color: #e6007e;
--pre-color: #e6007e;
--border-color: #3cb4e6;
--secondary-border-color: #3cb4e6;
--heading-ratio: 1.2;
--universal-margin: 0.5rem;
--universal-padding: 0.25rem;
--universal-border-radius: 0.075rem;
--background-margin: 1.5%;+
--a-link-color: #3cb4e6;
--a-visited-color: #8c0078; }
html {
font-size: 13.5px; }
a, b, del, em, i, ins, q, span, strong, u {
font-size: 1em; }
html, * {
font-family: -apple-system, BlinkMacSystemFont, Helvetica, arial, sans-serif;
line-height: 1.25;
-webkit-text-size-adjust: 100%; }
* {
font-size: 1rem; }
body {
margin: 0;
color: var(--fore-color);
@background: var(--back-color);
background: var(--back-color) linear-gradient(#ffd200, #ffd200) repeat-y left top;
background-size: var(--background-margin);
}
details {
display: block; }
summary {
display: list-item; }
abbr[title] {
border-bottom: none;
text-decoration: underline dotted; }
input {
overflow: visible; }
img {
max-width: 100%;
height: auto; }
h1, h2, h3, h4, h5, h6 {
line-height: 1.25;
margin: calc(1.5 * var(--universal-margin)) var(--universal-margin);
font-weight: 400; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
color: var(--secondary-fore-color);
display: block;
margin-top: -0.25rem; }
h1 {
font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio)); }
h2 {
font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) );
border-style: none none solid none ; border-width: thin;
border-color: var(--border-color); }
h3 {
font-size: calc(1rem * var(--heading-ratio) ); }
h4 {
font-size: calc(1rem * var(--heading-ratio)); }
h5 {
font-size: 1rem; }
h6 {
font-size: calc(1rem / var(--heading-ratio)); }
p {
margin: var(--universal-margin); }
ol, ul {
margin: var(--universal-margin);
padding-left: calc(3 * var(--universal-margin)); }
b, strong {
font-weight: 700; }
hr {
box-sizing: content-box;
border: 0;
line-height: 1.25em;
margin: var(--universal-margin);
height: 0.0714285714rem;
background: linear-gradient(to right, transparent, var(--border-color) 20%, var(--border-color) 80%, transparent); }
blockquote {
display: block;
position: relative;
font-style: italic;
color: var(--secondary-fore-color);
margin: var(--universal-margin);
padding: calc(3 * var(--universal-padding));
border: 0.0714285714rem solid var(--secondary-border-color);
border-left: 0.3rem solid var(--blockquote-color);
border-radius: 0 var(--universal-border-radius) var(--universal-border-radius) 0; }
blockquote:before {
position: absolute;
top: calc(0rem - var(--universal-padding));
left: 0;
font-family: sans-serif;
font-size: 2rem;
font-weight: 800;
content: "\201c";
color: var(--blockquote-color); }
blockquote[cite]:after {
font-style: normal;
font-size: 0.75em;
font-weight: 700;
content: "\a— " attr(cite);
white-space: pre; }
code, kbd, pre, samp {
font-family: Menlo, Consolas, monospace;
font-size: 0.85em; }
code {
background: var(--secondary-back-color);
border-radius: var(--universal-border-radius);
padding: calc(var(--universal-padding) / 4) calc(var(--universal-padding) / 2); }
kbd {
background: var(--fore-color);
color: var(--back-color);
border-radius: var(--universal-border-radius);
padding: calc(var(--universal-padding) / 4) calc(var(--universal-padding) / 2); }
pre {
overflow: auto;
background: var(--secondary-back-color);
padding: calc(1.5 * var(--universal-padding));
margin: var(--universal-margin);
border: 0.0714285714rem solid var(--secondary-border-color);
border-left: 0.2857142857rem solid var(--pre-color);
border-radius: 0 var(--universal-border-radius) var(--universal-border-radius) 0; }
sup, sub, code, kbd {
line-height: 0;
position: relative;
vertical-align: baseline; }
small, sup, sub, figcaption {
font-size: 0.75em; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
figure {
margin: var(--universal-margin); }
figcaption {
color: var(--secondary-fore-color); }
a {
text-decoration: none; }
a:link {
color: var(--a-link-color); }
a:visited {
color: var(--a-visited-color); }
a:hover, a:focus {
text-decoration: underline; }
.container {
margin: 0 auto;
padding: 0 calc(1.5 * var(--universal-padding)); }
.row {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-flow: row wrap;
margin: 0 0 0 var(--background-margin); }
.col-sm,
[class^='col-sm-'],
[class^='col-sm-offset-'],
.row[class*='cols-sm-'] > * {
box-sizing: border-box;
flex: 0 0 auto;
padding: 0 calc(var(--universal-padding) / 2); }
.col-sm,
.row.cols-sm > * {
max-width: 100%;
flex-grow: 1;
flex-basis: 0; }
.col-sm-1,
.row.cols-sm-1 > * {
max-width: 8.3333333333%;
flex-basis: 8.3333333333%; }
.col-sm-offset-0 {
margin-left: 0; }
.col-sm-2,
.row.cols-sm-2 > * {
max-width: 16.6666666667%;
flex-basis: 16.6666666667%; }
.col-sm-offset-1 {
margin-left: 8.3333333333%; }
.col-sm-3,
.row.cols-sm-3 > * {
max-width: 25%;
flex-basis: 25%; }
.col-sm-offset-2 {
margin-left: 16.6666666667%; }
.col-sm-4,
.row.cols-sm-4 > * {
max-width: 33.3333333333%;
flex-basis: 33.3333333333%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-5,
.row.cols-sm-5 > * {
max-width: 41.6666666667%;
flex-basis: 41.6666666667%; }
.col-sm-offset-4 {
margin-left: 33.3333333333%; }
.col-sm-6,
.row.cols-sm-6 > * {
max-width: 50%;
flex-basis: 50%; }
.col-sm-offset-5 {
margin-left: 41.6666666667%; }
.col-sm-7,
.row.cols-sm-7 > * {
max-width: 58.3333333333%;
flex-basis: 58.3333333333%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-8,
.row.cols-sm-8 > * {
max-width: 66.6666666667%;
flex-basis: 66.6666666667%; }
.col-sm-offset-7 {
margin-left: 58.3333333333%; }
.col-sm-9,
.row.cols-sm-9 > * {
max-width: 75%;
flex-basis: 75%; }
.col-sm-offset-8 {
margin-left: 66.6666666667%; }
.col-sm-10,
.row.cols-sm-10 > * {
max-width: 83.3333333333%;
flex-basis: 83.3333333333%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-11,
.row.cols-sm-11 > * {
max-width: 91.6666666667%;
flex-basis: 91.6666666667%; }
.col-sm-offset-10 {
margin-left: 83.3333333333%; }
.col-sm-12,
.row.cols-sm-12 > * {
max-width: 100%;
flex-basis: 100%; }
.col-sm-offset-11 {
margin-left: 91.6666666667%; }
.col-sm-normal {
order: initial; }
.col-sm-first {
order: -999; }
.col-sm-last {
order: 999; }
@media screen and (min-width: 500px) {
.col-md,
[class^='col-md-'],
[class^='col-md-offset-'],
.row[class*='cols-md-'] > * {
box-sizing: border-box;
flex: 0 0 auto;
padding: 0 calc(var(--universal-padding) / 2); }
.col-md,
.row.cols-md > * {
max-width: 100%;
flex-grow: 1;
flex-basis: 0; }
.col-md-1,
.row.cols-md-1 > * {
max-width: 8.3333333333%;
flex-basis: 8.3333333333%; }
.col-md-offset-0 {
margin-left: 0; }
.col-md-2,
.row.cols-md-2 > * {
max-width: 16.6666666667%;
flex-basis: 16.6666666667%; }
.col-md-offset-1 {
margin-left: 8.3333333333%; }
.col-md-3,
.row.cols-md-3 > * {
max-width: 25%;
flex-basis: 25%; }
.col-md-offset-2 {
margin-left: 16.6666666667%; }
.col-md-4,
.row.cols-md-4 > * {
max-width: 33.3333333333%;
flex-basis: 33.3333333333%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-5,
.row.cols-md-5 > * {
max-width: 41.6666666667%;
flex-basis: 41.6666666667%; }
.col-md-offset-4 {
margin-left: 33.3333333333%; }
.col-md-6,
.row.cols-md-6 > * {
max-width: 50%;
flex-basis: 50%; }
.col-md-offset-5 {
margin-left: 41.6666666667%; }
.col-md-7,
.row.cols-md-7 > * {
max-width: 58.3333333333%;
flex-basis: 58.3333333333%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-8,
.row.cols-md-8 > * {
max-width: 66.6666666667%;
flex-basis: 66.6666666667%; }
.col-md-offset-7 {
margin-left: 58.3333333333%; }
.col-md-9,
.row.cols-md-9 > * {
max-width: 75%;
flex-basis: 75%; }
.col-md-offset-8 {
margin-left: 66.6666666667%; }
.col-md-10,
.row.cols-md-10 > * {
max-width: 83.3333333333%;
flex-basis: 83.3333333333%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-11,
.row.cols-md-11 > * {
max-width: 91.6666666667%;
flex-basis: 91.6666666667%; }
.col-md-offset-10 {
margin-left: 83.3333333333%; }
.col-md-12,
.row.cols-md-12 > * {
max-width: 100%;
flex-basis: 100%; }
.col-md-offset-11 {
margin-left: 91.6666666667%; }
.col-md-normal {
order: initial; }
.col-md-first {
order: -999; }
.col-md-last {
order: 999; } }
@media screen and (min-width: 1280px) {
.col-lg,
[class^='col-lg-'],
[class^='col-lg-offset-'],
.row[class*='cols-lg-'] > * {
box-sizing: border-box;
flex: 0 0 auto;
padding: 0 calc(var(--universal-padding) / 2); }
.col-lg,
.row.cols-lg > * {
max-width: 100%;
flex-grow: 1;
flex-basis: 0; }
.col-lg-1,
.row.cols-lg-1 > * {
max-width: 8.3333333333%;
flex-basis: 8.3333333333%; }
.col-lg-offset-0 {
margin-left: 0; }
.col-lg-2,
.row.cols-lg-2 > * {
max-width: 16.6666666667%;
flex-basis: 16.6666666667%; }
.col-lg-offset-1 {
margin-left: 8.3333333333%; }
.col-lg-3,
.row.cols-lg-3 > * {
max-width: 25%;
flex-basis: 25%; }
.col-lg-offset-2 {
margin-left: 16.6666666667%; }
.col-lg-4,
.row.cols-lg-4 > * {
max-width: 33.3333333333%;
flex-basis: 33.3333333333%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-5,
.row.cols-lg-5 > * {
max-width: 41.6666666667%;
flex-basis: 41.6666666667%; }
.col-lg-offset-4 {
margin-left: 33.3333333333%; }
.col-lg-6,
.row.cols-lg-6 > * {
max-width: 50%;
flex-basis: 50%; }
.col-lg-offset-5 {
margin-left: 41.6666666667%; }
.col-lg-7,
.row.cols-lg-7 > * {
max-width: 58.3333333333%;
flex-basis: 58.3333333333%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-8,
.row.cols-lg-8 > * {
max-width: 66.6666666667%;
flex-basis: 66.6666666667%; }
.col-lg-offset-7 {
margin-left: 58.3333333333%; }
.col-lg-9,
.row.cols-lg-9 > * {
max-width: 75%;
flex-basis: 75%; }
.col-lg-offset-8 {
margin-left: 66.6666666667%; }
.col-lg-10,
.row.cols-lg-10 > * {
max-width: 83.3333333333%;
flex-basis: 83.3333333333%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-11,
.row.cols-lg-11 > * {
max-width: 91.6666666667%;
flex-basis: 91.6666666667%; }
.col-lg-offset-10 {
margin-left: 83.3333333333%; }
.col-lg-12,
.row.cols-lg-12 > * {
max-width: 100%;
flex-basis: 100%; }
.col-lg-offset-11 {
margin-left: 91.6666666667%; }
.col-lg-normal {
order: initial; }
.col-lg-first {
order: -999; }
.col-lg-last {
order: 999; } }
:root {
--card-back-color: #3cb4e6;
--card-fore-color: #03234b;
--card-border-color: #03234b; }
.card {
display: flex;
flex-direction: column;
justify-content: space-between;
align-self: center;
position: relative;
width: 100%;
background: var(--card-back-color);
color: var(--card-fore-color);
border: 0.0714285714rem solid var(--card-border-color);
border-radius: var(--universal-border-radius);
margin: var(--universal-margin);
overflow: hidden; }
@media screen and (min-width: 320px) {
.card {
max-width: 320px; } }
.card > .sectione {
background: var(--card-back-color);
color: var(--card-fore-color);
box-sizing: border-box;
margin: 0;
border: 0;
border-radius: 0;
border-bottom: 0.0714285714rem solid var(--card-border-color);
padding: var(--universal-padding);
width: 100%; }
.card > .sectione.media {
height: 200px;
padding: 0;
-o-object-fit: cover;
object-fit: cover; }
.card > .sectione:last-child {
border-bottom: 0; }
@media screen and (min-width: 240px) {
.card.small {
max-width: 240px; } }
@media screen and (min-width: 480px) {
.card.large {
max-width: 480px; } }
.card.fluid {
max-width: 100%;
width: auto; }
.card.warning {
--card-back-color: #e5b8b7;
--card-fore-color: #3b234b;
--card-border-color: #8c0078; }
.card.error {
--card-back-color: #464650;
--card-fore-color: #ffffff;
--card-border-color: #8c0078; }
.card > .sectione.dark {
--card-back-color: #3b234b;
--card-fore-color: #ffffff; }
.card > .sectione.double-padded {
padding: calc(1.5 * var(--universal-padding)); }
:root {
--form-back-color: #ffe97f;
--form-fore-color: #03234b;
--form-border-color: #3cb4e6;
--input-back-color: #ffffff;
--input-fore-color: #03234b;
--input-border-color: #3cb4e6;
--input-focus-color: #0288d1;
--input-invalid-color: #d32f2f;
--button-back-color: #e2e2e2;
--button-hover-back-color: #dcdcdc;
--button-fore-color: #212121;
--button-border-color: transparent;
--button-hover-border-color: transparent;
--button-group-border-color: rgba(124, 124, 124, 0.54); }
form {
background: var(--form-back-color);
color: var(--form-fore-color);
border: 0.0714285714rem solid var(--form-border-color);
border-radius: var(--universal-border-radius);
margin: var(--universal-margin);
padding: calc(2 * var(--universal-padding)) var(--universal-padding); }
fieldset {
border: 0.0714285714rem solid var(--form-border-color);
border-radius: var(--universal-border-radius);
margin: calc(var(--universal-margin) / 4);
padding: var(--universal-padding); }
legend {
box-sizing: border-box;
display: table;
max-width: 100%;
white-space: normal;
font-weight: 500;
padding: calc(var(--universal-padding) / 2); }
label {
padding: calc(var(--universal-padding) / 2) var(--universal-padding); }
.input-group {
display: inline-block; }
.input-group.fluid {
display: flex;
align-items: center;
justify-content: center; }
.input-group.fluid > input {
max-width: 100%;
flex-grow: 1;
flex-basis: 0px; }
@media screen and (max-width: 499px) {
.input-group.fluid {
align-items: stretch;
flex-direction: column; } }
.input-group.vertical {
display: flex;
align-items: stretch;
flex-direction: column; }
.input-group.vertical > input {
max-width: 100%;
flex-grow: 1;
flex-basis: 0px; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
input:not([type]), [type="text"], [type="email"], [type="number"], [type="search"],
[type="password"], [type="url"], [type="tel"], [type="checkbox"], [type="radio"], textarea, select {
box-sizing: border-box;
background: var(--input-back-color);
color: var(--input-fore-color);
border: 0.0714285714rem solid var(--input-border-color);
border-radius: var(--universal-border-radius);
margin: calc(var(--universal-margin) / 2);
padding: var(--universal-padding) calc(1.5 * var(--universal-padding)); }
input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus, textarea:hover, textarea:focus, select:hover, select:focus {
border-color: var(--input-focus-color);
box-shadow: none; }
input:not([type="button"]):not([type="submit"]):not([type="reset"]):invalid, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus:invalid, textarea:invalid, textarea:focus:invalid, select:invalid, select:focus:invalid {
border-color: var(--input-invalid-color);
box-shadow: none; }
input:not([type="button"]):not([type="submit"]):not([type="reset"])[readonly], textarea[readonly], select[readonly] {
background: var(--secondary-back-color); }
select {
max-width: 100%; }
option {
overflow: hidden;
text-overflow: ellipsis; }
[type="checkbox"], [type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
height: calc(1rem + var(--universal-padding) / 2);
width: calc(1rem + var(--universal-padding) / 2);
vertical-align: text-bottom;
padding: 0;
flex-basis: calc(1rem + var(--universal-padding) / 2) !important;
flex-grow: 0 !important; }
[type="checkbox"]:checked:before, [type="radio"]:checked:before {
position: absolute; }
[type="checkbox"]:checked:before {
content: '\2713';
font-family: sans-serif;
font-size: calc(1rem + var(--universal-padding) / 2);
top: calc(0rem - var(--universal-padding));
left: calc(var(--universal-padding) / 4); }
[type="radio"] {
border-radius: 100%; }
[type="radio"]:checked:before {
border-radius: 100%;
content: '';
top: calc(0.0714285714rem + var(--universal-padding) / 2);
left: calc(0.0714285714rem + var(--universal-padding) / 2);
background: var(--input-fore-color);
width: 0.5rem;
height: 0.5rem; }
:placeholder-shown {
color: var(--input-fore-color); }
::-ms-placeholder {
color: var(--input-fore-color);
opacity: 0.54; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button; }
button {
overflow: visible;
text-transform: none; }
button, [type="button"], [type="submit"], [type="reset"],
a.button, label.button, .button,
a[role="button"], label[role="button"], [role="button"] {
display: inline-block;
background: var(--button-back-color);
color: var(--button-fore-color);
border: 0.0714285714rem solid var(--button-border-color);
border-radius: var(--universal-border-radius);
padding: var(--universal-padding) calc(1.5 * var(--universal-padding));
margin: var(--universal-margin);
text-decoration: none;
cursor: pointer;
transition: background 0.3s; }
button:hover, button:focus, [type="button"]:hover, [type="button"]:focus, [type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus,
a.button:hover,
a.button:focus, label.button:hover, label.button:focus, .button:hover, .button:focus,
a[role="button"]:hover,
a[role="button"]:focus, label[role="button"]:hover, label[role="button"]:focus, [role="button"]:hover, [role="button"]:focus {
background: var(--button-hover-back-color);
border-color: var(--button-hover-border-color); }
input:disabled, input[disabled], textarea:disabled, textarea[disabled], select:disabled, select[disabled], button:disabled, button[disabled], .button:disabled, .button[disabled], [role="button"]:disabled, [role="button"][disabled] {
cursor: not-allowed;
opacity: 0.75; }
.button-group {
display: flex;
border: 0.0714285714rem solid var(--button-group-border-color);
border-radius: var(--universal-border-radius);
margin: var(--universal-margin); }
.button-group > button, .button-group [type="button"], .button-group > [type="submit"], .button-group > [type="reset"], .button-group > .button, .button-group > [role="button"] {
margin: 0;
max-width: 100%;
flex: 1 1 auto;
text-align: center;
border: 0;
border-radius: 0;
box-shadow: none; }
.button-group > :not(:first-child) {
border-left: 0.0714285714rem solid var(--button-group-border-color); }
@media screen and (max-width: 499px) {
.button-group {
flex-direction: column; }
.button-group > :not(:first-child) {
border: 0;
border-top: 0.0714285714rem solid var(--button-group-border-color); } }
button.primary, [type="button"].primary, [type="submit"].primary, [type="reset"].primary, .button.primary, [role="button"].primary {
--button-back-color: #1976d2;
--button-fore-color: #f8f8f8; }
button.primary:hover, button.primary:focus, [type="button"].primary:hover, [type="button"].primary:focus, [type="submit"].primary:hover, [type="submit"].primary:focus, [type="reset"].primary:hover, [type="reset"].primary:focus, .button.primary:hover, .button.primary:focus, [role="button"].primary:hover, [role="button"].primary:focus {
--button-hover-back-color: #1565c0; }
button.secondary, [type="button"].secondary, [type="submit"].secondary, [type="reset"].secondary, .button.secondary, [role="button"].secondary {
--button-back-color: #d32f2f;
--button-fore-color: #f8f8f8; }
button.secondary:hover, button.secondary:focus, [type="button"].secondary:hover, [type="button"].secondary:focus, [type="submit"].secondary:hover, [type="submit"].secondary:focus, [type="reset"].secondary:hover, [type="reset"].secondary:focus, .button.secondary:hover, .button.secondary:focus, [role="button"].secondary:hover, [role="button"].secondary:focus {
--button-hover-back-color: #c62828; }
button.tertiary, [type="button"].tertiary, [type="submit"].tertiary, [type="reset"].tertiary, .button.tertiary, [role="button"].tertiary {
--button-back-color: #308732;
--button-fore-color: #f8f8f8; }
button.tertiary:hover, button.tertiary:focus, [type="button"].tertiary:hover, [type="button"].tertiary:focus, [type="submit"].tertiary:hover, [type="submit"].tertiary:focus, [type="reset"].tertiary:hover, [type="reset"].tertiary:focus, .button.tertiary:hover, .button.tertiary:focus, [role="button"].tertiary:hover, [role="button"].tertiary:focus {
--button-hover-back-color: #277529; }
button.inverse, [type="button"].inverse, [type="submit"].inverse, [type="reset"].inverse, .button.inverse, [role="button"].inverse {
--button-back-color: #212121;
--button-fore-color: #f8f8f8; }
button.inverse:hover, button.inverse:focus, [type="button"].inverse:hover, [type="button"].inverse:focus, [type="submit"].inverse:hover, [type="submit"].inverse:focus, [type="reset"].inverse:hover, [type="reset"].inverse:focus, .button.inverse:hover, .button.inverse:focus, [role="button"].inverse:hover, [role="button"].inverse:focus {
--button-hover-back-color: #111; }
button.small, [type="button"].small, [type="submit"].small, [type="reset"].small, .button.small, [role="button"].small {
padding: calc(0.5 * var(--universal-padding)) calc(0.75 * var(--universal-padding));
margin: var(--universal-margin); }
button.large, [type="button"].large, [type="submit"].large, [type="reset"].large, .button.large, [role="button"].large {
padding: calc(1.5 * var(--universal-padding)) calc(2 * var(--universal-padding));
margin: var(--universal-margin); }
:root {
--header-back-color: #03234b;
--header-hover-back-color: #ffd200;
--header-fore-color: #ffffff;
--header-border-color: #3cb4e6;
--nav-back-color: #ffffff;
--nav-hover-back-color: #ffe97f;
--nav-fore-color: #e6007e;
--nav-border-color: #3cb4e6;
--nav-link-color: #3cb4e6;
--footer-fore-color: #ffffff;
--footer-back-color: #03234b;
--footer-border-color: #3cb4e6;
--footer-link-color: #3cb4e6;
--drawer-back-color: #ffffff;
--drawer-hover-back-color: #ffe97f;
--drawer-border-color: #3cb4e6;
--drawer-close-color: #e6007e; }
header {
height: 2.75rem;
background: var(--header-back-color);
color: var(--header-fore-color);
border-bottom: 0.0714285714rem solid var(--header-border-color);
padding: calc(var(--universal-padding) / 4) 0;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden; }
header.row {
box-sizing: content-box; }
header .logo {
color: var(--header-fore-color);
font-size: 1.75rem;
padding: var(--universal-padding) calc(2 * var(--universal-padding));
text-decoration: none; }
header button, header [type="button"], header .button, header [role="button"] {
box-sizing: border-box;
position: relative;
top: calc(0rem - var(--universal-padding) / 4);
height: calc(3.1875rem + var(--universal-padding) / 2);
background: var(--header-back-color);
line-height: calc(3.1875rem - var(--universal-padding) * 1.5);
text-align: center;
color: var(--header-fore-color);
border: 0;
border-radius: 0;
margin: 0;
text-transform: uppercase; }
header button:hover, header button:focus, header [type="button"]:hover, header [type="button"]:focus, header .button:hover, header .button:focus, header [role="button"]:hover, header [role="button"]:focus {
background: var(--header-hover-back-color); }
nav {
background: var(--nav-back-color);
color: var(--nav-fore-color);
border: 0.0714285714rem solid var(--nav-border-color);
border-radius: var(--universal-border-radius);
margin: var(--universal-margin); }
nav * {
padding: var(--universal-padding) calc(1.5 * var(--universal-padding)); }
nav a, nav a:visited {
display: block;
color: var(--nav-link-color);
border-radius: var(--universal-border-radius);
transition: background 0.3s; }
nav a:hover, nav a:focus, nav a:visited:hover, nav a:visited:focus {
text-decoration: none;
background: var(--nav-hover-back-color); }
nav .sublink-1 {
position: relative;
margin-left: calc(2 * var(--universal-padding)); }
nav .sublink-1:before {
position: absolute;
left: calc(var(--universal-padding) - 1 * var(--universal-padding));
top: -0.0714285714rem;
content: '';
height: 100%;
border: 0.0714285714rem solid var(--nav-border-color);
border-left: 0; }
nav .sublink-2 {
position: relative;
margin-left: calc(4 * var(--universal-padding)); }
nav .sublink-2:before {
position: absolute;
left: calc(var(--universal-padding) - 3 * var(--universal-padding));
top: -0.0714285714rem;
content: '';
height: 100%;
border: 0.0714285714rem solid var(--nav-border-color);
border-left: 0; }
footer {
background: var(--footer-back-color);
color: var(--footer-fore-color);
border-top: 0.0714285714rem solid var(--footer-border-color);
padding: calc(2 * var(--universal-padding)) var(--universal-padding);
font-size: 0.875rem; }
footer a, footer a:visited {
color: var(--footer-link-color); }
header.sticky {
position: -webkit-sticky;
position: sticky;
z-index: 1101;
top: 0; }
footer.sticky {
position: -webkit-sticky;
position: sticky;
z-index: 1101;
bottom: 0; }
.drawer-toggle:before {
display: inline-block;
position: relative;
vertical-align: bottom;
content: '\00a0\2261\00a0';
font-family: sans-serif;
font-size: 1.5em; }
@media screen and (min-width: 500px) {
.drawer-toggle:not(.persistent) {
display: none; } }
[type="checkbox"].drawer {
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
clip-path: inset(100%); }
[type="checkbox"].drawer + * {
display: block;
box-sizing: border-box;
position: fixed;
top: 0;
width: 320px;
height: 100vh;
overflow-y: auto;
background: var(--drawer-back-color);
border: 0.0714285714rem solid var(--drawer-border-color);
border-radius: 0;
margin: 0;
z-index: 1110;
right: -320px;
transition: right 0.3s; }
[type="checkbox"].drawer + * .drawer-close {
position: absolute;
top: var(--universal-margin);
right: var(--universal-margin);
z-index: 1111;
width: 2rem;
height: 2rem;
border-radius: var(--universal-border-radius);
padding: var(--universal-padding);
margin: 0;
cursor: pointer;
transition: background 0.3s; }
[type="checkbox"].drawer + * .drawer-close:before {
display: block;
content: '\00D7';
color: var(--drawer-close-color);
position: relative;
font-family: sans-serif;
font-size: 2rem;
line-height: 1;
text-align: center; }
[type="checkbox"].drawer + * .drawer-close:hover, [type="checkbox"].drawer + * .drawer-close:focus {
background: var(--drawer-hover-back-color); }
@media screen and (max-width: 320px) {
[type="checkbox"].drawer + * {
width: 100%; } }
[type="checkbox"].drawer:checked + * {
right: 0; }
@media screen and (min-width: 500px) {
[type="checkbox"].drawer:not(.persistent) + * {
position: static;
height: 100%;
z-index: 1100; }
[type="checkbox"].drawer:not(.persistent) + * .drawer-close {
display: none; } }
:root {
--table-border-color: #03234b;
--table-border-separator-color: #03234b;
--table-head-back-color: #03234b;
--table-head-fore-color: #ffffff;
--table-body-back-color: #ffffff;
--table-body-fore-color: #03234b;
--table-body-alt-back-color: #f4f4f4; }
table {
border-collapse: separate;
border-spacing: 0;
margin: 0;
display: flex;
flex: 0 1 auto;
flex-flow: row wrap;
padding: var(--universal-padding);
padding-top: 0; }
table caption {
font-size: 1rem;
margin: calc(2 * var(--universal-margin)) 0;
max-width: 100%;
flex: 0 0 100%; }
table thead, table tbody {
display: flex;
flex-flow: row wrap;
border: 0.0714285714rem solid var(--table-border-color); }
table thead {
z-index: 999;
border-radius: var(--universal-border-radius) var(--universal-border-radius) 0 0;
border-bottom: 0.0714285714rem solid var(--table-border-separator-color); }
table tbody {
border-top: 0;
margin-top: calc(0 - var(--universal-margin));
border-radius: 0 0 var(--universal-border-radius) var(--universal-border-radius); }
table tr {
display: flex;
padding: 0; }
table th, table td {
padding: calc(0.5 * var(--universal-padding));
font-size: 0.9rem; }
table th {
text-align: left;
background: var(--table-head-back-color);
color: var(--table-head-fore-color); }
table td {
background: var(--table-body-back-color);
color: var(--table-body-fore-color);
border-top: 0.0714285714rem solid var(--table-border-color); }
table:not(.horizontal) {
overflow: auto;
max-height: 100%; }
table:not(.horizontal) thead, table:not(.horizontal) tbody {
max-width: 100%;
flex: 0 0 100%; }
table:not(.horizontal) tr {
flex-flow: row wrap;
flex: 0 0 100%; }
table:not(.horizontal) th, table:not(.horizontal) td {
flex: 1 0 0%;
overflow: hidden;
text-overflow: ellipsis; }
table:not(.horizontal) thead {
position: sticky;
top: 0; }
table:not(.horizontal) tbody tr:first-child td {
border-top: 0; }
table.horizontal {
border: 0; }
table.horizontal thead, table.horizontal tbody {
border: 0;
flex: .2 0 0;
flex-flow: row nowrap; }
table.horizontal tbody {
overflow: auto;
justify-content: space-between;
flex: .8 0 0;
margin-left: 0;
padding-bottom: calc(var(--universal-padding) / 4); }
table.horizontal tr {
flex-direction: column;
flex: 1 0 auto; }
table.horizontal th, table.horizontal td {
width: auto;
border: 0;
border-bottom: 0.0714285714rem solid var(--table-border-color); }
table.horizontal th:not(:first-child), table.horizontal td:not(:first-child) {
border-top: 0; }
table.horizontal th {
text-align: right;
border-left: 0.0714285714rem solid var(--table-border-color);
border-right: 0.0714285714rem solid var(--table-border-separator-color); }
table.horizontal thead tr:first-child {
padding-left: 0; }
table.horizontal th:first-child, table.horizontal td:first-child {
border-top: 0.0714285714rem solid var(--table-border-color); }
table.horizontal tbody tr:last-child td {
border-right: 0.0714285714rem solid var(--table-border-color); }
table.horizontal tbody tr:last-child td:first-child {
border-top-right-radius: 0.25rem; }
table.horizontal tbody tr:last-child td:last-child {
border-bottom-right-radius: 0.25rem; }
table.horizontal thead tr:first-child th:first-child {
border-top-left-radius: 0.25rem; }
table.horizontal thead tr:first-child th:last-child {
border-bottom-left-radius: 0.25rem; }
@media screen and (max-width: 499px) {
table, table.horizontal {
border-collapse: collapse;
border: 0;
width: 100%;
display: table; }
table thead, table th, table.horizontal thead, table.horizontal th {
border: 0;
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
clip-path: inset(100%); }
table tbody, table.horizontal tbody {
border: 0;
display: table-row-group; }
table tr, table.horizontal tr {
display: block;
border: 0.0714285714rem solid var(--table-border-color);
border-radius: var(--universal-border-radius);
background: #ffffff;
padding: var(--universal-padding);
margin: var(--universal-margin);
margin-bottom: calc(1 * var(--universal-margin)); }
table th, table td, table.horizontal th, table.horizontal td {
width: auto; }
table td, table.horizontal td {
display: block;
border: 0;
text-align: right; }
table td:before, table.horizontal td:before {
content: attr(data-label);
float: left;
font-weight: 600; }
table th:first-child, table td:first-child, table.horizontal th:first-child, table.horizontal td:first-child {
border-top: 0; }
table tbody tr:last-child td, table.horizontal tbody tr:last-child td {
border-right: 0; } }
table tr:nth-of-type(2n) > td {
background: var(--table-body-alt-back-color); }
@media screen and (max-width: 500px) {
table tr:nth-of-type(2n) {
background: var(--table-body-alt-back-color); } }
:root {
--table-body-hover-back-color: #90caf9; }
table.hoverable tr:hover, table.hoverable tr:hover > td, table.hoverable tr:focus, table.hoverable tr:focus > td {
background: var(--table-body-hover-back-color); }
@media screen and (max-width: 500px) {
table.hoverable tr:hover, table.hoverable tr:hover > td, table.hoverable tr:focus, table.hoverable tr:focus > td {
background: var(--table-body-hover-back-color); } }
:root {
--mark-back-color: #3cb4e6;
--mark-fore-color: #ffffff; }
mark {
background: var(--mark-back-color);
color: var(--mark-fore-color);
font-size: 0.95em;
line-height: 1em;
border-radius: var(--universal-border-radius);
padding: calc(var(--universal-padding) / 4) var(--universal-padding); }
mark.inline-block {
display: inline-block;
font-size: 1em;
line-height: 1.4;
padding: calc(var(--universal-padding) / 2) var(--universal-padding); }
:root {
--toast-back-color: #424242;
--toast-fore-color: #fafafa; }
.toast {
position: fixed;
bottom: calc(var(--universal-margin) * 3);
left: 50%;
transform: translate(-50%, -50%);
z-index: 1111;
color: var(--toast-fore-color);
background: var(--toast-back-color);
border-radius: calc(var(--universal-border-radius) * 16);
padding: var(--universal-padding) calc(var(--universal-padding) * 3); }
:root {
--tooltip-back-color: #212121;
--tooltip-fore-color: #fafafa; }
.tooltip {
position: relative;
display: inline-block; }
.tooltip:before, .tooltip:after {
position: absolute;
opacity: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
transition: all 0.3s;
z-index: 1010;
left: 50%; }
.tooltip:not(.bottom):before, .tooltip:not(.bottom):after {
bottom: 75%; }
.tooltip.bottom:before, .tooltip.bottom:after {
top: 75%; }
.tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
opacity: 1;
clip: auto;
-webkit-clip-path: inset(0%);
clip-path: inset(0%); }
.tooltip:before {
content: '';
background: transparent;
border: var(--universal-margin) solid transparent;
left: calc(50% - var(--universal-margin)); }
.tooltip:not(.bottom):before {
border-top-color: #212121; }
.tooltip.bottom:before {
border-bottom-color: #212121; }
.tooltip:after {
content: attr(aria-label);
color: var(--tooltip-fore-color);
background: var(--tooltip-back-color);
border-radius: var(--universal-border-radius);
padding: var(--universal-padding);
white-space: nowrap;
transform: translateX(-50%); }
.tooltip:not(.bottom):after {
margin-bottom: calc(2 * var(--universal-margin)); }
.tooltip.bottom:after {
margin-top: calc(2 * var(--universal-margin)); }
:root {
--modal-overlay-color: rgba(0, 0, 0, 0.45);
--modal-close-color: #e6007e;
--modal-close-hover-color: #ffe97f; }
[type="checkbox"].modal {
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
clip-path: inset(100%); }
[type="checkbox"].modal + div {
position: fixed;
top: 0;
left: 0;
display: none;
width: 100vw;
height: 100vh;
background: var(--modal-overlay-color); }
[type="checkbox"].modal + div .card {
margin: 0 auto;
max-height: 50vh;
overflow: auto; }
[type="checkbox"].modal + div .card .modal-close {
position: absolute;
top: 0;
right: 0;
width: 1.75rem;
height: 1.75rem;
border-radius: var(--universal-border-radius);
padding: var(--universal-padding);
margin: 0;
cursor: pointer;
transition: background 0.3s; }
[type="checkbox"].modal + div .card .modal-close:before {
display: block;
content: '\00D7';
color: var(--modal-close-color);
position: relative;
font-family: sans-serif;
font-size: 1.75rem;
line-height: 1;
text-align: center; }
[type="checkbox"].modal + div .card .modal-close:hover, [type="checkbox"].modal + div .card .modal-close:focus {
background: var(--modal-close-hover-color); }
[type="checkbox"].modal:checked + div {
display: flex;
flex: 0 1 auto;
z-index: 1200; }
[type="checkbox"].modal:checked + div .card .modal-close {
z-index: 1211; }
:root {
--collapse-label-back-color: #03234b;
--collapse-label-fore-color: #ffffff;
--collapse-label-hover-back-color: #3cb4e6;
--collapse-selected-label-back-color: #3cb4e6;
--collapse-border-color: var(--collapse-label-back-color);
--collapse-selected-border-color: #ceecf8;
--collapse-content-back-color: #ffffff;
--collapse-selected-label-border-color: #3cb4e6; }
.collapse {
width: calc(100% - 2 * var(--universal-margin));
opacity: 1;
display: flex;
flex-direction: column;
margin: var(--universal-margin);
border-radius: var(--universal-border-radius); }
.collapse > [type="radio"], .collapse > [type="checkbox"] {
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
clip-path: inset(100%); }
.collapse > label {
flex-grow: 1;
display: inline-block;
height: 1.25rem;
cursor: pointer;
transition: background 0.2s;
color: var(--collapse-label-fore-color);
background: var(--collapse-label-back-color);
border: 0.0714285714rem solid var(--collapse-selected-border-color);
padding: calc(1.25 * var(--universal-padding)); }
.collapse > label:hover, .collapse > label:focus {
background: var(--collapse-label-hover-back-color); }
.collapse > label + div {
flex-basis: auto;
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
transition: max-height 0.3s;
max-height: 1px; }
.collapse > :checked + label {
background: var(--collapse-selected-label-back-color);
border-color: var(--collapse-selected-label-border-color); }
.collapse > :checked + label + div {
box-sizing: border-box;
position: relative;
width: 100%;
height: auto;
overflow: auto;
margin: 0;
background: var(--collapse-content-back-color);
border: 0.0714285714rem solid var(--collapse-selected-border-color);
border-top: 0;
padding: var(--universal-padding);
clip: auto;
-webkit-clip-path: inset(0%);
clip-path: inset(0%);
max-height: 100%; }
.collapse > label:not(:first-of-type) {
border-top: 0; }
.collapse > label:first-of-type {
border-radius: var(--universal-border-radius) var(--universal-border-radius) 0 0; }
.collapse > label:last-of-type:not(:first-of-type) {
border-radius: 0 0 var(--universal-border-radius) var(--universal-border-radius); }
.collapse > label:last-of-type:first-of-type {
border-radius: var(--universal-border-radius); }
.collapse > :checked:last-of-type:not(:first-of-type) + label {
border-radius: 0; }
.collapse > :checked:last-of-type + label + div {
border-radius: 0 0 var(--universal-border-radius) var(--universal-border-radius); }
mark.tertiary {
--mark-back-color: #3cb4e6; }
mark.tag {
padding: calc(var(--universal-padding)/2) var(--universal-padding);
border-radius: 1em; }
:root {
--progress-back-color: #3cb4e6;
--progress-fore-color: #555; }
progress {
display: block;
vertical-align: baseline;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 0.75rem;
width: calc(100% - 2 * var(--universal-margin));
margin: var(--universal-margin);
border: 0;
border-radius: calc(2 * var(--universal-border-radius));
background: var(--progress-back-color);
color: var(--progress-fore-color); }
progress::-webkit-progress-value {
background: var(--progress-fore-color);
border-top-left-radius: calc(2 * var(--universal-border-radius));
border-bottom-left-radius: calc(2 * var(--universal-border-radius)); }
progress::-webkit-progress-bar {
background: var(--progress-back-color); }
progress::-moz-progress-bar {
background: var(--progress-fore-color);
border-top-left-radius: calc(2 * var(--universal-border-radius));
border-bottom-left-radius: calc(2 * var(--universal-border-radius)); }
progress[value="1000"]::-webkit-progress-value {
border-radius: calc(2 * var(--universal-border-radius)); }
progress[value="1000"]::-moz-progress-bar {
border-radius: calc(2 * var(--universal-border-radius)); }
progress.inline {
display: inline-block;
vertical-align: middle;
width: 60%; }
:root {
--spinner-back-color: #ddd;
--spinner-fore-color: #555; }
@keyframes spinner-donut-anim {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.spinner {
display: inline-block;
margin: var(--universal-margin);
border: 0.25rem solid var(--spinner-back-color);
border-left: 0.25rem solid var(--spinner-fore-color);
border-radius: 50%;
width: 1.25rem;
height: 1.25rem;
animation: spinner-donut-anim 1.2s linear infinite; }
progress.primary {
--progress-fore-color: #1976d2; }
progress.secondary {
--progress-fore-color: #d32f2f; }
progress.tertiary {
--progress-fore-color: #308732; }
.spinner.primary {
--spinner-fore-color: #1976d2; }
.spinner.secondary {
--spinner-fore-color: #d32f2f; }
.spinner.tertiary {
--spinner-fore-color: #308732; }
span[class^='icon-'] {
display: inline-block;
height: 1em;
width: 1em;
vertical-align: -0.125em;
background-size: contain;
margin: 0 calc(var(--universal-margin) / 4); }
span[class^='icon-'].secondary {
-webkit-filter: invert(25%);
filter: invert(25%); }
span[class^='icon-'].inverse {
-webkit-filter: invert(100%);
filter: invert(100%); }
span.icon-alert {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12' y2='16'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-bookmark {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E"); }
span.icon-calendar {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-credit {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='1' y1='10' x2='23' y2='10'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-edit {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 14.66V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.34'%3E%3C/path%3E%3Cpolygon points='18 2 22 6 12 16 8 16 8 12 18 2'%3E%3C/polygon%3E%3C/svg%3E"); }
span.icon-link {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-help {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='17' x2='12' y2='17'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-home {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E"); }
span.icon-info {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12' y2='8'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-lock {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E"); }
span.icon-mail {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E"); }
span.icon-location {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E"); }
span.icon-phone {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E"); }
span.icon-rss {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11a9 9 0 0 1 9 9'%3E%3C/path%3E%3Cpath d='M4 4a16 16 0 0 1 16 16'%3E%3C/path%3E%3Ccircle cx='5' cy='19' r='1'%3E%3C/circle%3E%3C/svg%3E"); }
span.icon-search {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-settings {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E"); }
span.icon-share {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-cart {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E"); }
span.icon-upload {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='17 8 12 3 7 8'%3E%3C/polyline%3E%3Cline x1='12' y1='3' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E"); }
span.icon-user {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E"); }
span.icon-st-update {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48ZyBmaWxsPSIjMDMyMzRiIj48cGF0aCBkPSJNMTcwLjkzNCA2NC41NjlsLS4wNC0uMDU1LTI5LjA0OSA0MC4wMzgtLjA1Ny4wNzloMTQuODY3YTU5LjM2NiA1OS4zNjYgMCAwIDEtMS40ODggMTUuNjE1Yy0xLjE1OCA1LjMxOC0zLjgwNyAxMy40NDgtOS44NDggMjEuOTc3LTIuNzY2IDQuMTE4LTYuMzc1IDcuNzI2LTkuMjA4IDEwLjQwOC0zLjQyNiAyLjg1Ny03LjQ2MSA2LjA5NS0xMiA4LjM3Ni04LjEyMSA0LjU2OC0xNy44ODEgNy4xMzgtMjguMjI1IDcuNDMyLTEwLjkwNy4yNDgtMjAuMjAxLTIuNjEtMjYuMDcyLTUuMDUyLTguMjgzLTMuNDc5LTE0LjExMS03LjgwNy0xNi44NS0xMC4wNzgtMS4yNTQtLjk1Ni0yLjI1LTEuOTA3LTMuMDU3LTIuNjc2YTI4LjY2MiAyOC42NjIgMCAwIDAtMS4xNTctMS4wNjkgMTU4Ljg3NCAxNTguODc0IDAgMCAwLTEuNDc5LTEuMzYybC00LjQzNS0zLjk1NiAzLjU2OSA0LjgxLjE4My4yNDNjLjIuMjYzLjU0OC43MjIgMS4wNDggMS4zODkuMjc2LjMzNC41NzkuNzQ3LjkzIDEuMjI2bC4wMDguMDFjLjY4OS45MzkgMS41NDYgMi4xMDcgMi42NjQgMy4zMjIgMyAzLjUzNiA4LjE3OCA4LjgwMSAxNS44MDggMTMuODAxIDUuOTY5IDMuODY2IDE1LjY3MiA4LjkwMSAyOC4wMDEgMTAuOTM1YTc5LjA1IDc5LjA1IDAgMCAwIDEyLjQ4NS45OThjNy45NyAwIDE1LjY1MS0xLjIyOCAyMi44MjgtMy42NDkgNi4zNjYtMS44NzcgMTIuMTkyLTQuOTgxIDE3LjA1My03Ljc3MSA2LjE2LTMuOTM2IDEwLjgxNy03LjU4NiAxNC42NTQtMTEuNDg4IDguMDg0LTcuODk5IDE0Ljg4NC0xNy45MTMgMTkuMTUtMjguMTk5IDMuMjU5LTcuNTk0IDUuNDU2LTE1LjcyNyA2LjUyOS0yNC4xNzVsLjA1NS0uNDI1LjA4My0uNjQxSDIwMGwtMjkuMDY2LTQwLjA2M3pNNTguMTU5IDk5LjIzMmwtMTIuNjU1LjU2M2MtLjA5Ny0uODgxLS4xNTktMS45ODYtLjIyNy0zLjQ3NGE1OS4xODQgNTkuMTg0IDAgMCAxIDEuNDQ2LTE2LjU2YzEuMTU3LTUuMzE2IDMuODA0LTEzLjQ0NCA5Ljg0OC0yMS45NzcgMi4xNjgtMy4yMjggNS4wMDktNi40NCA5LjIwOC0xMC40MTUgMy40MS0yLjg0OSA3LjQzMi02LjA4IDEyLjAwNS04LjM3NSA4LjExNC00LjU2OCAxNy44Ny03LjEzOCAyOC4yMTMtNy40MzIgMTAuOS0uMjUgMjAuMTk2IDIuNjA3IDI2LjA3MiA1LjA0NSA4LjI1OCAzLjQ3MyAxNC4xMDUgNy44MTIgMTYuODU3IDEwLjA5MSAxLjI1Ny45NTEgMi4yNTMgMS45MDQgMy4wNTcgMi42NzNsLjAxNy4wMTZjLjQzLjQxMS44MDEuNzY2IDEuMTM2IDEuMDUxLjQ3NS40MzguODQxLjc3NyAxLjA5MSAxLjAxbC4xMzguMTI4LjI0OC4yMjkgNC4wNCAzLjYxMy0zLjE2NS00LjQ1NmMtLjA1OC0uMDgzLS4zMTItLjQxNy0uNzMtLjk3MWwtLjUwNy0uNjdhMjguOTIyIDI4LjkyMiAwIDAgMS0uOTAxLTEuMTkybC0uMDItLjAyN2MtLjY5LS45NDUtMS41NDgtMi4xMjEtMi42NzctMy4zNDYtMy4wMDItMy41MzctOC4xODItOC44MDMtMTUuODEzLTEzLjgwMS01Ljk2NC0zLjg2NS0xNS42NjItOC45LTI3Ljk5Ny0xMC45MzUtOC40ODQtMS4zNjMtMjEuNDk2LTIuMDA5LTM1LjMxMyAyLjY1MS02LjM1NSAxLjg4LTEyLjE4NiA0Ljk4My0xNy4wNTQgNy43NzItNi4xNjMgMy45NDQtMTAuODIgNy41OTUtMTQuNjU0IDExLjQ4OC04LjA3OSA3Ljg5NC0xNC44ODIgMTcuOTA5LTE5LjE1NSAyOC4yLTMuMjY4IDcuNjI0LTUuNDYzIDE1Ljc1Ny02LjUyMyAyNC4xNzMtLjQzNiAzLjI4MS0uNjQyIDUuNDIxLS42NjQgNi45MjZMMCAxMDEuODMxbDMwLjY4MyAzOC43MjcuMDQyLjA1MyAyNy4zOC00MS4yOTguMDU0LS4wODF6IiBzdHlsZT0iZmlsbDogI2U2MDA3ZTsiLz48L2c+PC9zdmc+Cg==); }
span.icon-st-add {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48ZyBmaWxsPSIjMTMyNTRhIj48cGF0aCBkPSJNMTAwIC4yMTJDNDQuODY4LjIxMiAwIDQ0Ljg4OSAwIDk5Ljc4OGMwIDU1LjEzMiA0NC44NjggMTAwIDEwMCAxMDBzMTAwLTQ0Ljg2OCAxMDAtMTAwQzIwMCA0NC44ODkgMTU1LjEzMi4yMTIgMTAwIC4yMTJ6bTAgMTgxLjE2NGMtNDQuOTc0IDAtODEuNTg3LTM2LjYxNC04MS41ODctODEuNTg3IDAtNDQuNzYyIDM2LjYxNC04MS4xNjQgODEuNTg3LTgxLjE2NCA0NC45OTUgMCA4MS41ODcgMzYuNDAyIDgxLjU4NyA4MS4xNjQgMCA0NC45NzMtMzYuNTkyIDgxLjU4Ny04MS41ODcgODEuNTg3eiIgc3R5bGU9ImZpbGw6ICNlNjAwN2U7Ii8+PHBhdGggZD0iTTE0MS4xIDg4LjEyN2gtMjkuNDM5VjU4LjY4OGMwLTYuMzkyLTUuMTg1LTExLjU5OC0xMS41OTgtMTEuNTk4LTYuNDEzIDAtMTEuNjE5IDUuMjA2LTExLjYxOSAxMS41OTh2MjkuNDM5SDU4LjQ3NmMtNi4zOTIgMC0xMS41OTggNS4xODUtMTEuNTk4IDExLjU5OCAwIDYuNDEzIDUuMjA2IDExLjYxOSAxMS41OTggMTEuNjE5aDI5Ljk2OHYyOS45NjhjMCA2LjM5MiA1LjIwNiAxMS41OTggMTEuNjE5IDExLjU5OCA2LjQxMyAwIDExLjU5OC01LjIwNiAxMS41OTgtMTEuNTk4di0yOS45NjhIMTQxLjFjNi4zOTIgMCAxMS41OTgtNS4yMDYgMTEuNTk4LTExLjYxOSAwLTYuNDEzLTUuMjA2LTExLjU5OC0xMS41OTgtMTEuNTk4eiIgc3R5bGU9ImZpbGw6ICNlNjAwN2U7Ii8+PC9nPjwvc3ZnPgo=); }
:root {
--generic-border-color: rgba(0, 0, 0, 0.3);
--generic-box-shadow: 0 0.2857142857rem 0.2857142857rem 0 rgba(0, 0, 0, 0.125), 0 0.1428571429rem 0.1428571429rem -0.1428571429rem rgba(0, 0, 0, 0.125); }
.hidden {
display: none !important; }
.visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
border: 0 !important;
padding: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(100%) !important;
clip-path: inset(100%) !important;
overflow: hidden !important; }
.bordered {
border: 0.0714285714rem solid var(--generic-border-color) !important; }
.rounded {
border-radius: var(--universal-border-radius) !important; }
.circular {
border-radius: 50% !important; }
.shadowed {
box-shadow: var(--generic-box-shadow) !important; }
.responsive-margin {
margin: calc(var(--universal-margin) / 4) !important; }
@media screen and (min-width: 500px) {
.responsive-margin {
margin: calc(var(--universal-margin) / 2) !important; } }
@media screen and (min-width: 1280px) {
.responsive-margin {
margin: var(--universal-margin) !important; } }
.responsive-padding {
padding: calc(var(--universal-padding) / 4) !important; }
@media screen and (min-width: 500px) {
.responsive-padding {
padding: calc(var(--universal-padding) / 2) !important; } }
@media screen and (min-width: 1280px) {
.responsive-padding {
padding: var(--universal-padding) !important; } }
@media screen and (max-width: 499px) {
.hidden-sm {
display: none !important; } }
@media screen and (min-width: 500px) and (max-width: 1279px) {
.hidden-md {
display: none !important; } }
@media screen and (min-width: 1280px) {
.hidden-lg {
display: none !important; } }
@media screen and (max-width: 499px) {
.visually-hidden-sm {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
border: 0 !important;
padding: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(100%) !important;
clip-path: inset(100%) !important;
overflow: hidden !important; } }
@media screen and (min-width: 500px) and (max-width: 1279px) {
.visually-hidden-md {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
border: 0 !important;
padding: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(100%) !important;
clip-path: inset(100%) !important;
overflow: hidden !important; } }
@media screen and (min-width: 1280px) {
.visually-hidden-lg {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
border: 0 !important;
padding: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(100%) !important;
clip-path: inset(100%) !important;
overflow: hidden !important; } }
img[alt="ST logo"] { display: block; margin: auto; width: 75%; max-width: 250px; min-width: 71px; }
img[alt="Cube logo"] { float: right; width: 30%; max-width: 10rem; min-width: 8rem; padding-right: 1rem;}
.figure {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFgZGlEzFW7/H0YnaPoKy70Nbd3+PoMkxtkJ6wUmiDwMjSIz9isLrHcoSaQlp4AyNL////eT6MggAAABF0Uk5T/////////////////////wAlrZliAAAAwklEQVR42tyT3RaEIAiEEc20H+X9n3YZtK1zNtv7uBnLTxjISP4EvQmIlMt9NCDUUTgDluF+JQMyVtPYQ9T98GRyr3V+7MJpAZF0qaz8BC0GoIVdZLtaE/HQZEDR1coKui/Awl0VsFzVa6npIHwv6M2D7y/5JBaRtasQH8dm7s5gcemqwGkehKULbXRtNrSe3nMr7dhGBwVwiU0fmzUIWv+9D8gXbXTVxRvAt+lhdC7c3CjCDdGvupWc4hv/i3F8BBgAYng6Zvs4ti4AAAAASUVORK5CYIIqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABUlJREFUeNrsl1uMVdUZx3/fWmuffc6ZOQMzgjDgCE6QcSBYi4CQgmPRUi9oUtsQQyKJl8iLVR6a8KDGS3ygTVqrqUaT2kJDjEElrYaWkegIWLVTxFHBkaswg5y54FzOmTm3vfdafdgTioFpfCDxobOSnbWSL3ut3/etb/2/tcQ5x/fZFN9zmwCYAJgAMP/LmB3I3d3acXx91+DobJQRpbVDabQSjAhaK7QIWgtaBKUABGvB4ogsWBf3kQNnLbiIciVQC2dP6V59zRXXjQvQ3nl808YtuzZmCw5MkgAFno94SXyjSHsK39P4niZphKSnSGiFc45SaOMvcJQDSymIKIaWMAixQYlifpgX7235YNwIjBZLP3ryL60b+/MhCS9BfUZY1HgpmWQCJwoRUBJ7LSoeKwGFgIB1seeOeOwcWMb6KCTlzXA3LbjihXEB2j47dt/xvhwmleLHzfU8tqaFKbWTLubWdwC7LwjgoOGt9kM/i6KIy+tqeHrdzWRSiYudey875yIROR/gUHZ4TXvniclKYMm8xrOL//vIKdq+6MZPJFBag9IopRGlxhJQEBECa1k5dzpN0+OIvf3JUfZ3DZBKJYkcLG689MyKK6e/Pt4p8Fs/PrxuNJdDeQkmV6fOGo50neaZN3YzuW4qxk8ixkM8HzEeRis8JSil0JVRbmysBWBwOMdvWz/nVJDE2IhSYYQFM2q2A70icj5AKbQr29o/vdpXFoflyxPZs7a1Ny4mjOA3O/bjS4KEEdAO0Q60QilFMYi4fkaauTOnxrn0RTdfF4TaKkWlXKFxiolWzK3/87hCtPPTE/cdOHSMpNGkPMW+A4fZvLtzzCqsW7WEJ+5qIYgiyqUiRBVcUMEFZWwQEJSL3LGkCca82/nlACmtcEGZvsFBrp8z5cOk77dfUIgix5W/277rluzQAGUmk/KTGOPY9MrfGSkWefDmhQD8YlkzNTU1PLVtD0GphOe7WFyiMs31dSxraoi3rC/HnpP9DJdL5IMAFRa5dXHzy8Qn8vwI/PPA0XX72tvTSU8xWi5zplCgp1CgbyTHr7a8yYbNO4hsBMCq+TN56Pbr6BotcmokT9dInsPDOVZfOwvfxFP+8V9HOdTbT3+xwOhwjtULr+pqumza38aT4syfdry3tpjPY6QGojHZjCxoDzEez/51LwNDOV5YfyfVKZ+b5jeQ8IXuoRwYw6SqNC1N9QD05Aps3vsZWiJ0JSCZUGxYefU2YPCCAL1DI7cd7O5vnDOnEaMNohROaURrnGhQCiuaPZ2n6DozxLyGadT6mmkq4HRYISyVuGN+PQ2T0gBs27ufvmyWqqo0hWKRZQuaKosuv2TLBYuRc4666tQDOzc9jFaKb11Rv3VhdSgRatJJAI71DnCydwDfOrR13L9yUZxLkeW1jzrxsOhKCTeSZ80PZ7cq4cC5Uz/06Es89/R6jLV2qWf0DZdk0t9ZxkqVkCe3/oO+nj4whpYfzGXpVbMA2NVxhPc/P4Y2mlwu4OdLm7+5Z/n8x8/9/5ePvMgffr8tBtBaLwdGgPC7LB5Flq3v7qO75xt+sqiZoByy4fYVGB0n35HT/SyfM0Om1taEP13Y1L7+lmWPAZ8EQcjzm3fwwUcHee2NNphUFR/u7GiQmZ42dXEZwAFyEbRegAA43dq2n18/8yo9A8N0HvwKrENVp+Lq+PWbmLU7s8XLMuYkQGgd8+p8ZlYbbpiZZlZaeOudj+nsPAFakcmk8RMeg4N5EEEkJrb2v7miJK4JDseu3R28u7eDKF+AhEGqUijg3MeQTLyMJgD+7wH+MwAGPDUwrbBm8gAAAABJRU5ErkJggg==" rel="icon" type="image/x-icon" />
<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Topic msdt:dt="string">6</mso:Topic>
<mso:Content msdt:dt="string">5</mso:Content>
</mso:CustomDocumentProperties>
</xml><![endif]-->
<script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("True"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="uxqritlacd4yky65dm2a-f-ca1f20cc9-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"34","ak.cp":"1192461","ak.ai":parseInt("681189",10),"ak.ol":"0","ak.cr":15,"ak.ipv":4,"ak.proto":"h2","ak.rid":"3f779e6","ak.r":42381,"ak.a2":n,"ak.m":"b","ak.n":"essl","ak.bpcip":"165.225.20.0","ak.cport":28024,"ak.gh":"96.16.123.133","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.csrc":"-","ak.acc":"","ak.t":"1675434804","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==xw7oKBar/RJUcxDEtLl1RqOyYMAbfND0x9XwK0R9fghlDbSgrFLGexiWS4MQjyZSrdTHfiXrg7LRky1+ncdZ8AjWTtM0sSZIgG8YRttAbYzPaASqga4SDe3tJqfPi8teBoLr3e+evs0qs7MRRLBXupSxAkQmBCRDa/Fc4lWFCHcMraQ58Il/gSVwErrk9ax+ICJbJyXAEHAWV0xV7Ct5p4yupltxChh/RmkbSR549Qy0jCPyj3pFrh87pqfMCLMChWYGdJ8ny+4CIPvL2KZMFWpx1ND74MVjkUxtJ2CqasU8Y99JH6BN/bPMMBlzXWYksJMwV74yA0pSeXMG48OhvgCbPNSTJB1mp/dCNxZ/jyR2u3AmV2a+g4YYjVPKiHIKTnYjfeiMwSsTA2mqXKRhA61kfd5LBVVTRgvwXTOvRs4=","ak.pv":"68","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script><script nonce="7155fe2996a34850cfa33187909b89c1">bazadebezolkohpepadr="900693160"</script><script type="text/javascript" src="https://www.st.com/akam/13/35af7f8e" nonce="7155fe2996a34850cfa33187909b89c1" defer></script>
<script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("True"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="soq3i4ix267iczdzvhoa-f-5b4609ceb-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"35","ak.cp":"1192461","ak.ai":parseInt("681189",10),"ak.ol":"0","ak.cr":34,"ak.ipv":4,"ak.proto":"h2","ak.rid":"19de57b","ak.r":37884,"ak.a2":n,"ak.m":"b","ak.n":"essl","ak.bpcip":"147.161.180.0","ak.cport":52991,"ak.gh":"23.215.190.125","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.csrc":"-","ak.acc":"","ak.t":"1685694940","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==QJFN8a7DPegOPuqUIygyw4YLhaa3MCmFHeeZKC2JgE9CBZWkm+lkILTKfXYx3dSHctYqN4s5smPAnZTLgUtYX9sMrVJPXD/ODAoyJc0l4jinGPs9Du5KEeTCGLjfqoc2SXM3fDyEnNJb3ay+JYRcokMMCHlZAia/p8Xs7DoV7oTi8NPLItED1uSSeR+Ln1Qb78AVvXOAXrlyHDWfoVWyb/J9Lf+4ROP6oYC7RU6P4aepEtRtQPCY1oYeg6NcSjGOF6F6j46MFgyQhLrJYxwJPfkROq30PdFiYyM/4lwECijKBf2dssDCqvDyAyZv5T5KQhdjShypLMyJZTi1AdB75dzC22TyGMtCzX2ReWBtCuCSVxobODoUhM81osSmxoE+cK2Aa/WcP/QR9rYTeQ6gELuUPFUzufecsHTxPbB5TrY=","ak.pv":"74","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script>
<script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("True"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="soq3mzdacd4ykzjncaqq-f-b262598a4-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"36","ak.cp":"1192461","ak.ai":parseInt("681189",10),"ak.ol":"0","ak.cr":21,"ak.ipv":4,"ak.proto":"h2","ak.rid":"6373b7b","ak.r":42381,"ak.a2":n,"ak.m":"b","ak.n":"essl","ak.bpcip":"147.161.182.0","ak.cport":49019,"ak.gh":"96.16.123.133","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.csrc":"-","ak.acc":"","ak.t":"1697452065","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==Esn5YSJ/m3mzolDMUtcOtmvl1hr8mH/D3YOOayX8k6DIfC4L13haZ5mAO7HybZM+DQBjhcrcoW8+7eAf/eLtG47mW/675dc0jz/Y48YWXJNi88oWzNdQzlAQQWgYGTdO2ULtDaox3vMcPD86JOSk+9fJfNuHebkqwI1Kvzn59qFzj2gRCN0Xvs00TSS8wH2pArAvQlkpctZs10QSy7yLQ/+dv1XFfEONzat5juAoZZHGbMO2SsC495Z9EqUFNQG6gVDJtmZqiVAYN3mxcBzvXT6OhUDeLzo0TOkyQeEoT2Fu75mQJKwvYzQ3nXnnxN8b+zemP09djo6Qqhq42wEmE0lhnfXk6JL56cEJEHpwIpQfzV7eBoZUpIZxyvI0fxfLrNVjfQOQzXgWnsriJZpNVKSwxQi/V7kt0cx4fLpzbeg=","ak.pv":"96","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script><script nonce="488e05d580e6dafa4ee36907f04ad0ca">bazadebezolkohpepadr="1233346408"</script><script type="text/javascript" src="https://www.st.com/akam/13/49835f08" nonce="488e05d580e6dafa4ee36907f04ad0ca" defer></script>
<script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("True"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="soq3mzdachatyznfenya-f-72fec01b1-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"36","ak.cp":"1192461","ak.ai":parseInt("681189",10),"ak.ol":"0","ak.cr":19,"ak.ipv":4,"ak.proto":"h2","ak.rid":"517f47d7","ak.r":42384,"ak.a2":n,"ak.m":"b","ak.n":"essl","ak.bpcip":"147.161.182.0","ak.cport":18239,"ak.gh":"96.17.104.60","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.csrc":"-","ak.acc":"","ak.t":"1705321328","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==l5W5zS3DpEBmgaZu+rxho42NBUdczX6rG+JS33XM5hNRiA8ZyQgzhoOVXi77jouWI1SOywnViTptnLa+yeIYjwK6ULEayQH/yDt8pXOriVcMkLyZrVtGIRWi99UOx2sqy9O+fbScu3NupBfokZUTXPrp9Gfl4zg0jM9jAPd6z7YUrdtk5puqhmw/LpWfHNQpV9clwRXwc5i875TM1/F1EoFB7sUwQflydKkKVEj1NyBjAUQtNsMBJuOa/DG7H6+Yz59ku/tIlOVTN3Q2GF9DDSCoNpVB/h+plBf0sARcKC0+//6w9PPeGf8Ft2dYf7KXWN3ZIM4frv62EVFu8FAFWB65ly5WM1RbTU6WqEnIunlbNUN/qdBKkVKyRPmcKsn8sr2oxWiB8Qur/NVvKFkZ/si0Q7ACsWzRDClYY6cindA=","ak.pv":"110","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script>
<script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("True"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="soq3mzcy3xkvqzpzjxlq-f-c5f7af4f9-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"37","ak.cp":"1192461","ak.ai":parseInt("681189",10),"ak.ol":"0","ak.cr":16,"ak.ipv":4,"ak.proto":"h2","ak.rid":"1d5b7b07","ak.r":30832,"ak.a2":n,"ak.m":"b","ak.n":"essl","ak.bpcip":"147.161.182.0","ak.cport":55610,"ak.gh":"88.221.213.84","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.csrc":"-","ak.acc":"","ak.t":"1710837207","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==a3hsPBZaJJNVk3NibZic9Rbv7hpfgHFtG0GHQ3JE+9abmf5p0g/lWqNOiI23I1sfpQRu2iLLzM9jpwhk8xend9gvkhjdPrzPRcEn6bOMVI69tKEKsK8qow0H3jaB+wp+KjijzLxcfq8A+7MJ2dTyUypfClYUMsTD7fRCXMiC8qb+ivtKfJ+cC17dCKi9TDid+a/1cpj6xuazxmb6e2zIkb2AOaq0nMVRvIuq/fox+zPZvOsy8XBbVq9yJWwLfrr7DRts3978PW1AHhC/pwCG2drIr3Aaaopj78X6ijy72TyTf9npwNG0htgrqviTCPF8hIYYjlp8O5QcNUMAK+jRpm/kLiWu97tZJubC5a4Pxoo2XOAVKvkUfhTW+M3XrM2oxZQJRzuhBSuq4ARf5jZq1JylYnsN01kjjYTMp33csYo=","ak.pv":"113","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script>
<script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("True"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="yogiqwiccailqzwjza5a-f-39cb6e072-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"37","ak.cp":"1192461","ak.ai":parseInt("681189",10),"ak.ol":"0","ak.cr":17,"ak.ipv":4,"ak.proto":"h2","ak.rid":"27a9f3fe","ak.r":47519,"ak.a2":n,"ak.m":"b","ak.n":"essl","ak.bpcip":"195.140.136.0","ak.cport":57276,"ak.gh":"23.38.121.152","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.csrc":"-","ak.acc":"","ak.t":"1724500026","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==CYAllW26AtRrN4ENALBIigyBnT7Dw73msQCUiEkKGzJZJVh/J1JmwcquXTzzotdpNl4xisHni6K+i9HkATZQlndQ8G5T7QUtXMkvx0zuS2fxQ5yuHwIL1yaDmHaAx59NoM7tYOTWK1d8Yk9vdQW0/1AcvXlXf2CCNva5nEVjKrGv9tsdMESdYoiQ9sAd+TofQ3v+BHg7TEO79aKk9Rx6kCq81m7TLYDa/IZxj6lrc0Kd3hPo0VUiE+DP2B3rIynqgT+qaUKCswK5XD1BIpOJoYfYYqfPBQLb4HGZZvb8wV5g2HjfzzuBHY2r7G6ehR0xDGMThvq5PKMPn1sIL7rMHmmZaJubjkBKpgDWgLd4ZDLJAdjdIu48CeA1MuAEQqaCjKC4ljq07fz8JeLA/4KOrDOxdVH7OJksA6z5DwIvwNE=","ak.pv":"142","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head>
<body>
<div class="row">
<div class="col-sm-12 col-lg-3">
<center>
<h1 id="these-are-additional-license-terms-for">These are Additional License Terms for</h1>
<h1 id="package-rpn-name"><mark>STM32CubeIDE</mark></h1>
<p>Copyright © 2024 STMicroelectronics</p>
<p>All rights reserved</p>
<a href="https://www.st.com" class="logo"><img src="data:image/png;base64,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" alt="ST logo" /></a>
</center>
</div>
<div class="col-sm-12 col-lg-9">
<div class="collapse">
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true"><strong>ANNEX 1: LIST OF SOFTWARE COMPONENTS (AND ASSOCIATED LICENSES) IN THE SOFTWARE PACKAGE</strong></label>
<div>
<table>
<thead>
<tr class="header">
<th>Component</th>
<th>Copyright</th>
<th>License</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>ST components</td>
<td>STMicroelectronics</td>
<td><a href=" https://www.st.com/sla0048">SLA</a></td>
</tr>
<tr class="even">
<td>com.google.gson</td>
<td>Copyright (C) 2008 Google Inc , Joel Leitch, Inderjeet Singh</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>com.ibm.icu</td>
<td> Copyright (C) 1996-2011, International Business Machines Corporation and others</td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="odd">
<td>com.sun.xml.bind</td>
<td> Copyright (c) 1997, 2020 Oracle and/or its affiliates , Daniel Kec</td>
<td><a href="https://opensource.org/license/bsd-3-clause">BSD-3-Clause</a></td>
</tr>
<tr class="even">
<td>jakarta.xml.bind</td>
<td>Copyright (c) 2017, 2018 Oracle and/or its affiliates</td>
<td><a href="https://opensource.org/license/bsd-3-clause">BSD-3-Clause</a></td>
</tr>
<tr class="odd">
<td>javax.activation</td>
<td>Copyright (c) 1997, 2018 Oracle and/or its affiliates</td>
<td><a href="https://opensource.org/license/bsd-3-clause">BSD-3-Clause</a></td>
</tr>
<tr class="even">
<td>javax.xml</td>
<td>David Megginson (david@megginson.com), software copyright (c) 1999, IBM Corporation (http://www.ibm.com) , software copyright (c) 1999, Sun Microsystems (http://www.sun.com), software copyright (c) 2000 World Wide Web Consortium (http://www.w3.org) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.build.gcc.core</td>
<td>Copyright (c) 2020 Torbjörn Svensson and other</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.build.gcc.ui</td>
<td>Copyright (c) 2020 Torbjörn Svensson and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.codan.checkers.ui</td>
<td>Copyright (c) 2009, 2011 Alena Laskavaia and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.build.crossgcc</td>
<td>Copyright (c) 2009 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.codan.checkers</td>
<td>Copyright (c) 2009, 2011 Alena Laskavaia and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.codan.core.cxx</td>
<td>Copyright (c) 2010, 2011 Alena Laskavaia and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.codan.core</td>
<td>Copyright (c) 2009, 2011 Alena Laskavaia and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.codan.ui.cxx</td>
<td>Copyright (c) 2010, 2011 Alena Laskavaia and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.codan.ui</td>
<td>Copyright (c) 2009, 2011 Alena Laskavaia and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.core.native</td>
<td>Copyright (c) 2003, 2015 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.core.win32.x86_64</td>
<td>Copyright (c) 2011 Marc-Andre Laperle and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.core.win32</td>
<td>Copyright (c) 2005, 2011 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.core</td>
<td>Copyright (c) 2003, 2020 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.debug.core.memory</td>
<td>Copyright (c) 2020 ArSysOp and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.debug.core</td>
<td>Copyright (c) 2003, 2009 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.debug.gdbjtag.core</td>
<td>Copyright (c) 2007 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.debug.gdbjtag.ui</td>
<td>Copyright (c) 2007 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.debug.gdbjtag</td>
<td>Copyright (c) 2007 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.debug.ui.memory.floatingpoint</td>
<td>Copyright (c) 2012 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.debug.ui.memory.memorybrowser</td>
<td>Copyright (c) 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.debug.ui.memory.search</td>
<td>Copyright (c) 2009 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.debug.ui.memory.traditional</td>
<td>Copyright (c) 2009, 2010 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.debug.ui.memory.transport</td>
<td>Copyright (c) 2009 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.debug.ui</td>
<td>Copyright (c) 2003, 2007 QNX Software Systems and other</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.doc.user</td>
<td>Copyright (c) 2006, 2009 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.dsf.ui</td>
<td>Copyright (c) 2006, 2009 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.dsf</td>
<td>Copyright (c) 2006, 2009 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.flatpak.launcher</td>
<td> Copyright (c) 2020 Red Hat Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.gdb.ui</td>
<td>Copyright (c) 2010 Freescale Semiconductor and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.gdb</td>
<td>Copyright (c) 2010 Freescale Semiconductor and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.launch.remote</td>
<td>Copyright (c) 2006, 2009 PalmSource, Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.launch</td>
<td>Copyright (c) 2003, 2009 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.make.core</td>
<td>Copyright (c) 2003, 2009 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.make.ui</td>
<td>Copyright (c) 2000, 2009 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.managedbuilder.core</td>
<td>Copyright (c) 2003, 2015 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.managedbuilder.gnu.ui</td>
<td>Copyright (c) 2005, 2015 Texas Instruments Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.managedbuilder.headlessbuilderapp</td>
<td>Copyright (c) 2021 STMicroelectronics and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.managedbuilder.ui</td>
<td>Copyright (c) 2005, 2015 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.native.serial</td>
<td>Copyright (c) 2020 Torbjörn Svensson and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td> org.eclipse.cdt.platform.branding </td>
<td>Copyright (c) 2005, 2011 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.ui</td>
<td>Copyright (c) 2003, 2024 IBM Corporation, QNX Software Systems, and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt</td>
<td>Copyright (c) 2003, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.compare.core</td>
<td>Copyright (c) 2009, 2011 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.compare.win32</td>
<td>Copyright (c) 2008, 2011 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.compare</td>
<td>Copyright (c) 2000, 2016 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.commands</td>
<td>Copyright (c) 2004,2005 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.contenttype</td>
<td>Copyright (c) 2000, 2005 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.databinding.beans</td>
<td>Copyright (c) 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.databinding.observable</td>
<td>Copyright (c) 2000, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.databinding.property</td>
<td>Copyright (c) 2000, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.databinding</td>
<td>Copyright (c) 2000, 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.expressions</td>
<td>Copyright (c) 2000, 2007 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.filebuffers</td>
<td>Copyright (c) 2000, 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.filesystem.win32.x86_64</td>
<td>Copyright (c) 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.filesystem</td>
<td>Copyright (c) 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.jobs</td>
<td>Copyright (c) 2005, 2014 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.net.win32.x86_64</td>
<td>Copyright (c) 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.net.win32</td>
<td>Copyright (c) 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.net</td>
<td>Copyright (c) 2008, 2017 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.resources.win32.x86_64</td>
<td>-Copyright (c) 2018 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.resources</td>
<td>Copyright (c) 2000, 2018 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.core.runtime</td>
<td>Copyright (c) 2003, 2007 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>Copyright (c) 2003, 2007 IBM Corporation and others</td>
<td>Copyright (c) 2000, 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.debug.core</td>
<td>Copyright (c) 2000, 2014 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.debug.ui.launchview</td>
<td>Copyright (c) 2000, 2019 SSI Schaefer IT Solutions GmbH and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.debug.ui</td>
<td>Copyright (c) 2000, 2020 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.core.commands</td>
<td>Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.core.contexts</td>
<td>Copyright (c) 2009, 2015 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.core.di.annotations</td>
<td> Copyright (c) 2012, 2013 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.core.di.extensions</td>
<td>Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.core.di</td>
<td>Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.core.services</td>
<td>Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.emf.xpath</td>
<td>Copyright (c) 2013 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.bindings</td>
<td>Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.ui.css.core</td>
<td>Copyright (c) 2010, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.css.swt.theme</td>
<td>Copyright (c) 2010, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.ui.css.swt</td>
<td>Copyright (c) 2010, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.di</td>
<td>Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.ui.dialogs</td>
<td>Copyright (c) 2010, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.ide</td>
<td>Copyright (c) 2019 Eclipse Foundation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.ui.model.workbench</td>
<td>Copyright (c) 2010, 2014 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.progress</td>
<td>Copyright (c) 2010, 2014 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.ui.services</td>
<td> Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.swt.win32</td>
<td>Copyright (c) 2020 vogella GmbH and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.ui.widgets</td>
<td> Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.workbench.addons.swt</td>
<td>Copyright (c) 2010, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.ui.workbench.renderers.swt</td>
<td> Copyright (c) 2010 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.workbench.swt</td>
<td>Copyright (c) 2010, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.ui.workbench</td>
<td> Copyright (c) 2010, 2012 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.ui.workbench3</td>
<td>Copyright (c) 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.ecf.filetransfer</td>
<td> Copyright (c) 2007 Composent Inc., IBM Corp. and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ecf.identity</td>
<td>Copyright (c) 2007 Composent Inc., IBM Corp. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.ecf.provider.filetransfer.httpclient5.win32</td>
<td> Copyright (c) 2019 Yatta Solutions and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ecf.provider.filetransfer.httpclient5</td>
<td>Copyright (c) 2019 Yatta Solutions and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.ecf.provider.filetransfer.httpclientjava</td>
<td> Copyright (c) 2019 Yatta Solutions and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ecf.provider.filetransfer.ssl</td>
<td>Copyright (c) 2007 Composent Inc., IBM Corp, and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.ecf.provider.filetransfer</td>
<td> Copyright (c) 2007 Composent Inc., IBM Corp. and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ecf.ssl</td>
<td>Copyright (c) 2007 Composent Inc., IBM Corp, and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ecf </td>
<td> Copyright (c) 2010 Composent Inc., IBM and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.emf.common</td>
<td>Copyright (c) 2002-2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.emf.ecore.change </td>
<td> Copyright (c) 2003-2008 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.emf.ecore.xmi</td>
<td>Copyright (c) 2002-2008 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.emf.ecore </td>
<td> Copyright (c) 2002-2010 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.epp.mpc.core.win32</td>
<td>Copyright (c) 2010, 2018 The Eclipse Foundation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.epp.mpc.help.ui </td>
<td> Copyright (c) 2007, 2018 David Green and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.epp.mpc.ui.css</td>
<td>Copyright (c) 2010, 2018 The Eclipse Foundation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.epp.mpc.ui </td>
<td> Copyright (c) 2010, 2018 The Eclipse Foundation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.app</td>
<td>Copyright (c) 2003, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.bidi </td>
<td> Copyright (c) 2010 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.common</td>
<td>Copyright (c) 2005, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.concurrent </td>
<td> Copyright (c) 2008 EclipseSource and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.console</td>
<td>Copyright (c) 2011 SAP AG and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.event </td>
<td> Copyright (c) 2005, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.frameworkadmin.equinox</td>
<td>Copyright (c) 2008, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.frameworkadmin </td>
<td> Copyright (c) 2008, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.http.jetty</td>
<td>Copyright (c) 2005, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.http.registry </td>
<td> Copyright (c) 2007, 2010 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.http.servlet</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.jsp.jasper.registry </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.jsp.jasper</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.launcher.win32.win32.x86_64 </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.artifact.repository</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.console </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.core</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.director.app </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.director</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.directorywatcher </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.discovery.compatibility</td>
<td>Copyright (c) 2009, 2010 Tasktop Technologies and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.discovery </td>
<td> Copyright (c) 2009, 2010 Tasktop Technologies and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.engine</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.extensionlocation </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.garbagecollector</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.jarprocessor </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.metadata.repository</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.metadata </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.operations</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.publisher.eclipse </td>
<td> Copyright (c) 2007, 2011 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.publisher</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.reconciler.dropins </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.repository.tools</td>
<td>Copyright (c) 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.repository </td>
<td> Copyright (c) 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.touchpoint.eclipse</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.touchpoint.natives </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.transport.ecf</td>
<td>Copyright (c) 2010 - 2011 Sonatype, Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.ui.discovery </td>
<td> Copyright (c) 2009, 2010 Tasktop Technologies and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.ui.importexport</td>
<td>Copyright (c) 2011 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.ui.sdk.scheduler </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.ui.sdk</td>
<td>Copyright (c) 2007, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.ui </td>
<td> Copyright (c) 2007, 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.updatechecker</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.p2.updatesite </td>
<td> Copyright (c) 2008, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.preferences</td>
<td>Copyright (c) 2005, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.registry </td>
<td> Copyright (c) 2005, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.security.ui</td>
<td>Copyright (c) 2005, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.security.win32.x86_64 </td>
<td> Copyright (c) 2008, 2011 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.security</td>
<td>Copyright (c) 2005, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.equinox.simpleconfigurator.manipulator </td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.simpleconfigurator</td>
<td>Copyright (c) 2008, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.help.base</td>
<td> Copyright (c) 2000, 2011 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.help.ui</td>
<td>Copyright (c) 2000, 2011 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.help.webapp </td>
<td> Copyright (c) 2000, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.help</td>
<td>Copyright (c) 2000, 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.jdt.core.compiler.batch </td>
<td> Copyright (c) 2000, 2011 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.jface.databinding</td>
<td>Copyright (c) 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.jface.text </td>
<td> Copyright (c) 2000, 2005 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.jface</td>
<td>Copyright (c) 2000, 2005 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.jsch.core </td>
<td> Copyright (c) 2000, 2005 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.jsch.ui</td>
<td>Copyright (c) 2000, 2007 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.launchbar.core </td>
<td> copyright (c) 2020 Torbjörn Svensson and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.launchbar.ui</td>
<td>Copyright (c) 2014, 2023 Contributors to the Eclipse Foundation</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ltk.core.refactoring </td>
<td> Copyright (c) 2000, 2006 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.osgi.compatibility.state</td>
<td>Copyright (c) 2004, 2018 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.osgi.services </td>
<td> Copyright (c) 2003, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.osgi.util</td>
<td>Copyright (c) 2003, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.osgi </td>
<td> Copyright (c) 2003, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.platform.doc.user</td>
<td>Copyright (c) 2000, 2008 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.platform </td>
<td> Copyright (c) 2000, 2021 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.rcp</td>
<td>Copyright (c) 2000, 2016 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.remote.console </td>
<td> Copyright (c) 2015 QNX Software Systems, Inc. and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.remote.core</td>
<td>Copyright (c) 2013 IBM Corporation</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.remote.doc.isv </td>
<td> Copyright (c) IBM Corp. and others 2004, 2021 </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.remote.jsch.core</td>
<td>Copyright (c) 2013 IBM Corporation</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.remote.jsch.ui </td>
<td> Copyright (c) 2013 IBM Corporation </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.remote.serial.core</td>
<td>Copyright (c) 2015 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.remote.serial.ui </td>
<td> Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.remote.telnet.core</td>
<td>Copyright (c) 2015 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.remote.telnet.ui </td>
<td> Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.remote.ui</td>
<td>Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.search.core </td>
<td> Copyright (c) 2000, 2012 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.search</td>
<td>Copyright (c) 2000, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.swt.win32.win32.x86_64 </td>
<td> Copyright (c) 2000, 2007 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.swt</td>
<td>Copyright (c) 2000, 2005 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.team.core</td>
<td> org.eclipse.team.genericeditor.diff.extension </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.team.genericeditor.diff.extension</td>
<td>Copyright (c) 2000, 2014 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.team.ui</td>
<td> Copyright (c) 2000, 2014 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.text.quicksearch</td>
<td>Copyright (c) 2019 Pivotal Inc and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.text </td>
<td> Copyright (c) 2000, 2005 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.tm.terminal.control</td>
<td>Copyright (c) 2018, 2023 Contributors to the Eclipse Foundation</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.tools.templates.core </td>
<td> Copyright (c) 2017 QNX Software Systems and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.tools.templates.freemarker</td>
<td>Copyright (c) 2017 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.tools.templates.ui </td>
<td> Copyright (c) 2017 QNX Software Systems and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.browser</td>
<td>Copyright (c) 2005, 2011 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.cheatsheets </td>
<td> Copyright (c) 2003, 2008 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.console</td>
<td>Copyright (c) 2000, 2008 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.editors </td>
<td> Copyright (c) 2000, 2016 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.externaltools</td>
<td>Copyright (c) 2000, 2012 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.forms </td>
<td> Copyright (c) 2000, 2005 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.genericeditor</td>
<td>Copyright (c) 2016, 2017 Red Hat Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.ide.application </td>
<td> Copyright (c) 2006, 2014 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.ide</td>
<td>Copyright (c) 2000, 2019 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.intro.quicklinks </td>
<td> Copyright (c) 2016 Manumitting Technologies Inc and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.intro.universal</td>
<td>Copyright (c) 2000, 2016 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.intro </td>
<td> Copyright (c) 2000, 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.monitoring</td>
<td>Copyright (c) 2014, 2016 Google, Inc and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.navigator.resources </td>
<td> Copyright (c) 2003, 2014 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.navigator</td>
<td>Copyright (c) 2005, 2007 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.net </td>
<td> Copyright (c) 2000, 2007 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.themes</td>
<td>Copyright (c) 2013, 2015 vogella GmbH and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.views.log </td>
<td> Copyright (c) 2000, 2008 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.views.properties.tabbed</td>
<td>Copyright (c) 2001, 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.views</td>
<td> Copyright (c) 2000, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.views.properties.tabbed</td>
<td>Copyright (c) 2001, 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.views</td>
<td> Copyright (c) 2000, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.win32</td>
<td>Copyright (c) 2000, 2005 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui.workbench.texteditor </td>
<td> Copyright (c) 2000, 2022 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ui.workbench</td>
<td>Copyright (c) 2000, 2014 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.ui </td>
<td> Copyright (c) 2000, 2019 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.update.configurator</td>
<td>Copyright (c) 2003, 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.urischeme </td>
<td> Copyright (c) 2018 SAP SE and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.userstorage.oauth</td>
<td>Copyright (c) 2003, 2006 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td> org.eclipse.userstorage.ui </td>
<td> Copyright (c) 2015 Eike Stepper (Berlin, Germany) and others </td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.userstorage</td>
<td>Copyright (c) 2015 Eike Stepper (Berlin, Germany) and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.antlr.runtime</td>
<td>Copyright (c) 2012 Terence Parr and Sam Harwell</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.commons.io</td>
<td>Copyright 2002-2020 The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.commons.jxpath</td>
<td>Copyright (c) 2007, 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.commons.logging</td>
<td>Copyright 2003-2014 The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.httpcomponents.httpcore</td>
<td>Copyright 2005-2022 The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.logging.log4j</td>
<td>Copyright Terracotta , Copyright 2005-2006 Tim Fennell</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.bouncycastle.bcpg</td>
<td>Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc</td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="odd">
<td>org.bouncycastle.bcprov</td>
<td>Copyright (c) 2000 - 2015 The Legion of the Bouncy </td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="even">
<td>org.freemarker</td>
<td>Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.osgi.service.provisioning</td>
<td>Copyright (c) OSGi Alliance (2010, 2012) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.osgi.util.measurement</td>
<td>Copyright (c) OSGi Alliance (2002, 2016)</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.osgi.util.position</td>
<td>Copyright (c) OSGi Alliance (2010, 2013) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.sat4j.core</td>
<td>Copyright (c) 2003-2005, Niklas Een, Niklas Sorensson</td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="odd">
<td>org.sat4j.pb</td>
<td>Copyright (c) 2005-2007 Olivier ROUSSEL and Vasco MANQUINHO </td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="even">
<td>org.slf4j.api</td>
<td>Copyright (c) 2004-2008 QOS.ch</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.gnu.build</td>
<td>Copyright (c) 2008 Wind River Systems and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.gnu.debug</td>
<td>Copyright (c) 2005, 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.gnu.dsf</td>
<td>Copyright (c) 2005, 2010 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.native</td>
<td>Copyright (c) 2020 Torbjörn Svensson and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.platform</td>
<td>Copyright (c) 2005, 2011 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.e4.rcp</td>
<td>Copyright (c) 2010, 2014 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ecf.core.feature</td>
<td>Copyright (c) 2009 Composent, Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.ecf.core.ssl.feature</td>
<td>Copyright (c) 2009 Composent, Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ecf.filetransfer.feature</td>
<td>Copyright (c) 2004, 2007 Composent, Inc</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.ecf.filetransfer.httpclient5.feature</td>
<td>Copyright (c) 2021 Composent, Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.ecf.filetransfer.httpclientjava.feature</td>
<td>Copyright (c) 2021 Composent, Inc., Yatta Solutions, and Christoph Läubrich and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.ecf.filetransfer.ssl.feature</td>
<td>Copyright (c) 2014 Composent, Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.core.feature</td>
<td>Copyright (c) 2010, 2013 EclipseSource Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.equinox.p2.discovery.feature</td>
<td>Copyright (c) 2014 Composent, Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.extras.feature</td>
<td>Copyright (c) 2010, 2013 EclipseSource Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.remote</td>
<td>Copyright (c) IBM Corp. and others 2004, 2021</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.userstorage </td>
<td>Copyright (c) 2015 Eike Stepper (Berlin, Germany) and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.equinox.p2.rcp.feature</td>
<td>Copyright (c) 2011, 2012 EclipseSource Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.equinox.p2.user.ui </td>
<td>Copyright (c) 2011, 2013 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.help</td>
<td>Copyright (c) 2008, 2013 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.remote.serial </td>
<td>Copyright (c) 2015 QNX Software Systems Corporation</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.userstorage </td>
<td>Copyright (c) 2015 Eike Stepper (Berlin, Germany) and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.tm.terminal.control.feature </td>
<td>Copyright (c) 2006, 2018 Wind River Systems, Inc. and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>ant</td>
<td>The Apache Ant Project</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>ant-launcher</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>com.l2fprod.common- propertysheet</td>
<td>Copyright 2005 - 2009 L2FProd.com</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>commons-cli</td>
<td>Copyright 2001-2017 The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>commons-collections4</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>commons-io</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>commons-lang3</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>commons-compress</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>commons-math3</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>commons-net</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>filters</td>
<td>Copyright 2006 Jerry Huxtable</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>freemarker</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>gson</td>
<td>Copyright 2008 Google Inc.</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>httpclient</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>swingworker</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>ini4j</td>
<td>Copyright 2005,2009 Ivan SZKIBA</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>Zlib</td>
<td>Copyright © 1995-2022 Jean-loup Gailly and Mark Adler</td>
<td><a href="https://opensource.org/license/zlib/">Zlib</a></td>
</tr>
<tr class="even">
<td>jackson-annotations</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>jackson-core</td>
<td>Tatu Saloranta (tatu.saloranta@iki.fi), and has been in development since 2007</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>jackson-databind</td>
<td>Tatu Saloranta (tatu.saloranta@iki.fi), and has been in development since 2007</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>jakarta.xml.bind-api</td>
<td>Copyright © 2018, 2022 Oracle and/or its affiliates.</td>
<td><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
</tr>
<tr class="even">
<td>jaxb-impl</td>
<td>Copyright © 2018 Oracle and/or its affiliates</td>
<td><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
</tr>
<tr class="odd">
<td>jna</td>
<td>Copyright © 2007-2013 Timothy Wall, Copyright © 2007 Wayne Meissner</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>jna-platform</td>
<td>Copyright © 2007 Timothy Wall, 2007 Olivier Chafik, 2014 Martin Steiger and 2015 Goldstein Lyor</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>joda-time</td>
<td>Copyright 2001-2005 Stephen Colebourne</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>log4j</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.commons.io</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>poi</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>poi-ooxml</td>
<td>Copyright 2003-2020 The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>poi-ooxml-schemas</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>poi-scratchpad</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>proxy-vole</td>
<td>Copyright 2016 Markus Bernhardt</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>RxJS</td>
<td>Copyright © 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>sqlite-jdbc</td>
<td>Copyright © 2007 David Crawshaw david@zentus.com Copyright 2009 Taro L. Saito</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>xerces</td>
<td>Copyright © 2000 World Wide Web Consortium,(Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University)</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>xmlbeans</td>
<td>Copyright 2004 The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>curvesapi</td>
<td>Copyright © 2005, Graph Builder</td>
<td><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
</tr>
<tr class="odd">
<td>jaxen</td>
<td>Copyright 2003 The Werken Company, Copyright 2000-2002 bob mcwhirter & James Strachan.</td>
<td><a href="https://opensource.org/license/bsd-2-Clause/">BSD-2-Clause</a></td>
</tr>
<tr class="even">
<td>cream</td>
<td>Copyright © 2003-2008 by Naoyuki Tamura (tamura @ kobe-u.ac.jp)</td>
<td><a href="https://opensource.org/licenses/LGPL-2.1">LGPL-2.1</a></td>
</tr>
<tr class="odd">
<td>jcommon</td>
<td>Copyright © 2000-2006, by Object Refinery Limited and Contributors.</td>
<td><a href="https://opensource.org/licenses/LGPL-3.0">LGPL-3.0-only </a></td>
</tr>
<tr class="even">
<td>JxBrowser</td>
<td>Copyright © 2000-2023 TeamDev Ltd</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1s-p_YZlGAWG3hPIduP2xOTaebOlYlCY0abhAKqFc4L0/edit#gid=1880239935">Chromium Open-Source Components Licenses</a>
</td>
</tr>
<tr class="odd">
<td>JxBrowser-linux64</td>
<td>Copyright © 2000-2023 TeamDev Ltd</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1s-p_YZlGAWG3hPIduP2xOTaebOlYlCY0abhAKqFc4L0/edit#gid=1880239935">Chromium Open-Source Components Licenses</a>
</td>
</tr>
<tr class="even">
<td>JxBrowser-mac</td>
<td>Copyright © 2000-2023 TeamDev Ltd</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1s-p_YZlGAWG3hPIduP2xOTaebOlYlCY0abhAKqFc4L0/edit#gid=1880239935">Chromium Open-Source Components Licenses</a>
</td>
</tr>
<tr class="even">
<td>JxBrowser-swing</td>
<td>Copyright © 2000-2023 TeamDev Ltd</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1s-p_YZlGAWG3hPIduP2xOTaebOlYlCY0abhAKqFc4L0/edit#gid=1880239935">Chromium Open-Source Components Licenses</a>
</td>
</tr>
<tr class="even">
<td>JxBrowser-win64</td>
<td>Copyright © 2000-2023 TeamDev Ltd</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1s-p_YZlGAWG3hPIduP2xOTaebOlYlCY0abhAKqFc4L0/edit#gid=1880239935">Chromium Open-Source Components Licenses</a>
</td>
</tr>
<tr class="odd">
<td>swingx</td>
<td>Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,Santa Clara, California 95054, U.S.A.</td>
<td><a href="https://opensource.org/licenses/LGPL-3.0">LGPL-3.0-only </a></td>
</tr>
<tr class="even">
<td>jfreechart</td>
<td>Christian W. Zuckschwerdt</td>
<td><a href="https://opensource.org/licenses/LGPL-3.0">LGPL-3.0-only </a></td>
</tr>
<tr class="odd">
<td>jSerialComm</td>
<td>Copyright © 2012-2019 Fazecast</td>
<td><a href="https://opensource.org/licenses/LGPL-3.0">LGPL-3.0-only </a></td>
</tr>
<tr class="odd">
<td>axios</td>
<td>2021 by Matt Zabriskie</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="odd">
<td>bootstrap</td>
<td>Copyright © 2011-2021 Twitter, Inc. ,Copyright © 2011-2021 The Bootstrap Authors</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>crypto-js</td>
<td>Copyright © 2009-2013 Jeff Mott, Copyright © 2013-2016 Evan Vosberg</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="odd">
<td>file-saver</td>
<td>Copyright © 2016 [Eli Grey][1].</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>html-react-parser</td>
<td>Copyright © 2016 Menglin "Mark" Xu <a href="mark@remarkablemark.org">mark@remarkablemark.org</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>react</td>
<td>Copyright © Facebook, Inc. and its affiliates.</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="odd">
<td>react-bootstrap</td>
<td>Copyright © 2014-present Stephen J. Collings, Matthew Honnibal, Pieter Vanderwerff</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>react-easy-crop</td>
<td>Copyright © 2022 Valentin Hervieu</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="odd">
<td>react-loader-spinner</td>
<td>Copyright © 2018 Mohan Pd.</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>semantic-ui-react</td>
<td>Copyright © 2016 TechnologyAdvice</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="odd">
<td>semver4j</td>
<td>Copyright © 2015-present Vincent DURMONT vdurmont@gmail.com</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>itext</td>
<td>Bruno Lowagie, Paulo Soares, Mark Hall, Xavier Le Vourch</td>
<td><a href="https://opensource.org/licenses/MPL-1.1">MPL-1.1</a></td>
</tr>
<tr class="odd">
<td>Java SE and Java FX</td>
<td>Copyright © 1989, 1991 Free Software Foundation, Inc.</td>
<td style="text-align: left;"><a href="#collapse-section8">see ANNEX 2 : GPL-2.0 with Classpath Exception</td>
</tr>
<tr class="even">
<td>GraalVM</td>
<td>Copyright © 2023, Oracle and/or its affiliates</td>
<td><a href="#collapse-section8">see ANNEX 2 : GPL-2.0 with Classpath Exception</a></td>
</tr>
<tr class="odd">
<td>json</td>
<td>Copyright © 2002 JSON.org</td>
<td><a href="#collapse-section3">see ANNEX 3: JSON License</td>
</tr>
<tr class="odd">
<td>json-simple</td>
<td>Copyright © 2009, Yidong Fang (fangyidong@yahoo.com.cn), Chris Kokleberg</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>jdom</td>
<td>Copyright © 2000-2007 Jason Hunter & Brett McLaughlin</td>
<td><a href="#collapse-section4">see ANNEX 4: JDOM License</td>
</tr>
<tr class="even">
<td>batik-awt-util</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>batik-dom</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>batik-svg-dom</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>batik-svggen</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>batik-util</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>batik-xml</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>delight-rhino-sandbox</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>java-uuid-generator</td>
<td>Copyright © 2002 Tatu Saloranta, tatu.saloranta@iki.fi</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>rhino-runtime</td>
<td>Attila Szegedi, Brendan Eich, Frank Mitchell, Hannes Wallnoefer, Igor Bukanov,Matthew Crumley, Raphael Spey, Matthias Radestock, Mike Harm, Mike McCabe, Mike Shaver, Nick Thompson, Norris Boyd, Raphael Speyer, Roger Lawrence, Ronald Brill, Steve Yegge</td>
<td><a href="https://opensource.org/license/mpl-2-0/">MPL-2.0</a></td>
</tr>
<tr class="odd">
<td>slf4j-api</td>
<td>Copyright © 2004-2011 QOS.ch</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>prop-types</td>
<td>Copyright © 2013-present, Facebook, Inc.</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="odd">
<td>react-collapsible</td>
<td>Copyright © 2017 Glenn Flanagan</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>react-dom</td>
<td>Copyright © Facebook, Inc. and its affiliates.</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="odd">
<td>react-scripts</td>
<td>Copyright © 2013-present, Facebook, Inc.</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>react-three-fiber</td>
<td>Copyright © 2020 Paul Henschel</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="odd">
<td>three</td>
<td>Copyright © 2010-2024 three.js authors</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>typescript</td>
<td>Copyright © 1991-2017 Unicode, Inc, Copyright © 2018 WHATWG (Apple, Google, Mozilla, Microsoft), Copyright © 2018 The Khronos Group Inc</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>web-vitals</td>
<td>The Apache Software Foundation</td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>jakarta.activation-api</td>
<td>Copyright © 1997, 2021 Oracle and/or its affiliates.</td>
<td><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
</tr>
<tr class="odd">
<td>jaxb-core</td>
<td>Copyright © 1997, 2021 Oracle and/or its affiliates.</td>
<td><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
</tr>
<tr class="odd">
<td>@csstools/convert-colors</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5: CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>@csstools/normalize.css</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>css-blank-pseudo</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>css-has-pseudo</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>css-prefers-color-scheme</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>cssdb</td>
<td>Copyright © CSSTools Contributors</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5: CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>mdn-data</td>
<td>Mozilla Developer Network</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-browser-comments</td>
<td>Jonathan Neal (csstools@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-color-functional-notation</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-color-mod-function</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-dir-pseudo-class</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-double-position-gradients</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-env-function</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-focus-visible</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-focus-within</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-gap-properties</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-image-set-function</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-lab-function</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-logical</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-nesting</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-normalize</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-overflow-shorthand</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-place</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>postcss-preset-env</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>postcss-pseudo-class-any-link</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>sanitize.css</td>
<td>Jonathan Neal (jonathantneal@hotmail.com)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>spdx-license-ids</td>
<td>Shinnosuke Watanabe (https://github.com/shinnn)</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="even">
<td>language-subtag-registry</td>
<td>@copyright Copyright © 2013, Matthew Caruana Galizia</td>
<td style="text-align: left;"><a href="#collapse-section5">see ANNEX 5 : CC0 1.0 Universal</td>
</tr>
<tr class="odd">
<td>QT framework</td>
<td>Copyright © 2017, The Qt Company Ltd, Contact: https://www.qt.io/licensing</td>
<td><a href="https://opensource.org/licenses/LGPL-3.0">LGPL-3.0-only</a></td>
</tr>
<tr class="even">
<td>LibUSB</td>
<td>Copyright © 2001 Johannes Erdfelt johannes@erdfelt.com. Copyright © 2007-2009 Daniel Drake dsd@gentoo.org. Copyright © 2010-2012 Peter Stuge peter@stuge.se. Copyright © 2008-2016 Nathan Hjelm hjelmn@users.sourceforge.net. Copyright © 2009-2013 Pete Batard pete@akeo.ie. Copyright © 2009-2013 Ludovic Rousseau ludovic.rousseau@gmail.com. Copyright © 2010-2012 Michael Plante michael.plante@gmail.com. Copyright © 2011-2013 Hans de Goede hdegoede@redhat.com. Copyright © 2012-2013 Martin Pieuchot mpi@openbsd.org. Copyright © 2012-2013 Toby Gray toby.gray@realvnc.com. Copyright © 2013-2018 Chris Dickens christopher.a.dickens@gmail.com</td>
<td><a href="https://opensource.org/licenses/LGPL-2.0">LGPL-2.0-only</a></td>
</tr>
<tr class="odd">
<td>ELFIO</td>
<td>Copyright © 2001-2012 by Serge Lamikhov-Center</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>OpenSSL</td>
<td>Copyright © 2002-2016 The OpenSSL Project Authors</td>
<td style="text-align: left;"><a href="#collapse-section9">see ANNEX 6 : Dual OpenSSL and SSLeay</td>
</tr>
<tr class="odd">
<td>ImgTool</td>
<td>Copyright © 2018-2020 Artem Smirnov urpylka@gmail.com</td>
<td><a href="https://opensource.org/license/apache-2-0/">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>QtQml</td>
<td>2015 The Qt Company Ltd</td>
<td><a href="https://opensource.org/licenses/lgpl-2.1.php">LGPL-2.1</a></td>
</tr>
<tr class="odd">
<td>Expr</td>
<td>Copyright © 2014 Andrea Griffini</td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
</tr>
<tr class="even">
<td>PSA_ADAC [SDM]</td>
<td>Arm Limited and Contributors, IAR Systems AB, Belledonne Communications, Grenoble France, John-Mark Gurney, Cryptography Research, Inc, INRIA and Microsoft Corporation, The Mbed TLS Contributors, Wind River Systems, Inc, Nordic Semiconductor, ASA Runtime Inc, Linaro Ltd, Open-Source Foundries Limited, Cypress Semiconductor Corporation, Laurence Lundblade, The Linux Foundation, Odzhan, STMicroelectronics</td>
<td style="text-align: left;"><a href="#collapse-section10">see ANNEX 7 : SLA0044</td>
</tr>
<tr class="odd">
<td>Spdx-exception</td>
<td>Copyright © 2010-2015 Linux Foundation and its Contributors.</td>
<td style="text-align: left;"><a href="#collapse-section6">see ANNEX 8: Spdx-exception CC-BY-3.0</td>
</tr>
<tr class="even">
<td>caniuse-lite</td>
<td>Copyright 2020 Ben Briggs</td>
<td style="text-align: left;"><a href="#collapse-section7">see ANNEX 9 : caniuse-lite CC-BY-4.0</td>
</tr>
<tr class="odd">
<td>org.tukaani.xz</td>
<td> Copyright (C) The XZ for Java authors and contributors , Lasse Collin (lasse.collin@tukaani.org) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.osgi.util.xml</td>
<td> Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.osgi.util.promise</td>
<td> Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.osgi.util.function</td>
<td> Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.osgi.service.wireadmin</td>
<td>Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.osgi.service.useradmin</td>
<td> Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.osgi.service.upnp</td>
<td>Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.osgi.service.prefs</td>
<td> Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.osgi.service.metatype</td>
<td>Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.osgi.service.event</td>
<td> Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.osgi.service.device</td>
<td>Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.osgi.service.component</td>
<td> Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.osgi.service.cm</td>
<td>Copyright (c) Contributors to the Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.objectweb.asm.util</td>
<td> Copyright (c) 2000-2011 INRIA, France Telecom </td>
<td><a href="https://opensource.org/license/bsd-3-clause">BSD-3-Clause</a></td>
</tr>
<tr class="odd">
<td>org.objectweb.asm.tree</td>
<td>Copyright (c) 2000-2011 INRIA, France Telecom </td>
<td><a href="https://opensource.org/license/bsd-3-clause">BSD-3-Clause</a></td>
</tr>
<tr class="even">
<td>org.objectweb.asm.tree.analysis</td>
<td> Copyright (c) 2000-2011 INRIA, France Telecom </td>
<td><a href="https://opensource.org/license/bsd-3-clause">BSD-3-Clause</a></td>
</tr>
<tr class="odd">
<td>org.objectweb.asm.commons</td>
<td>Copyright (c) 2000-2011 INRIA, France Telecom </td>
<td><a href="https://opensource.org/license/bsd-3-clause">BSD-3-Clause</a></td>
</tr>
<tr class="even">
<td>org.mortbay.jasper.apache-jsp</td>
<td> Copyright 1999-2021 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.swtchart</td>
<td>Copyright (c) 2017, 2020 Lablicate GmbH </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.jetty.util</td>
<td>Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.jetty.session</td>
<td>Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.jetty.servlet-api</td>
<td> Copyright (c) 1995-2012 Mort Bay Consulting Pty</td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.jetty.server</td>
<td>Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.jetty.security</td>
<td> Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.jetty.io</td>
<td>Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.jetty.http </td>
<td> Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.jetty.ee8.servlet</td>
<td>Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.jetty.ee8.server</td>
<td> Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.jetty.ee8.security</td>
<td>Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.variables</td>
<td> Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.xmlgraphics</td>
<td> Copyright 2006-2023 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.lucene.core</td>
<td> Copyright (C) 2011 Zygmunt Saloni, Włodzimierz Gruszczyński, Marcin Woliński, Robert Wołosz </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.lucene.analysis-smartcn</td>
<td> Copyright (c) 2001 Dr Martin Porter, Copyright (c) 2002 Richard Boulton, Copyright (c) 2010 Jean-Philippe Barrette-LaPierre, Copyright (c) 2006 Dawid Weiss, Copyright (c) 2007-2011 Dawid Weiss, Marcin Miłkowski, Copyright © 2011 Zygmunt Saloni, Włodzimierz Gruszczyński,
Marcin Woliński, Robert Wołosz Copyright (c) 2011-2016, Yann Collet </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.lucene.analysis-common</td>
<td> Copyright (c) 2001 Dr Martin Porter, Copyright (c) 2002 Richard Boulton, Copyright (c) 2010 Jean-Philippe Barrette-LaPierre, Copyright (c) 2006 Dawid Weiss, Copyright (c) 2007-2011 Dawid Weiss, Marcin Miłkowski, Copyright © 2011 Zygmunt Saloni, Włodzimierz Gruszczyński,
Marcin Woliński, Robert Wołosz Copyright (c) 2011-2016, Yann Collet </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.httpcomponents.httpcore</td>
<td> Copyright 2005-2022 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.httpcomponents.httpclient</td>
<td> Copyright (c) 2008 Alexander Beider,Stephen P. Morse </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.httpcomponents.core5.httpcore5-h2 </td>
<td> Copyright 2014 The Apache Software Foundation , Copyright (c) OSGi Alliance (2000, 2009) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.httpcomponents.core5.httpcore5</td>
<td> Copyright 2014 The Apache Software Foundation , Copyright (c) OSGi Alliance (2000, 2009) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.httpcomponents.client5.httpclient5-win </td>
<td> Copyright 2014 The Apache Software Foundation , Copyright (c) OSGi Alliance (2000, 2009) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.httpcomponents.client5.httpclient5</td>
<td> Copyright 2014 The Apache Software Foundation , Copyright (c) OSGi Alliance (2000, 2009) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.felix.scr </td>
<td> Copyright 2014 The Apache Software Foundation , Copyright (c) OSGi Alliance (2000, 2009) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.felix.gogo.shell</td>
<td> Copyright 2014 The Apache Software Foundation , Copyright (c) OSGi Alliance (2000, 2009) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.felix.gogo.runtime </td>
<td> Copyright 2014 The Apache Software Foundation , Copyright (c) OSGi Alliance (2000, 2009) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.felix.gogo.command</td>
<td> Copyright 2014 The Apache Software Foundation , Copyright (c) OSGi Alliance (2000, 2009) </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.commons.logging </td>
<td> Copyright 2003-2014 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.commons.jxpath</td>
<td> Copyright (c) 2007, 2009 IBM Corporation and others </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.commons.io</td>
<td> Copyright 2002-2020 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.commons.commons-io</td>
<td> Copyright 2002-2023 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.commons.commons-codec</td>
<td> Copyright 2002-2023 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.batik.util</td>
<td> Copyright 1999-2023 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.batik.i18n</td>
<td> Copyright 1999-2023 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.batik.css</td>
<td> Copyright 1999-2023 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.apache.batik.constants</td>
<td> Copyright 1999-2023 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>org.apache.aries.spifly.dynamic.bundle</td>
<td> Copyright 2009-2010 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.antlr.runtime</td>
<td> Copyright 1999-2023 The Apache Software Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>jakarta.inject.jakarta.inject-api</td>
<td> Copyright (C) 2009 The JSR-330 Expert Group </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>jakarta.annotation-api</td>
<td> Copyright (C) 2018,2020 Eclipse Foundation </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>com.sun.el.javax.el</td>
<td> Copyright (c) 1997, 2018 Oracle and/or its affiliates and others </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>com.google.guava.failureaccess</td>
<td> Copyright (C) 2017 The Guava Authors </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>com.jcraft.jsch</td>
<td> Copyright (c) 2002-2018 ymnk, JCraft,Inc </td>
<td><a href="https://opensource.org/license/bsd-3-clause">BSD-3-Clause</a></td>
</tr>
<tr class="odd">
<td>com.google.guava</td>
<td> Copyright (C) Kevin Bourrillion </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="even">
<td>com.sun.jna.platform</td>
<td> Copyright (c) 2017 Matthias Bläsing </td>
<td><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.orbit.xml-apis-ext</td>
<td> Joseph Reagle (site-policy@w3.org) </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.core.externaltools</td>
<td>Copyright (c) 2009 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.e4.core.di.extensions.supplier</td>
<td>Copyright (c) 2010, 2017 IBM Corporation and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.jface.notifications</td>
<td>Copyright (c) 2020 vogella GmbH and others</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.swtchart.extensions</td>
<td> Copyright (c) 2017, 2020 Lablicate GmbH </td>
<td><a href="https://opensource.org/license/epl-2-0"> EPL-2.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.wb.swt</td>
<td>Copyright (c) 2011 Google, Inc</td>
<td><a href="https://opensource.org/license/epl-2-0">EPL-2.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.dsf.gdb</td>
<td> Copyright (c) 2016 Mentor Graphics and others</td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.cdt.debug.gdbjtag.ui</td>
<td>Copyright (c) 2007 2008 QNX Software Systems and others</td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.utils</td>
<td> Copyright (c) 2000, 2014 QNX Software Systems and others </td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="even">
<td>org.eclipse.remote</td>
<td> Copyright (c) 2013, 2015 IBM Corporation and others </td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
<tr class="odd">
<td>org.eclipse.cdt.managedbuilder.core</td>
<td>Copyright (c) 2006, 2010 Intel Corporation and others</td>
<td><a href="https://opensource.org/license/epl-1-0">EPL-1.0</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section8" checked aria-hidden="true"><label for="collapse-section8" aria-hidden="true"><strong>ANNEX 2 : GPL-2.0 with Classpath Exception</strong></label>
<div>
<p>GNU General Public License, version 2, with the Classpath Exception The GNU General Public License (GPL)</p>
<p>Version 2, June 1991</p>
<p>Copyright © 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
<p>Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.</p>
<p>Preamble</p>
<p>The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free softwareto make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundations software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.</p>
<p>When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.</p>
<p>To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.</p>
<p>For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.</p>
<p>We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.</p>
<p>Also, for each authors protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors reputations.</p>
<p>Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyones free use or not licensed at all.</p>
<p>The precise terms and conditions for copying, distribution and modification follow.</p>
<p>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p>
<ol start="0" type="1">
<li>This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The “Program”, below, refers to any such program or work, and a “work based on the Program” means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term “modification”.) Each licensee is addressed as “you”.</li>
</ol>
<p>Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.</p>
<ol type="1">
<li>You may copy and distribute verbatim copies of the Programs source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.</li>
</ol>
<p>You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.</p>
<ol start="2" type="1">
<li><p>You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:</p>
<ol type="a">
<li><p>You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.</p></li>
<li><p>You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.</p></li>
<li><p>If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)</p></li>
</ol></li>
</ol>
<p>These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.</p>
<p>Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.</p>
<p>In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.</p>
<ol start="3" type="1">
<li><p>You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:</p>
<ol type="a">
<li><p>Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,</p></li>
<li><p>Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,</p></li>
<li><p>Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)</p></li>
</ol></li>
</ol>
<p>The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.</p>
<p>If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.</p>
<ol start="4" type="1">
<li><p>You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.</p></li>
<li><p>You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.</p></li>
<li><p>Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.</p></li>
<li><p>If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.</p></li>
</ol>
<p>If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.</p>
<p>It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.</p>
<p>This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.</p>
<ol start="8" type="1">
<li><p>If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.</p></li>
<li><p>The Free Software Foundation may publish revised and/or new versions of the 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.</p></li>
</ol>
<p>Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and “any later version”, you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.</p>
<ol start="10" type="1">
<li>If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.</li>
</ol>
<p>NO WARRANTY</p>
<ol start="11" type="1">
<li><p>BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p></li>
<li><p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p></li>
</ol>
<p>END OF TERMS AND CONDITIONS</p>
<p>How to Apply These Terms to Your New Programs</p>
<p>If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.</p>
<p>To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.</p>
<pre><code>One line to give the program&#39;s name and a brief idea of what it does.
Copyright © &lt;year&gt; &lt;name of author&gt;
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program 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 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</code></pre>
<p>Also add information on how to contact you by electronic and paper mail.</p>
<p>If the program is interactive, make it output a short notice like this when it starts in an interactive mode:</p>
<pre><code>Gnomovision version 69, Copyright © year name of author Gnomovision comes
with ABSOLUTELY NO WARRANTY; for details type &#39;show w&#39;. This is free
software, and you are welcome to redistribute it under certain conditions;
type &#39;show c&#39; for details.</code></pre>
<p>The hypothetical commands show w and show c should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than show w and show c; they could even be mouse-clicks or menu itemswhatever suits your program.</p>
<p>You should also get your employer (if you work as a programmer) or your school, if any, to sign a “copyright disclaimer” for the program, if necessary. Here is a sample; alter the names:</p>
<pre><code>Yoyodyne, Inc., hereby disclaims all copyright interest in the program
&#39;Gnomovision&#39; (which makes passes at compilers) written by James Hacker.
signature of Ty Coon, 1 April 1989
Ty Coon, President of Vice</code></pre>
<p>This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License.</p>
<p>“CLASSPATH” EXCEPTION TO THE GPL</p>
<p>Certain source files distributed by Oracle America and/or its affiliates are subject to the following clarification and special exception to the GPL, but only where Oracle has expressly included in the particular source files header the words “Oracle designates this particular file as subject to the”Classpath&quot; exception as provided by Oracle in the LICENSE file that accompanied this code.&quot;</p>
<pre><code>Linking this library statically or dynamically with other modules is making
a combined work based on this library. Thus, the terms and conditions of
the GNU General Public License cover the whole combination.
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent modules,
and to copy and distribute the resulting executable under terms of your
choice, provided that you also meet, for each linked independent module,
the terms and conditions of the license of that module. An independent
module is a module which is not derived from or based on this library. If
you modify this library, you may extend this exception to your version of
the library, but you are not obligated to do so. If you do not wish to do
so, delete this exception statement from your version.</code></pre>
<p>ADDITIONAL INFORMATION ABOUT LICENSING</p>
<p>Certain files distributed by Oracle America, Inc. and/or its affiliates are subject to the following clarification and special exception to the GPLv2, based on the GNU Project exception for its Classpath libraries, known as the GNU Classpath Exception.</p>
<p>Note that Oracle includes multiple, independent programs in this software package. Some of those programs are provided under licenses deemed incompatible with the GPLv2 by the Free Software Foundation and others. For example, the package includes programs licensed under the Apache License, Version 2.0 and may include FreeType. Such programs are licensed to you under their original licenses.</p>
<p>Oracle facilitates your further distribution of this package by adding the Classpath Exception to the necessary parts of its GPLv2 code, which permits you to use that code in combination with other independent modules not licensed under the GPLv2. However, note that this would not permit you to commingle code under an incompatible license with Oracles GPLv2 licensed code by, for example, cutting and pasting such code into a file also containing Oracles GPLv2 licensed code and then distributing the result.</p>
<p>Additionally, if you were to remove the Classpath Exception from any of the files to which it applies and distribute the result, you would likely be required to license some or all of the other code in that distribution under the GPLv2 as well, and since the GPLv2 is incompatible with the license terms of some items included in the distribution by Oracle, removing the Classpath Exception could therefore effectively compromise your ability to further distribute the package.</p>
<p>Failing to distribute notices associated with some files may also create unexpected legal consequences.</p>
<p>Proceed with caution and we recommend that you obtain the advice of a lawyer skilled in open source matters before removing the Classpath Exception or making modifications to this package which may subsequently be redistributed and/or involve the use of third party software.</p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section3" checked aria-hidden="true"> <label for="collapse-section3" aria-hidden="true"><strong>ANNEX 3: JSON License</strong></label>
<div>
<div class="optional-license-text">
<p>JSON License</p>
</div>
<div class="replacable-license-text">
<p>Copyright © 2002 JSON.org</p>
</div>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.</p>
<p>The Software shall be used for Good, not Evil.</p>
<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section4" checked aria-hidden="true"> <label for="collapse-section4" aria-hidden="true"><strong>ANNEX 4: JDOM License</strong></label>
<div>
<p>Copyright © 2000-2012 Jason Hunter & Brett McLaughlin. </p>
<p>All rights reserved. </p>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: </p>
<ol>
<li>Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer. </li>
<li>Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the disclaimer that follows these conditions in the documentation and/or other materials provided with the distribution. </li>
<li>The name "JDOM" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact "request_AT_jdom_DOT_org". </li>
<li>Products derived from this software may not be called "JDOM", nor may "JDOM" appear in their name, without prior written permission from the JDOM Project Management "request_AT_jdom_DOT_org".
</ol>
<p>In addition, we request (but do not require) that you include in the end-user documentation provided with the redistribution and/or in the software itself an acknowledgement equivalent to the following:
"This product includes software developed by the JDOM Project (<a href="http://www.jdom.org/">http://www.jdom.org/</a>)." Alternatively, the acknowledgment may be graphical using the logos available at <a href="http://www.jdom.org/images/logos">http://www.jdom.org/images/logos</a>. </li>
</p>
<p>THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE. </p>
<p>This software consists of voluntary contributions made by many
individuals on behalf of the JDOM Project and was originally
created by Jason Hunter "jhunter_AT_jdom_DOT_org" and
Brett McLaughlin "brett_AT_jdom_DOT_org". For more information
on the JDOM Project, please see <a href="http://www.jdom.org/">http://www.jdom.org/</a>. </p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section5" checked aria-hidden="true"> <label for="collapse-section5" aria-hidden="true"><strong>ANNEX 5: CC0 1.0 Universal</strong></label>
<div>
<p>CC0 1.0 Universal</p>
<p>CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.</p>
<p>Statement of Purpose</p>
<p>The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").</p>
<p>Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.</p>
<p>For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.</p>
<ol start="0" type="1">
<p>1. Copyright and Related Rights.</p>
<p>A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:</p>
<ol type="i">
<li><p>the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;</li></p>
<li><p>moral rights retained by the original author(s) and/or performer(s);</li></p>
<li><p>publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;</li></p>
<li><p>rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;</li></p>
<li><p>rights protecting the extraction, dissemination, use and reuse of data in a Work;</li></p>
<li><p>database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and</li></p>
<li><p>other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.</li></p>
</ol>
</ol>
<ol start="1" type="1">
<p>2. Waiver.</p>
<p>To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.</p>
</ol>
<ol start="2" type="1">
<p>3. Public License Fallback.</p>
<p>Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.</p>
</ol>
<ol start="3" type="1">
<p>4. Limitations and Disclaimers.</p>
<ol type="a">
<li><p>No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.</li></p>
<li><p>Affirmer 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, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.</li></p>
<li><p>Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.</li></p>
<li><p>Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.</li></p>
</ol>
</ol>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section9" checked aria-hidden="true"><label for="collapse-section9" aria-hidden="true"><strong>ANNEX 6 : OpenSSL</strong></label>
<div>
<pre> LICENSE ISSUES
==============
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts.
OpenSSL License
---------------
/* ====================================================================
* Copyright © 1998-2019 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* openssl-core@openssl.org.
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* 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 OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
* (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com).
*
*/
Original SSLeay License
-----------------------
/* Copyright © 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
*
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young (eay@cryptsoft.com)"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
*
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/</pre>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section10" checked aria-hidden="true"><label for="collapse-section10" aria-hidden="true"><strong>ANNEX 7 : SLA0044</strong></label>
<div>
<pre>ULTIMATE LIBERTY SOFTWARE LICENSE AGREEMENT
BY INSTALLING, COPYING, DOWNLOADING, ACCESSING OR OTHERWISE USING THIS SOFTWARE OR ANY PART
THEREOF (AND THE RELATED DOCUMENTATION) FROM STMICROELECTRONICS INTERNATIONAL N.V, SWISS
BRANCH AND/OR ITS AFFILIATED COMPANIES (STMICROELECTRONICS), THE RECIPIENT, ON BEHALF OF HIMSELF
OR HERSELF, OR ON BEHALF OF ANY ENTITY BY WHICH SUCH RECIPIENT IS EMPLOYED AND/OR ENGAGED
AGREES TO BE BOUND BY THIS SOFTWARE LICENSE AGREEMENT.
Under STMicroelectronics intellectual property rights, the redistribution, reproduction and use in source and binary forms of the
software or any part thereof, with or without modification, are permitted provided that the following conditions are met:
1. Redistribution of source code (modified or not) must retain any copyright notice, this list of conditions and the disclaimer
set forth below as items 10 and 11.
2. Redistributions in binary form, except as embedded into microcontroller or microprocessor device manufactured by or for
STMicroelectronics or a software update for such device, must reproduce any copyright notice provided with the binary
code, this list of conditions, and the disclaimer set forth below as items 10 and 11, in documentation and/or other materials
provided with the distribution.
3. Neither the name of STMicroelectronics nor the names of other contributors to this software may be used to endorse or
promote products derived from this software or part thereof without specific written permission.
4. This software or any part thereof, including modifications and/or derivative works of this software, must be used and
execute solely and exclusively on or in combination with a microcontroller or microprocessor device manufactured by or for
STMicroelectronics.
5. No use, reproduction or redistribution of this software partially or totally may be done in any manner that would subject this
software to any Open Source Terms. “Open Source Terms” shall mean any open source license which requires as part of
distribution of software that the source code of such software is distributed therewith or otherwise made available, or open
source license that substantially complies with the Open Source definition specified at www.opensource.org and any other
comparable open source license such as for example GNU General Public License (GPL), Eclipse Public License (EPL),
Apache Software License, BSD license or MIT license.
6. STMicroelectronics has no obligation to provide any maintenance, support or updates for the software.
7. The software is and will remain the exclusive property of STMicroelectronics and its licensors. The recipient will not take
any action that jeopardizes STMicroelectronics and its licensors' proprietary rights or acquire any rights in the software,
except the limited rights specified hereunder.
8. The recipient shall comply with all applicable laws and regulations affecting the use of the software or any part thereof
including any applicable export control law or regulation.
9. Redistribution and use of this software or any part thereof other than as permitted under this license is void and will
automatically terminate your rights under this license.
10. THIS SOFTWARE IS PROVIDED BY STMICROELECTRONICS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS,
IMPLIED OR STATUTORY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF THIRD PARTY
INTELLECTUAL PROPERTY RIGHTS, WHICH ARE DISCLAIMED TO THE FULLEST EXTENT PERMITTED BY LAW. IN
NO EVENT SHALL STMICROELECTRONICS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) 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 OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11. EXCEPT AS EXPRESSLY PERMITTED HEREUNDER, NO LICENSE OR OTHER RIGHTS, WHETHER EXPRESS OR
IMPLIED, ARE GRANTED UNDER ANY PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF
STMICROELECTRONICS OR ANY THIRD PARTY.
</pre>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section6" checked aria-hidden="true"> <label for="collapse-section6" aria-hidden="true"><strong>ANNEX 8: Spdx-exception CC-BY-3.0</strong></label>
<div>
<p>The name of creator : Kyle Mitchell</p>
<p>Copyright : Copyright © 2010-2015 Linux Foundation and its Contributors. The source is https://github.com/jslicense/spdx-exceptions.json/blob/main/README.md</p>
<p>Code has not been modified. The repository is https://github.com/kemitchell/spdx-exceptions.json</p>
<p>Spdx-exception is delivered under license CC-BY-3.0. </p>
<p></p>
<p>=======================================================================</p>
<p>Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.</p>
<p>Using Creative Commons Public Licenses</p>
<p>Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.</p>
<p> Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright.
<a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensors">More considerations for licensors.</a>. </p>
<p> Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable.
<a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensees">More considerations for the public.</a>. </p>
<p>=======================================================================</p>
<p>Attribution 3.0 Unported</p>
<p>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 "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.</p>
<p>License</p>
<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). 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.</p>
<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.</p>
<ol start="0" type="1" name="Definitions">
<p>1. Definitions</p>
<ol type="a">
<li><p>Adaptation means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.</p></li>
<li><p>Collection means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License.</p></li>
<li><p>Distribute means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.</p></li>
<li><p>Licensor means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.</p></li>
<li><p>Original Author means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.</p></li>
<li><p>Work means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.</p></li>
<li><p>You 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.</p></li>
<li><p>Publicly Perform means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.</p></li>
<li><p>Reproduce means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.</p></li>
</ol>
</ol>
<ol start="1" type="1">
<p>2. Fair Dealing Rights.</p>
<p>Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.</p>
</ol>
<ol start="2" type="1">
<p>3. License Grant.</p>
<p>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:</p>
<ol type="a">
<li><p>to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;</p></li>
<li><p>to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";</p></li>
<li><p>to Distribute and Publicly Perform the Work including as incorporated in Collections; and,</p></li>
<li><p>to Distribute and Publicly Perform Adaptations.</p></li>
<li><p>For the avoidance of doubt:</p></li>
<ol type="i">
<li><p>Non-waivable Compulsory License Schemes . In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;</p></li>
<li><p>Waivable Compulsory License Schemes . In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,</p></li>
<li><p>Voluntary License Schemes . The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.</p></li>
<p>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. Subject to Section 8(f) , all rights not expressly granted by Licensor are hereby reserved.</p>
</ol>
</ol>
</ol>
<ol start="3" type="1">
<p>4. Restrictions.</p>
<p>The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:</p>
<ol type="a">
<li><p>You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b) , as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b) , as requested.</p></li>
<li><p>If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a) , 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 if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, 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, (iv) consistent with Section 3(b) , in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.</p></li>
<li><p>Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.</p></li>
</ol>
</ol>
<ol start="4" type="1">
<p>5. Representations, Warranties and Disclaimer</p>
<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, 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, MERCHANTABILITY, 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 THIS EXCLUSION MAY NOT APPLY TO YOU.</p>
</ol>
<ol start="5" type="1">
<p>6. Limitation on Liability.</p>
<p>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.</p>
</ol>
<ol start="6" type="1">
<p>7. Termination</p>
<ol type="a">
<li><p>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 Adaptations or Collections 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.</p></li>
<li><p>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.</p></li>
</ol>
</ol>
<ol start="7" type="1">
<p>8. Miscellaneous</p>
<ol type="a">
<li><p>Each time You Distribute or Publicly Perform the Work or a Collection, 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.</p></li>
<li><p>Each time You Distribute or Publicly Perform an Adaptation, 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.</p></li>
<li><p>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.</p></li>
<li><p>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.</p></li>
<li><p>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.</p></li>
<li><p>The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.</p></li>
</ol>
</ol>
<p>=======================================================================</p>
<p>Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the
<a href="https://creativecommons.org/publicdomain/zero/1.0/">
CC0 Public Domain Dedication</a>.
<p>Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at <a href="https://creativecommons.org/policies/">
creativecommons.org/policies</a>. , Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.</p>
<p>Creative Commons may be contacted at <a href="https://creativecommons.org/">creativecommons.org</a>. </p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section7" checked aria-hidden="true"> <label for="collapse-section7" aria-hidden="true"><strong>ANNEX 9: caniuse-lite CC-BY-4.0</strong></label>
<div>
<p>Copyright : Copyright 2020 Ben Briggs. The source is caniuse.com</p>
<p>Code has not been modified. The repository is https://github.com/browserslist/caniuse-lite</p>
<p>caniuse-lite is delivered under license CC-BY-4.0</p>
<p></p>
<p>=======================================================================</p>
<p>Attribution 4.0 International</p>
<p>=======================================================================</p>
<p>Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.</p>
<p>Using Creative Commons Public Licenses</p>
<p>Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.</p>
<p> Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright.
<a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensors">More considerations for licensors.</a>. </p>
<p> Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable.
<a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensees">More considerations for the public.</a>. </p>
<p>=======================================================================</p>
<p>Creative Commons Attribution 4.0 International Public License</p>
<p>By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution 4.0 International Public License ("Public License"). To the
extent this Public License may be interpreted as a contract, You are
granted the Licensed Rights in consideration of Your acceptance of
these terms and conditions, and the Licensor grants You such rights in
consideration of benefits the Licensor receives from making the
Licensed Material available under these terms and conditions.</p>
<ol start="0" type="1">
<p>Section 1 -- Definitions.</p>
<ol type="a">
<li><p>Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.</p></li>
<li><p>Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.</p></li>
<li><p>Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.</p></li>
<li><p>Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.</p></li>
<li><p>Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.</p></li>
<li><p>Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.</p></li>
<li><p>Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.</p></li>
<li><p>Licensor means the individual(s) or entity(ies) granting rights
under this Public License.</p></li>
<li><p>Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.</p></li>
<li><p>Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.</p></li>
<li><p>You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.</p></li>
</ol>
</ol>
<ol start="1" type="1">
<p>Section 2 -- Scope.</p>
<ol type="a">
<li><p>License grant.</p></li>
<ol type="1">
<li><p>Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
<ol type="A">
<li><p>reproduce and Share the Licensed Material, in whole or
in part; and</p></li>
<li><p>produce, reproduce, and Share Adapted Material.</p></li>
</ol>
<li><p>Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.</p></li>
<li><p>Term. The term of this Public License is specified in Section
6(a).</p></li>
<li><p>Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.</p></li>
<li><p>Downstream recipients.</p></li>
<ol type="A">
<li><p>Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.</p></li>
<li><p>No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.</p></li>
</ol>
<li><p>No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).</p></li>
</ol>
<li><p>Other rights.</p></li>
<ol type="1">
<li><p>Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.</p></li>
<li><p>Patent and trademark rights are not licensed under this
Public License.</p></li>
<li><p>To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.</p></li>
</ol>
</ol>
</ol>
<ol start="2" type="1">
<p>Section 3 -- License Conditions.</p>
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
<ol type="a">
<li><p>Attribution.</p></li>
<ol type="1">
<li><p>If You Share the Licensed Material (including in modified
form), You must:</p></li>
<ol type="A">
<li><p>retain the following if it is supplied by the Licensor
with the Licensed Material:</p></li>
<ol type="i">
<li><p>identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);</p></li>
<li><p>a copyright notice;</p></li>
<li><p>a notice that refers to this Public License;</p></li>
<li><p>a notice that refers to the disclaimer of
warranties;</p></li>
<li><p>a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;</p></li>
</ol>
<li><p>indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and</p></li>
<li><p>indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.</p></li>
</ol>
<li><p>You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.</p></li>
<li><p>If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.</p></li>
<li><p>If You Share Adapted Material You produce, the Adapter's
License You apply must not prevent recipients of the Adapted
Material from complying with this Public License.</p></li>
</ol>
</ol>
</ol>
<ol start="3" type="1">
<p>Section 4 -- Sui Generis Database Rights.</p>
<p>Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:</p>
<ol type="a">
<li><p>for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;</p></li>
<li><p>if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material; and</p></li>
<li><p>You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.</p></li>
</ol>
<p>For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.</p>
</ol>
<ol start="4" type="1">
<p>Section 5 -- Disclaimer of Warranties and Limitation of Liability.</p>
<ol type="a">
<li><p>UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.</p></li>
<li><p>TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.</p></li>
<li><p>The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.</p></li>
</ol>
</ol>
<ol start="5" type="1">
<p>Section 6 -- Term and Termination.</p>
<ol type="a">
<li><p>This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.</p></li>
<li><p>Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:</p></li>
<ol type="1">
<li><p>automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or</p></li>
<li><p>upon express reinstatement by the Licensor.</p></li>
</ol>
<p>For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.</p>
<li><p>For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.</p></li>
<li><p>Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.</p></li>
</ol>
</ol>
<ol start="6" type="1">
<p>Section 7 -- Other Terms and Conditions.</p>
<ol type="a">
<li><p>The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.</p></li>
<li><p>Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.</p></li>
</ol>
</ol>
<ol start="7" type="1">
<p>Section 8 -- Interpretation.</p>
<ol type="a">
<li><p>For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.</p></li>
<li><p>To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.</p></li>
<li><p>No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.</p></li>
<li><p>Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.</p></li>
</ol>
</ol>
<p>=======================================================================</p>
<p>Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the
<a href="https://creativecommons.org/publicdomain/zero/1.0/">
CC0 Public Domain Dedication</a>.
<p>Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at <a href="https://creativecommons.org/policies/">
creativecommons.org/policies</a>. , Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.</p>
<p>Creative Commons may be contacted at <a href="https://creativecommons.org/">creativecommons.org</a>. </p>
</div>
</div>
</div>
</div>
</tbody>
</table>
<noscript><img src="https://www.st.com/akam/13/pixel_35af7f8e?a=dD04NDUwMjdiNThiZjM3ZTViYmQyZjI4YjAwODVjMTBhNWJmMmNlNzg5JmpzPW9mZg==" style="visibility: hidden; position: absolute; left: -999px; top: -999px;" /></noscript><script type="text/javascript" nonce="7155fe2996a34850cfa33187909b89c1" src="/Csib09/-Wa5d/ftqNC/NSeQ/N3OSGrJVmufY/E0B3bzkhJAE/Ji/ILGWdvO20"></script><script type="text/javascript" nonce="3a5d4d06c5172dd1553d63b185c77461" src="/lD_o3uFtr9QcR/iWx/5vUpbFsFccw/w75rtbScJGutm5/FEF2AQ/LHQ/vNyYCBAgB"></script><noscript><img src="https://www.st.com/akam/13/pixel_49835f08?a=dD00NGUyOTNhZGMwOTM4NjBkMDE5NTYxMTNkNTcyYzlmYjgwMzljY2ZhJmpzPW9mZg==" style="visibility: hidden; position: absolute; left: -999px; top: -999px;" /></noscript><script type="text/javascript" nonce="488e05d580e6dafa4ee36907f04ad0ca" src="/-QTr2N/sA/w7/jpDq/VgKFQ1OyfSmwg/E9OcrGkpGp/YyZNWVcPAQ/E0/piQGFZZHEB"></script><script type="text/javascript" nonce="780570af99486e009111a60dd766899f" src="/-PcNossZ/nfBR6WV/2Os7BVt/Mv/afiXmJp4tz/QlM4AQE/CTBF/SQczTAk"></script><script type="text/javascript" nonce="a2b5ad99f7b82ae8d2b41d519417988a" src="/eQ0NiqP9Nvl3/EHEBPQ/vFZEEq/bYitzXQfLp7Y5r/exMUAS0/CDl/4Ey5ydD8"></script><script type="text/javascript" nonce="ee549a2cabd44f7626ca3a2e102f2d4f" src="/idSeoL/LalA/I7PO/C0mc/hDc7f-Ft8/iEw9DfmtfmhD/XAIeck4jRgo/MX4LZV/MlNUw"></script></body>
</html>