Merge pull request #5882 from livarcocc/merge_rel_1_0_0_into_rel_1_0_1

Merge rel/1.0.0 into rel/1.0.1
This commit is contained in:
Livar 2017-03-01 13:25:58 -08:00 committed by GitHub
commit 9b69969149
2 changed files with 12 additions and 3 deletions

View file

@ -31,9 +31,13 @@ specific language governing permissions and limitations under the License.
License notice for LZMA SDK
---------------------------
http://www.7-zip.org/sdk.html
http://7-zip.org/sdk.html
LZMA is placed in the public domain.
LZMA SDK is placed in the public domain.
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.
License notice for RFC 3492
---------------------------

View file

@ -2,4 +2,9 @@
This source came from the C# implementation of LZMA from the LZMA SDK, version 16.02, from http://www.7-zip.org/sdk.html.
## License
The LZMA SDK is public domain. Thanks goes to Igor Pavlov for making this available.
LZMA SDK is placed in the public domain.
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.
## Thanks!
Thanks goes to Igor Pavlov for making this available.