# Open-Source Software Components

The table below lists all third-party dependencies used by the app (in the format: `groupId:artifactId`), along with the corresponding licenses selected for their inclusion in the project.

{% hint style="info" %}
Only open-source components with licensing terms that explicitly require attribution are listed here.
{% endhint %}

<table data-full-width="false"><thead><tr><th width="485">Dependency</th><th>Used licence</th></tr></thead><tbody><tr><td>com.github.spotbugs:spotbugs-annotations</td><td><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL-2.1</a></td></tr><tr><td>ch.qos.logback:logback-classic</td><td><a href="https://www.eclipse.org/legal/epl/epl-v10.html">EPL-1.0</a></td></tr><tr><td>ch.qos.logback:logback-core</td><td><a href="https://www.eclipse.org/legal/epl/epl-v10.html">EPL-1.0</a></td></tr><tr><td>com.github.pureconfig:pureconfig-core_3</td><td><a href="https://www.mozilla.org/en-US/MPL/2.0/">MPL-2.0</a></td></tr><tr><td>com.h2database:h2</td><td><a href="https://www.eclipse.org/legal/epl/epl-v10.html">EPL-1.0</a></td></tr><tr><td>org.hibernate:hibernate-core</td><td><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL-2.1</a></td></tr><tr><td>org.hibernate.common:hibernate-commons-annotations</td><td><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL-2.1</a></td></tr><tr><td>org.hibernate.javax.persistence:hibernate-jpa-2.1-api</td><td><a href="https://www.eclipse.org/legal/epl/epl-v10.html">EPL-1.0</a></td></tr><tr><td>org.aspectj:aspectjweaver</td><td><a href="https://www.eclipse.org/legal/epl/epl-v10.html">EPL-1.0</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meta-inf.hu/email-this-issue/general/open-source-software-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
