LICENSE 2.0 KB

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