summaryrefslogtreecommitdiffstats
path: root/options/license/LZMA-SDK-9.22
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-08-07 00:20:52 +0000
committersilverwind <me@silverwind.io>2022-08-07 00:20:52 +0000
commitcb97114e91b65d3b9cf757c68a94857447adc0e9 (patch)
tree9cdc2003199bc8c47aa4f27238122ade3481cfee /options/license/LZMA-SDK-9.22
parentdba14dc196c1b0a9bca790393e11a7c236c660eb (diff)
downloadgitea-cb97114e91b65d3b9cf757c68a94857447adc0e9.tar.gz
gitea-cb97114e91b65d3b9cf757c68a94857447adc0e9.zip
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/license/LZMA-SDK-9.22')
-rw-r--r--options/license/LZMA-SDK-9.2215
1 files changed, 15 insertions, 0 deletions
diff --git a/options/license/LZMA-SDK-9.22 b/options/license/LZMA-SDK-9.22
new file mode 100644
index 0000000000..ef4768d2a7
--- /dev/null
+++ b/options/license/LZMA-SDK-9.22
@@ -0,0 +1,15 @@
+LICENSE
+-------
+
+LZMA SDK is written and placed in the public domain by Igor Pavlov.
+
+Some code in LZMA SDK is based on public domain code from another developers:
+ 1) PPMd var.H (2001): Dmitry Shkarin
+ 2) SHA-256: Wei Dai (Crypto++ library)
+
+Anyone is free to copy, modify, publish, use, compile, sell, or distribute the
+original LZMA SDK code, either in source code form or as a compiled binary, for
+any purpose, commercial or non-commercial, and by any means.
+
+LZMA SDK code is compatible with open source licenses, for example, you can
+include it to GNU GPL or GNU LGPL code.