Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415
  1. LICENSE
  2. -------
  3. LZMA SDK is written and placed in the public domain by Igor Pavlov.
  4. Some code in LZMA SDK is based on public domain code from another developers:
  5. 1) PPMd var.H (2001): Dmitry Shkarin
  6. 2) SHA-256: Wei Dai (Crypto++ library)
  7. Anyone is free to copy, modify, publish, use, compile, sell, or distribute the
  8. original LZMA SDK code, either in source code form or as a compiled binary, for
  9. any purpose, commercial or non-commercial, and by any means.
  10. LZMA SDK code is compatible with open source licenses, for example, you can
  11. include it to GNU GPL or GNU LGPL code.