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