mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Fix formatting of credits in About dialog and documentation
This commit is contained in:
Binary file not shown.
@@ -56,8 +56,8 @@ Copyright © 1998-2008 Brian Gladman, Worcester, UK. All rights reserved.</p
|
|||||||
<p>Copyright © 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov</p>
|
<p>Copyright © 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov</p>
|
||||||
<p>Copyright © 1999-2017 Dieter Baron and Thomas Klausner.</p>
|
<p>Copyright © 1999-2017 Dieter Baron and Thomas Klausner.</p>
|
||||||
<p>Copyright © 2013, Alexey Degtyarev. All rights reserved.</p>
|
<p>Copyright © 2013, Alexey Degtyarev. All rights reserved.</p>
|
||||||
<p>Copyright © 1999-2016 Jack Lloyd. All rights reserved.<br>
|
<p>Copyright © 1999-2016 Jack Lloyd. All rights reserved.</p>
|
||||||
<p>Copyright © 2013-2018 Stephan Mueller <smueller@chronox.de><br>
|
<p>Copyright © 2013-2018 Stephan Mueller <smueller@chronox.de></p>
|
||||||
<br>
|
<br>
|
||||||
For more information, please see the legal notices attached to parts of the source code.</p>
|
For more information, please see the legal notices attached to parts of the source code.</p>
|
||||||
<h3>Trademark Information</h3>
|
<h3>Trademark Information</h3>
|
||||||
|
|||||||
@@ -1468,7 +1468,7 @@ BOOL CALLBACK AboutDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam
|
|||||||
L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\r\n"
|
L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\r\n"
|
||||||
L"Copyright \xA9 1999-2017 Dieter Baron and Thomas Klausner.\r\n"
|
L"Copyright \xA9 1999-2017 Dieter Baron and Thomas Klausner.\r\n"
|
||||||
L"Copyright \xA9 2013, Alexey Degtyarev. All rights reserved.\r\n"
|
L"Copyright \xA9 2013, Alexey Degtyarev. All rights reserved.\r\n"
|
||||||
L"Copyright \xA9 1999-2016 Jack Lloyd. All rights reserved.\r\n\r\n"
|
L"Copyright \xA9 1999-2016 Jack Lloyd. All rights reserved.\r\n"
|
||||||
L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\r\n\r\n"
|
L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\r\n\r\n"
|
||||||
|
|
||||||
L"This software as a whole:\r\n"
|
L"This software as a whole:\r\n"
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ namespace VeraCrypt
|
|||||||
L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\n"
|
L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\n"
|
||||||
L"Copyright \xA9 1999-2017 Dieter Baron and Thomas Klausner.\n"
|
L"Copyright \xA9 1999-2017 Dieter Baron and Thomas Klausner.\n"
|
||||||
L"Copyright \xA9 2013, Alexey Degtyarev. All rights reserved.\n"
|
L"Copyright \xA9 2013, Alexey Degtyarev. All rights reserved.\n"
|
||||||
L"Copyright \xA9 1999-2016 Jack Lloyd. All rights reserved.\n\n"
|
L"Copyright \xA9 1999-2016 Jack Lloyd. All rights reserved.\n"
|
||||||
L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\n\n"
|
L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\n\n"
|
||||||
|
|
||||||
L"\nThis software as a whole:\n"
|
L"\nThis software as a whole:\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user