| 1 | Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
|
|---|
| 2 | This is Zip 3.0 (July 5th 2008), by Info-ZIP.
|
|---|
| 3 | Currently maintained by E. Gordon. Please send bug reports to
|
|---|
| 4 | the authors using the web page at www.info-zip.org; see README for details.
|
|---|
| 5 |
|
|---|
| 6 | Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip,
|
|---|
| 7 | as of above date; see http://www.info-zip.org/ for other sites.
|
|---|
| 8 |
|
|---|
| 9 | Compiled with emx+gcc 4.9.2 for OS/2 2.x/3.x (32-bit) on Sep 28 2018.
|
|---|
| 10 |
|
|---|
| 11 | Zip special compilation options:
|
|---|
| 12 | ASMV
|
|---|
| 13 | USE_EF_UT_TIME (store Universal Time)
|
|---|
| 14 | SYMLINK_SUPPORT (symbolic links supported)
|
|---|
| 15 | LARGE_FILE_SUPPORT (can read and write large files on file system)
|
|---|
| 16 | ZIP64_SUPPORT (use Zip64 to store large files in archives)
|
|---|
| 17 | [encryption, version 2.91 of 05 Jan 2007] (modified for Zip 3)
|
|---|
| 18 |
|
|---|
| 19 | Encryption notice:
|
|---|
| 20 | The encryption code of this program is not copyrighted and is
|
|---|
| 21 | put in the public domain. It was originally written in Europe
|
|---|
| 22 | and, to the best of our knowledge, can be freely distributed
|
|---|
| 23 | in both source and object forms from any country, including
|
|---|
| 24 | the USA under License Exception TSU of the U.S. Export
|
|---|
| 25 | Administration Regulations (section 740.13(e)) of 6 June 2002.
|
|---|
| 26 |
|
|---|
| 27 | Zip environment options:
|
|---|
| 28 | ZIP: [none]
|
|---|
| 29 | ZIPOPT: [none]
|
|---|
| 30 | EMX: [none]
|
|---|
| 31 | EMXOPT: [none]
|
|---|