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