Readme mit Lizenzen für die SQL-JDBC aktualisiert und Klassen für die

beiden fehlenden Tabs erzeugt.
This commit is contained in:
Servicepoint
2014-10-28 17:27:29 +01:00
parent a689aa58bf
commit 6c2ec72fcf
4 changed files with 55 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
# README
kBorrow is going to be a simple application to manage items that have been borrowed from the it department of the Catholic University of Applied Sciences in Paderborn.
kBorrow is going to be a simple application to manage items that have been borrowed from the it department of the Catholic University of Applied Sciences in Paderborn.
## Licenses
### Xerial Sqlite JDBC
This software uses the Xerial SQLite JDBC (https://bitbucket.org/xerial/sqlite-jdbc). The SQLite JDBC follows the Apache License Version 2.0 (http://www.apache.org/licenses/)
### MySQL Connector
This software uses the Oracle MySQL Java Connector (http://dev.mysql.com/downloads/connector/j/). The MySQL Java Connector is provided under the GPL License Version 2.0 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).