Denis Vlasenko | 77f1ec1 | 2007-10-13 03:36:03 +0000 | [diff] [blame^] | 1 | bzip2 applet in busybox is based on lightly-modified source |
| 2 | of bzip2 version 1.0.4. bzip2 source is distributed |
| 3 | under the following conditions (copied verbatim from LICENSE file) |
| 4 | =========================================================== |
| 5 | |
| 6 | |
| 7 | This program, "bzip2", the associated library "libbzip2", and all |
| 8 | documentation, are copyright (C) 1996-2006 Julian R Seward. All |
| 9 | rights reserved. |
| 10 | |
| 11 | Redistribution and use in source and binary forms, with or without |
| 12 | modification, are permitted provided that the following conditions |
| 13 | are met: |
| 14 | |
| 15 | 1. Redistributions of source code must retain the above copyright |
| 16 | notice, this list of conditions and the following disclaimer. |
| 17 | |
| 18 | 2. The origin of this software must not be misrepresented; you must |
| 19 | not claim that you wrote the original software. If you use this |
| 20 | software in a product, an acknowledgment in the product |
| 21 | documentation would be appreciated but is not required. |
| 22 | |
| 23 | 3. Altered source versions must be plainly marked as such, and must |
| 24 | not be misrepresented as being the original software. |
| 25 | |
| 26 | 4. The name of the author may not be used to endorse or promote |
| 27 | products derived from this software without specific prior written |
| 28 | permission. |
| 29 | |
| 30 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 31 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 32 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 33 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 34 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 35 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
| 36 | GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 37 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 38 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 39 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 40 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 41 | |
| 42 | Julian Seward, Cambridge, UK. |
| 43 | jseward@bzip.org |
| 44 | bzip2/libbzip2 version 1.0.4 of 20 December 2006 |