# Lizenzen

JVerein steht unter [GPL V3.](/sonstiges/lizenzen.md#gpl-v3)

## Nutzung von Bibliotheken durch JVerein

### Jameica

Framework, Download: <https://www.willuhn.de/products/jameica/download.php>, Lizenz: [GPL V2](/sonstiges/lizenzen.md#gpl-v2)

### Hibiscus

Onlinebanking, Download: Intern über Jameica, Lizenz: [GPL V2](/sonstiges/lizenzen.md#gpl-v2)

### activation.jar

JavaBeans Activation Framework, Download: <http://www.oracle.com/technetwork/java/jaf11-139815.html>, Lizenz: [Oracle Binary Code License Agreement for Java SE und JavaFX Technologies](/sonstiges/lizenzen.md#oracle-binary-code-license-agreement-for-java-se-und-javafx-technologies)

### bsh-core-2.0b4.jar

Lightweight Scripting for Java, Download: <http://www.beanshell.org/download.html>, Lizenz: Sun Public License (Lizenztext ist nicht mehr verfügbar) und [Gnu Lesser General Public License](/sonstiges/lizenzen.md#gnu-lesser-general-public-license)

### commons-validator-1.5.1.jar

Valididierung, Download: <https://commons.apache.org/proper/commons-validator/download_validator.cgi>, Lizenz: [Apache License 2.0](/sonstiges/lizenzen.md#apache-license-20)

### core-3.1.0.jar

Core barcode encoding/decoding library, Download: <https://github.com/zxing/zxing>, Lizenz: [Apache License 2.0](/sonstiges/lizenzen.md#apache-license-20)

### csvjdbc.jar

CSV file JDBC driver, Download: <https://sourceforge.net/projects/csvjdbc/>, Lizenz: [Gnu Lesser General Public License](/sonstiges/lizenzen.md#gnu-lesser-general-public-license)

### ez-vcard-0.9.5.jar

ez-vcard is a vCard library written in Java, Download: <https://github.com/mangstadt/ez-vcard>, Lizenz: [ez-card-Lizenz](/sonstiges/lizenzen.md#ez-card-lizenz)

### text-hyph-xml.jar

Silbentrennung für iText, Download: Die alte Version steht nicht mehr zum Download zur Verfügung, Lizenz: [LGPL](/sonstiges/lizenzen/lgpl.md)

### javase-3.1.0.jar

Java SE-specific extensions to core ZXing library, Download: <https://github.com/zxing/zxing/wiki/Getting-Started-Developing>, Lizenz: [Apache License 2.0](/sonstiges/lizenzen/apache-license-20.md)

### jodatime-2.3.jar

Joda-Time provides a quality replacement for the Java date and time classes, Download: <https://github.com/JodaOrg/joda-time/releases>, Lizenz: [Apache License 2.0](/sonstiges/lizenzen/apache-license-20.md)

### jollyday-0.4.7.jar

This API calculates the holidays for a given year, country and region, Download: <https://sourceforge.net/projects/jollyday/files/releases/>, Lizenz: [Apache License 2.0](/sonstiges/lizenzen/apache-license-20.md)

### junit-4.8.1.jar

JUnit is a simple framework to write repeatable tests, Download: <https://github.com/junit-team/junit4/wiki/Download-and-Install>, Lizenz:[Eclipse Public License 1.0](/sonstiges/lizenzen/eclipse-public-license-10.md)

### mail.jar

Java-Mail, Download: <https://java.net/projects/javamail/pages/Home>, Lizenz: [Java-Mail License](/sonstiges/lizenzen/java-mail-license.md)

### nc.jar

Umrechnung von Einheiten, Download: <http://numericalchameleon.net/de/download.html>, Lizenz: [GPL V3](/sonstiges/lizenzen/gpl-v3.md)

### snakeyaml-1.13.jar

SnakeYAML is a YAML processor for the Java Virtual Machine, Download: <https://bitbucket.org/asomov/snakeyaml/downloads/> , Lizenz: [Apache License 2.0](/sonstiges/lizenzen/apache-license-20.md)


---

# 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://doku.jverein.de/sonstiges/lizenzen.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.
