-
Notifications
You must be signed in to change notification settings - Fork 16
/
README
19 lines (17 loc) · 1023 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libimobiledevice-wrapper
------------------------
This project provides Java bindings for all platforms around the C libraries of
the libimobiledevice family.
The Java source code is licensed under the Apache License 2.0.
Native shared library dependencies alongside licenses and URLs:
* libimobiledevice (LGPL 2.1) - http://cgit.sukimashita.com/libimobiledevice.git/
* libimobiledevice-instruments (Commercial License) - http://mirell.de (removed from the project)
* libimobiledevice-sdk (LGPL 2.1) - http://cgit.sukimashita.com/libimobiledevice-sdk.git/
* libplist (LGPL 2.1) - http://cgit.sukimashita.com/libplist.git/
* libusbmuxd (LGPL 2.1) -http://cgit.sukimashita.com/usbmuxd.git/
* openssl (LGPL 2.1) - http://openssl.org
* libiconv (LGPL 2.1) - http://www.gnu.org/software/libiconv/
* liblzma (Public Domain) - http://tukaani.org/xz/
* libxml2 (MIT) - http://www.xmlsoft.org/FAQ.html
* libzip (Custom License) - http://www.nih.at/libzip/LICENSE.html
* libz (Public Domain) - http://www.zlib.net/zlib_license.html