Stefan Bodewig | a6a5ab0 | 2015-04-01 04:19:38 +0000 | [diff] [blame^] | 1 | # Apache Commons Compress |
| 2 | |
| 3 | Commons Compress is a Java library for working with various |
| 4 | compression and archiving formats. |
| 5 | |
| 6 | For full documentation see http://commons.apache.org/proper/commons-compress/ |
| 7 | |
| 8 | ## Apache Commons Compress was derived from various sources, including: |
Sebastian Bazley | 75c8711 | 2010-06-02 11:15:23 +0000 | [diff] [blame] | 9 | |
| 10 | Original BZip2 classes contributed by Keiron Liddle |
Stefan Bodewig | e7587c1 | 2013-04-25 13:16:36 +0000 | [diff] [blame] | 11 | <keiron@aftexsw.com>, Aftex Software to the Apache Ant project. |
Stefan Bodewig | 4cc0284 | 2012-05-12 04:30:11 +0000 | [diff] [blame] | 12 | They are based on a port of Julian Seward's libbzip2. |
Sebastian Bazley | 75c8711 | 2010-06-02 11:15:23 +0000 | [diff] [blame] | 13 | |
Stefan Bodewig | e7587c1 | 2013-04-25 13:16:36 +0000 | [diff] [blame] | 14 | Original Tar classes from contributors of the Apache Ant project. |
Sebastian Bazley | 75c8711 | 2010-06-02 11:15:23 +0000 | [diff] [blame] | 15 | |
Stefan Bodewig | e7587c1 | 2013-04-25 13:16:36 +0000 | [diff] [blame] | 16 | Original Zip classes from contributors of the Apache Ant project. |
Sebastian Bazley | 75c8711 | 2010-06-02 11:15:23 +0000 | [diff] [blame] | 17 | |
| 18 | Original CPIO classes contributed by Markus Kuss and the jRPM project |
Stefan Bodewig | e7587c1 | 2013-04-25 13:16:36 +0000 | [diff] [blame] | 19 | (jrpm.sourceforge.net). |
Stefan Bodewig | 62dc97e | 2013-06-17 13:07:49 +0000 | [diff] [blame] | 20 | |
| 21 | This distribution includes cryptographic software. The country in |
| 22 | which you currently reside may have restrictions on the import, |
| 23 | possession, use, and/or re-export to another country, of encryption |
| 24 | software. BEFORE using any encryption software, please check your |
| 25 | country's laws, regulations and policies concerning the import, |
| 26 | possession, or use, and re-export of encryption software, to see if |
| 27 | this is permitted. See <http://www.wassenaar.org/> for more |
| 28 | information. |
| 29 | |
| 30 | The U.S. Government Department of Commerce, Bureau of Industry and |
| 31 | Security (BIS), has classified this software as Export Commodity |
| 32 | Control Number (ECCN) 5D002.C.1, which includes information security |
| 33 | software using or performing cryptographic functions with asymmetric |
| 34 | algorithms. The form and manner of this Apache Software Foundation |
| 35 | distribution makes it eligible for export under the License Exception |
| 36 | ENC Technology Software Unrestricted (TSU) exception (see the BIS |
| 37 | Export Administration Regulations, Section 740.13) for both object |
| 38 | code and source code. |
| 39 | |
| 40 | The following provides more details on the included cryptographic |
| 41 | software: |
| 42 | * the 7zip package can read AES encrypted archives |