diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-08-15 10:07:39 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-08-15 10:07:39 +0200 |
| commit | 685122363dc34a748834eaf567b5e7cb81f01634 (patch) | |
| tree | b63bdf2dd6edcbf4c7a52f09749c859bab8883f5 /lib | |
| parent | 8ce9c066bfc4d55cfbd5eddf992274104ed1ff77 (diff) | |
Added a parser for XZ compressed archives.
As suggested by LA_FORGE on mantis 781
(http://mantis.tokeek.de/view.php?id=781)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xz-1.8.License | 10 | ||||
| -rw-r--r-- | lib/xz-1.8.jar | bin | 0 -> 108555 bytes |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/xz-1.8.License b/lib/xz-1.8.License new file mode 100644 index 000000000..c1d404dc7 --- /dev/null +++ b/lib/xz-1.8.License @@ -0,0 +1,10 @@ + +Licensing of XZ for Java +======================== + + All the files in this package have been written by Lasse Collin + and/or Igor Pavlov. All these files have been put into the + public domain. You can do whatever you want with these files. + + This software is provided "as is", without any warranty. + diff --git a/lib/xz-1.8.jar b/lib/xz-1.8.jar Binary files differnew file mode 100644 index 000000000..9931efa3e --- /dev/null +++ b/lib/xz-1.8.jar |
