diff --git a/License.txt b/License.txt
index 53f59993..28b9b94f 100644
--- a/License.txt
+++ b/License.txt
@@ -807,3 +807,15 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
____________________________________________________________
+Copyright (c) 1999-2023 Igor Pavlov
+
+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.
+____________________________________________________________
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 47b85db7..de9b0f8c 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
diff --git a/doc/html/Legal Information.html b/doc/html/Legal Information.html
index 3c3ae3f4..8c336948 100644
--- a/doc/html/Legal Information.html
+++ b/doc/html/Legal Information.html
@@ -52,13 +52,13 @@
Copyright Information
Copyright © 1998-2000 Paul Le Roux. All rights reserved.
Copyright © 1998-2008 Brian Gladman, Worcester, UK. All rights reserved.
-Copyright © 1995-2017 Jean-loup Gailly and Mark Adler.
+Copyright © 1995-2023 Jean-loup Gailly and Mark Adler.
Copyright © 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov
-Copyright © 1999-2020 Dieter Baron and Thomas Klausner.
+Copyright © 1999-2023 Dieter Baron and Thomas Klausner.
Copyright © 2013, Alexey Degtyarev. All rights reserved.
Copyright © 1999-2016 Jack Lloyd. All rights reserved.
Copyright © 2013-2019 Stephan Mueller <smueller@chronox.de>
-Copyright © 1999-2021 Igor Pavlov.
+Copyright © 1999-2023 Igor Pavlov.
For more information, please see the legal notices attached to parts of the source code.
Trademark Information
diff --git a/doc/html/VeraCrypt License.html b/doc/html/VeraCrypt License.html
index 057e43f4..20e024aa 100644
--- a/doc/html/VeraCrypt License.html
+++ b/doc/html/VeraCrypt License.html
@@ -351,7 +351,7 @@ VeraCrypt License
This software is provided 'as is' with no explicit or implied warranties in respect of its properties, including, but not limited to, correctness and/or fitness for purpose.
____________________________________________________________
- Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler.
+ Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler.
This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software.
@@ -365,7 +365,7 @@ VeraCrypt License
jloup@gzip.org madler@alumni.caltech.edu
____________________________________________________________
- Copyright (C) 1999-2016 Dieter Baron and Thomas Klausner
+ Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner
The authors can be contacted at
@@ -405,7 +405,7 @@ VeraCrypt License
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
____________________________________________________________
-Copyright (c) 2013-2018 Stephan Mueller <smueller@chronox.de>
+Copyright (c) 2013-2019 Stephan Mueller <smueller@chronox.de>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
@@ -420,5 +420,21 @@ VeraCrypt License
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
____________________________________________________________
+
+Copyright (c) 1999-2023 Igor Pavlov
+
+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:
+
+ - PPMd var.H (2001): Dmitry Shkarin
+ - 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.
+
+____________________________________________________________