decompress_bunzip2.c (3eb66e91a25497065c5322b1268cbc3953642227) | decompress_bunzip2.c (d89775fc929c5a1d91ed518a71b456da0865e5ff) |
---|---|
1/* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). 2 3 Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), 4 which also acknowledges contributions by Mike Burrows, David Wheeler, 5 Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten, 6 Robert Sedgewick, and Jon L. Bentley. 7 8 This code is licensed under the LGPLv2: --- 20 unchanged lines hidden (view full) --- 29 30 Hospice of Acadiana, Inc. 31 2600 Johnston St., Suite 200 32 Lafayette, LA 70503-3240 33 34 Phone (337) 232-1234 or 1-800-738-2226 35 Fax (337) 232-1297 36 | 1/* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). 2 3 Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), 4 which also acknowledges contributions by Mike Burrows, David Wheeler, 5 Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten, 6 Robert Sedgewick, and Jon L. Bentley. 7 8 This code is licensed under the LGPLv2: --- 20 unchanged lines hidden (view full) --- 29 30 Hospice of Acadiana, Inc. 31 2600 Johnston St., Suite 200 32 Lafayette, LA 70503-3240 33 34 Phone (337) 232-1234 or 1-800-738-2226 35 Fax (337) 232-1297 36 |
37 http://www.hospiceacadiana.com/ | 37 https://www.hospiceacadiana.com/ |
38 39 Manuel 40 */ 41 42/* 43 Made it fit for running in Linux Kernel by Alain Knaff (alain@knaff.lu) 44*/ 45 --- 711 unchanged lines hidden --- | 38 39 Manuel 40 */ 41 42/* 43 Made it fit for running in Linux Kernel by Alain Knaff (alain@knaff.lu) 44*/ 45 --- 711 unchanged lines hidden --- |